File Details
[1.20 - 1.20.2] Crafting Manipulator - 4.1.0
- R
- Dec 7, 2023
- 40.44 KB
- 2.9K
- 1.20.2+2
- Fabric
File Name
crafting-manipulator-4.1.0+1.20.jar
Supported Versions
- 1.20.2
- 1.20.1
- 1.20
Curse Maven Snippet
New features:
- rules now work with HashSets (tags can still be used but there is no need to create tag for 1 item)
- rules can be enabled/disabled
- no need to use mixins to create new (working) RBR or OCR
Breaking changes:
TooltipRules:
- have to be called inside ClientModInitializer (otherwise server will not be able to start)
- have Text in parameters (before it was string)
- removed Formatting fields (Text holds formatting)
Other changes:
- tags used in rules are nullable
- some methods were renamed (creating rules remains the same)
- removed ruleName from OCR and RBR (no idea why it was there)
- OnCraftRules and RecipeBlockingRules extends AbstractRule
- OnCraftRules is abstract
- AttributeModifierOCR is deprecated
- much cleaner code

