SL20W50

From ETM
Jump to navigation Jump to search

◄ SL20W49 | SL20W51 ►

  • Shop-System
    • Shop-Sign position changes on wood type replacement
    • Unable to open Chest - tries to open the shop
    • Add "log" ShopRule as test to see how rules might work
    • Try to break shops with invalid LibIds/Items
      • Disable shulkerboxes with data from being saved in the libsystem. => This would be wrong. We want to save them still (lookup of item transactions / prism style) but at the same time do not want players to use them that much / be able to clean up our system.
    • Add a function to checkshop that only highlights where a broken shop is
  • Add command that allows creation of worlds with no skylight
  • Chunkli world manipulation
    • Fixed problem causing server freezes
    • Fixed problem causing long timeouts on thousands of chunk changes
    • Added new selection mode to allow showing large selections (up to 1600chunks/ 40x40)
    • How can we correctly determine the time our inserts took?
      • Simply not possible. 95% of the time is used by mc afterwards for light-calculation etc.
    • Try to lower client side insert lags when inserting into empty areas
      • We should not care about this because of [skylight] being broken in MC
      • We cannot fix the skylight from mc, we can only try to prevent these bugs
      • Only way to prevent these bugs is by not having hard-edges at chunk borders!
  • CB
    • Fixed bug causing redstone to still try to tick even if the chunk is no longer loaded
    • Fixed worlds not loading from subfolder /worlds SPIGOT-5824
  • ChunkliService
    • Added command to fix broken area-list