SL20W27

From ETM
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

◄ SL20W26 | SL20W28 ►


2020-06-29

  • TODO: Remove Attribute Modifiers from items and replace with Enchantments to make items glow again
  • Bug: Solution for changing Materials on new Minecraft versions
  • TODO: LibItems could get Updated if Minecraft removes internals (Enchantments get auto renamed)
  • Bug: WaterFluid Ticking is broken in the nether (seems to be fixed? likely bug caused by loading 1.15.2 chunks without conversion to 1.16.x) [2020-06-28 16:37:53]: Ticklist: 40 Fluid nether 0 40 net.minecraft.server.FluidTypeWater$b@488b50ec: BlockPosition{x=555, y=62, z=-209}, 210508024, NORMAL, 1469
  • Bug: ItemFrames rotate incorrectly chunkli
  • Bug: Sugar cane is growing below water surface
  • Chunkli: Chunk conversion necessary with getChunkData(...)
  • https://escapetomars.dev/forum/index.php?thread/3-bugs-found-by-players-outside-of-the-stream/
  • Bug: FakeViewDistance not working correclty
  • Bug: FakeChunks causing NPE because they are in 1.15.x format
  • Bug: Foxes crashing the server again (item removal code)
  • Bug: Tools are no longer protected / soulbound and getting damaged?

2020-06-30 (Offstream)

  • Bug: Bad performance on chunkli rotate
  • Bad performance on farmworld regen
  • Update Kadi PagePalette with new colors
  • Upgrade Couchbase Java SDK to 3.x
  • Switch from RxJava to Reactor


2020-07-01

  • IChatBaseComponent is now changed. Names are no longer stored internally as a string. This kills the implementation of our animal-level system. We need to change the implementation completely
  • Bunch of fixes for Block/entity protections on plots etc

2020-07-02

  • Added new Effects to bows
  • Updated allow/disallow code on block placement/removal
  • Investigate Chunkli slowdown & light problems

2020-07-03

  • Investigate Chunkli slowdown & light problems
  • Bug: Biome not rotated on /area rotate

2020-07-04

  • Armor-Research brainstorming / Player-Inventory brainstorming
  • [+++] Fixed Chunkli speed
  • [+++] Fixed light-calculation errors

2020-07-05

  • FakeView is still disabled / breaks vanilla chunk light?
  • Todo: Change plot-border info message to double-chest only (and include beds)
  • Bug: /land previewrestore removes ArmorStands on top of each other

2020-07-0X

  • Bug: Anti-Xray redstone hiding somehow interacts with the real world. This removes/hides items in chests
  • Feature: Add functions to the MenuElements
  • Feature: Add Sub-Menus to Pages/Boards
  • Feature: Only send out parts of the screen that are affected by menu changes
  • Feature: Allow Desktops to be private/public
  • Feature: Allow Desktops to have cursors of other people if wanted
  • Bug: Screen interaction from the back is possible


  • TODO: Remove Attribute Modifiers from items and replace with Enchantments to make items glow again
  • Bug: Solution for changing Materials on new Minecraft versions
  • TODO: LibItems could get Updated if Minecraft removes internals (Enchantments get auto renamed)