Releases: Xires87/CraftingManipulator
Releases · Xires87/CraftingManipulator
5.2.0
Compare
Sorry, something went wrong.
No results found
5.2.0+1.21
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([...])
4.2.0
Compare
Sorry, something went wrong.
No results found
4.2.0+1.20
Changes:
almost everything has changed (including usage)
New features:
drawing textures and tooltips on crafting screen and inventory screen
3.2.0
Compare
Sorry, something went wrong.
No results found
3.2.0+1.19.4
Changes:
almost everything has changed (including usage)
New features:
drawing textures and tooltips on crafting screen and inventory screen
2.2.0
Compare
Sorry, something went wrong.
No results found
2.2.0+1.19.3
Changes:
almost everything has changed (including usage)
New features:
drawing textures and tooltips on crafting screen and inventory screen
1.2.0
Compare
Sorry, something went wrong.
No results found
1.2.0+1.19.2
Changes:
almost everything has changed (including usage)
New features:
drawing textures and tooltips on crafting screen and inventory screen
4.1.0
Compare
Sorry, something went wrong.
No results found
4.1.0+1.20
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
4.0.0
Compare
Sorry, something went wrong.
No results found
3.0.0
Compare
Sorry, something went wrong.
No results found
1.19.4
removed deprecated elements
moved RBR classes from rules/ directory to rules/recipeblocking/
2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.0
Compare
Sorry, something went wrong.
No results found
1.19.3
replaced ModifyVariable with Redirect in CraftingScreenHandlerMixin