Skip to content

Releases: Xires87/CraftingManipulator

5.2.0

Choose a tag to compare

@Xires87 Xires87 released this 28 Aug 10:24

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

Choose a tag to compare

@Xires87 Xires87 released this 28 Mar 11:30

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

Choose a tag to compare

@Xires87 Xires87 released this 28 Mar 11:30

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

Choose a tag to compare

@Xires87 Xires87 released this 28 Mar 11:29

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

Choose a tag to compare

@Xires87 Xires87 released this 28 Mar 11:28

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

Choose a tag to compare

@Xires87 Xires87 released this 07 Dec 10:08

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

Choose a tag to compare

@Xires87 Xires87 released this 17 Jun 15:43

4.0.0+1.20

3.0.0

Choose a tag to compare

@Xires87 Xires87 released this 19 Mar 17:24

1.19.4

  • removed deprecated elements
  • moved RBR classes from rules/ directory to rules/recipeblocking/

2.0.1

Choose a tag to compare

@Xires87 Xires87 released this 22 Jan 13:19

added tooltip rule

2.0.0

Choose a tag to compare

@Xires87 Xires87 released this 09 Dec 12:01

1.19.3

  • replaced ModifyVariable with Redirect in CraftingScreenHandlerMixin