Changes

Summary

  1. Allow more enchantments to apply to shields and make them enchantable in tables (details)
  2. Allow axes to receive more weapon enchantments and receive them from the table (details)
  3. Fix wrong default for cauldron brewing (details)
  4. Add a config option to disable cauldron arrow tipping (details)
  5. Allow concrete to be made in the cauldron by default (details)
Commit 6a871ae295e8dc84686b917c1169eba5d6fbb8f0 by KnightMiner
Allow more enchantments to apply to shields and make them enchantable in tables

All enchantments only work when blocking with the shield
The file was modifiedsrc/main/java/knightminer/inspirations/tools/ToolsEvents.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentShieldThorns.java
The file was addedsrc/main/java/knightminer/inspirations/tools/item/ItemEnchantableShield.java
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentShieldFire.java
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentShieldProtection.java
The file was modifiedsrc/main/java/knightminer/inspirations/tools/InspirationsTools.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentShieldKnockback.java
The file was modifiedsrc/main/resources/META-INF/inspirations_at.cfg (diff)
Commit da725582fe9c0e78f25e8af59cb3afbe994472b0 by KnightMiner
Allow axes to receive more weapon enchantments and receive them from the table
The file was removedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentShieldFire.java
The file was modifiedsrc/main/java/knightminer/inspirations/tools/InspirationsTools.java (diff)
The file was removedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentShieldKnockback.java
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentExtendedKnockback.java
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentExtendedFire.java
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentAxeDamage.java
The file was addedsrc/main/java/knightminer/inspirations/tools/enchantment/EnchantmentAxeLooting.java
Commit 2e19fec913cc3eccc1f0341447fd6adc0b74fa92 by KnightMiner
Fix wrong default for cauldron brewing
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
Commit 49165abde4abae72dba21dbdc2e13814e18ca1a2 by KnightMiner
Add a config option to disable cauldron arrow tipping
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
Commit a215568c1db73307cf02046e7f17513a98928a5b by KnightMiner
Allow concrete to be made in the cauldron by default
The file was modifiedsrc/main/java/knightminer/inspirations/tweaks/TweaksEvents.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)