Changes

Summary

  1. Fix cauldron recipes from the config setting boiling to false when it (details)
  2. Fix dropping a stack of items in the cauldron only performing the recipe (details)
  3. Tweak crook durability's (details)
  4. Stone rods now return 4 instead of just 1 (details)
  5. Add config for unstackable alt recipes: makes dispensers and collectors (details)
Commit ed53785aa0fd464fb3e467293999c7fe2759a668 by KnightMiner
Fix cauldron recipes from the config setting boiling to false when it
was unspecified
Forces the cauldron to have no fire versus allowing either
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/InspirationsRegistry.java (diff)
Commit 8ff68252bda605da49eb57e2b3c2b6fd3681cfcc by KnightMiner
Fix dropping a stack of items in the cauldron only performing the recipe
once
Also, instead of tagging items as crafted if a recipe cannot be found
with the stack size, they are just tagged for cooldown. They also no
longer try again if the stack size changes. Both prevent a infinite loop
from a stack of bottles in the cauldron
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/TileCauldron.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/FillCauldronFromFluidContainer.java (diff)
Commit 6ccd81a44e984a673f67bb0cb1a06fa86712a2be by KnightMiner
Tweak crook durability's
Wood and stone are 33% bigger and bone is 20% bigger
The file was modifiedsrc/main/java/knightminer/inspirations/tools/InspirationsTools.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/tools/item/ItemCrook.java (diff)
Commit f02dc7ac14ef147b4ae18ed6f00705c3621e51e9 by KnightMiner
Stone rods now return 4 instead of just 1
The file was modifiedsrc/main/resources/assets/inspirations/recipes/tools/stone_rod.json (diff)
Commit d8576ad56df65241239809c05faf39a45d84361f by KnightMiner
Add config for unstackable alt recipes: makes dispensers and collectors
easier to craft
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
The file was removedsrc/main/resources/assets/inspirations/recipes/utility/collector_stackable.json
The file was addedsrc/main/resources/assets/inspirations/recipes/tweaks/collector_stackable.json
The file was addedsrc/main/resources/assets/inspirations/recipes/tweaks/dispenser_stackable.json