Updated to forge 1.20.1 - 47.0.35
- Added NBT Integer options for Dual Handed Crafting to effect one of the input hand items(returning the modified item as the output)
- Added 'Tool Swapping' Recipe handler to handle tool swapping
(Removed tool swapping from the base tool class as it'll be recipe based now)
- Swapped to using mutableblockpos so getPedestalDetail will work now on tools
- Fixed recipe conflict with block filters
Updated to Minecraft Forge version 1.20 - 46.0.14
This is the 1.20 Beta release of the mod, which will be used as the base mod for all 1.20+ releases (again)
Major Changes:
- Moved Filters from Pedestals into it.
- Moved Work Cards from Pedestals into it.
- Added a large amount of helper functions and classes to make porting faster for my 1.19 mods.
Updated to latest forge - 1.19.2 - 43.2.14
- Added more util methods
- Backported from 1.20 the new filter entries for mobs
- Added NBT (integer values) to be able to be added to one of the hand inputs for dual handed recipes
- Added crafting recipe for swapping tools (should be more helpful in 1.20 version, but will use in 1.19 too)