litematica icon indicating copy to clipboard operation
litematica copied to clipboard

1.17 cherry picks

Open mms0316 opened this issue 3 years ago • 0 comments

Brought fixes from master branch:

  • Task Scheduler: add missing synchronized block
  • Task Scheduler: fix calling stop() twice
  • Easy Place: uses mixins (interactBlock, interactItem + syncSelectedSlot, doItemUse + TAIL) and isHandlingEasyPlace to stop extra block placements and fail message spams (should fix GH #434)

Brought a feature from master branch:

  • Pick block: Add number ranges in pickBlockableSlots config

Removed the config EASY_PLACE_VANILLA_REACH in favor of mc.interactionManager.getReachDistance()

Note: this does not bring fixes to underwater slabs, refactors to EasyPlaceUtils or changings in hooks for SchematicUtils / SchematicEditUtils from master branch

mms0316 avatar Jan 08 '22 02:01 mms0316