Changes

Summary

  1. Fix crash when clicking on a cow with an empty hand (commit: cd91130) (details)
  2. Change the making-cast-burns-material implementation to the new smeltery (commit: c7e4f01) (details)
  3. Add easy part crafting in the crafting window (commit: 531cebb) (details)
  4. Add easy tool building in the crafting grid. Extra option to allow (commit: d6d18b6) (details)
  5. Allow bone and wooden crossbars, so you can make a dagger as starting (commit: b16e58d) (details)
Commit cd911302a6bbec7da2da61201314887a38192b89 by bernhard.bonigl
Fix crash when clicking on a cow with an empty hand
(commit: cd91130)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/claybuckets/ClayBucketHandler.java (diff)
Commit c7e4f0153a6d71edafbd10a07dab9d737f26e0b0 by bernhard.bonigl
Change the making-cast-burns-material implementation to the new smeltery events
(commit: c7e4f01)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/CastHandler.java
Commit 531cebbca6ca35959b4dbb95fbbaa471c7a6239b by bernhard.bonigl
Add easy part crafting in the crafting window
(commit: 531cebb)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/PartCraftingRecipe.java
Commit d6d18b6b244dcff3603ad3d67bc68cac6e1a244e by bernhard.bonigl
Add easy tool building in the crafting grid. Extra option to allow 4-part tools.
(commit: d6d18b6)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/ToolCraftingRecipe.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
Commit b16e58d15162a1e81fd1b63275fb1933d78a0049 by bernhard.bonigl
Allow bone and wooden crossbars, so you can make a dagger as starting weapon.
(commit: b16e58d)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java (diff)