Changes

Summary

  1. Buff Astral Silver a tad (commit: d3f07e0) (details)
  2. Allow to configure the levels where random bonuses are awarded. Just (commit: 2c1684f) (details)
  3. Add tool-override to the override module (commit: 7070985) (details)
  4. Chisels gain XP when crafting blocks with them in a crafting window (commit: b26c33d) (details)
  5. Update required TCon version to 590 (commit: 4962d53) (details)
  6. Allow to use String as a binding. Yay earlygame. (commit: 9e4cb0f) (details)
  7. Remove all tool heads with harvestlevel > flint from (commit: d867460) (details)
  8. Workaround for TE tools using a different harvestlevel than vanilla (commit: 5779418) (details)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/TinkerMaterialTweaks.java (diff)
Commit 2c1684f794134caea8869ea2858b3aa95e6ecf50 by bernhard.bonigl
Allow to configure the levels where random bonuses are awarded. Just like with the extra modifiers.
(commit: 2c1684f)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
Commit 70709854d4c077a5a5041605827968debb2b8a03 by bernhard.bonigl
Add tool-override to the override module
(commit: 7070985)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/override/ToolOverride.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/IguanaOverride.java (diff)
Commit b26c33df927860ef3f3d6bac5b5fa15d0fbcdf05 by bernhard.bonigl
Chisels gain XP when crafting blocks with them in a crafting window
(commit: b26c33d)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/IguanaToolLeveling.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/LevelingEventHandler.java (diff)
Commit 4962d531b2b7812859c32aefd24e0ee6bcb0d2d5 by bernhard.bonigl
Update required TCon version to 590
(commit: 4962d53)
The file was modifiedbuild.properties (diff)
The file was modified.gitignore (diff)
Commit 9e4cb0f1bf69386cacb978eaad02a78734fdfdea by bernhard.bonigl
Allow to use String as a binding. Yay earlygame.
(commit: 9e4cb0f)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/StringBindingHandler.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
Commit d8674604905fcab4db119452454dea1e1cb4d34e by bernhard.bonigl
Remove all tool heads with harvestlevel > flint from tinker-villager-chests
(commit: d867460)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/IguanaHarvestLevelTweaks.java (diff)
Commit 57794185a1172403d823b76eae73de8fc8968066 by bernhard.bonigl
Workaround for TE tools using a different harvestlevel than vanilla tools.
(commit: 5779418)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)