- removed TooltipRules (deprecated)
- Crafter support - added 2 new methods to CraftingRule:
- modifyItemCrafterIsAboutToCraft([...])
- onCraftByCrafter([...])
- replaced PlayerEntity with BlockPos (parameter) for 2 methods (in ConditionsHelper):
- standsNearCorrectBlock([...])
- isOnCorrectBiome([...])
Changes:
- almost everything has changed (including usage)
New features:
- drawing textures and tooltips on crafting screen and inventory screen