- Banners will now be printed with the correct pattern
- To print a banner, the item with the exact same pattern is required
- Add ISpecialBlockEntityItemRequirement for BlockEntities
- Allow StackRequirements to check match with other stack
- Add StrictNbtStackRequirement that also checks the stack NBT
- Add banners tag to safe_nbt tag
* Fixed the mouse button problems with the linked controller. (Closes#2807)
* Now with added elegance
* I'm here I might as well tie up some loose ends
* Compacting out some spaces
* This was probably the way it was for a good reason
- Nether Gold crushing now gives 18 nuggets instead of 7.5. This is between overworld gold ore and deepslate gold ore and actually above what furnace smelting would give.
- closes #3019
- Funnels will no longer deadlock their extraction size if the first item of an inventory has a low max stack size but can't even be extracted because of filtering.
- fixes#2919
- Refactor the ArmInteractionPoint system
- ArmInteractionPointTypes are now used instead of instances
- Point types can now have a priority that determines the primary type
at a certain location
- Points can now deserialize arbitrary data
- Points' cached BlockState is now updated before it is used
- Points now store the Level directly
- Default types are now registered in AllArmInteractionPointTypes
- Add point types for campfires and respawn anchors
- Fix arms being able to insert any item into composters
- Delete unused flag models and texture
- Make all BehaviorType instances final
- Fix ColorAttribute not showing color name
- Refactor some code related to SpeedLevel
- Improve goggles predicate API
- Make ToolboxInventory use Item#canFitInsideContainerItems
- Prevent toolbox items from being placed inside of shulker boxes
- Fix shadow steel always converting below y=0 instead of the min build
height