SL20W27: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
*Bug: Foxes crashing the server again (item removal code)
*Bug: Foxes crashing the server again (item removal code)
*'''Bug: Tools are no longer protected / soulbound and getting damaged?'''
*'''Bug: Tools are no longer protected / soulbound and getting damaged?'''
*
*
*
*
*
Line 30: Line 31:
<br />
<br />


== 2020-07-01 ==
==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'''
*'''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
*


*
*

Revision as of 21:58, 1 July 2020

◄ 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