SL24W09

From ETM
Revision as of 21:43, 2 March 2024 by Kademlia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

◄ SL24W08 | SL24W10 ►

  • (work & rl stuff)
  • Use QuickPlay to launch render client
  • Update Bungeecord to latest version
  • Latest 1.20.4 changes:
    • BlockData.copyTo seems useful. Test for chunkli & fakestuff
    • New damages: DamageEffect, DamageScaling, DamageType,DeathMessageType, seems useful for stasi
    • our custom void damage(double amount, DamageCause reason); can probably replace with damage(double amount, @NotNull DamageSource damageSource);
    • check if we use setLastDamageCause
  • Change macro/deploy implementation from plain autohotkey -> WinSCP / ssh
    • Compare to Powershell implementation
    • Check if a direct java deployment would work as well to ditch: CMD, WinSCP, MultiSCPUpload, Powershell, (Autohotkey)