SL20W51

From ETM
Revision as of 22:57, 13 December 2020 by Kademlia (talk | contribs) (Created page with "◄ SL20W49 | SL20W51 ►<br /> *'''Shop-System''' **Shop-Sign position changes on wood type replacement **Unable to open Chest - tries to open the sh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
      • Disable shulkerboxes from being traded/considered in shops
    • Add a checker that disables all special-blocks that should not be tradable
    • Add a function to checkshop that only highlights where a broken shop is
  • Cleanup commands and add some more command [xxx] helpers
  • Shops can trade shulker boxes
  • Shops/LibManager generates IDs for shulker boxes
  • Add command that allows creation of worlds with no skylight
  • Add command that allows changing how a world is generated
  • 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)
    • Test how we can accurately determine laggyness of inserts
    • 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!
    • Bug: Calculation of how many chunks per tick are allowed is about 3x of what it should be
  • CB
    • Fixed bug causing redstone to still try to tick even if the chunk is no longer loaded
  • ChunkliService
    • Added command to fix broken area-list