Changes

Summary

  1. Add more safety to random bonuses, to ensure that they can't cause (commit: 5e26e42) (details)
  2. Forgot to add Alduorite to the harvestlevel tweaks (commit: 55c405c) (details)
  3. Rename mod to "Iguana Tinker Tweaks". Since it's technically a (commit: d2acbce) (details)
  4. Also update filename, and update version number to 2.0, to signify that (commit: 15d85fe) (details)
  5. Correctly adjust the harvest levels depending on the tool. (This (commit: 729617d) (details)
  6. Also show the tool on the debug tooltips (commit: a4d337e) (details)
  7. Add a new module that adds randomly generated weapons to BonusChests and (commit: a4ec7a8) (details)
  8. Replace vanilla tools with tinker tools in bonus chests if (commit: 78bbef9) (details)
Commit 5e26e429f406c8717f1ea23546fe70aa6fdf7075 by bernhard.bonigl
Add more safety to random bonuses, to ensure that they can't cause endless loops or mess up modifier amount
(commit: 5e26e42)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit 55c405cfefa9aa29f19b3f700f8024a3cc53e2d5 by bernhard.bonigl
Forgot to add Alduorite to the harvestlevel tweaks
(commit: 55c405c)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
Commit d2acbce4027391b56291d64f4f3f7878b8b1b91a by bernhard.bonigl
Rename mod to "Iguana Tinker Tweaks". Since it's technically a successor, but still the same. Also much shorter. >_<
(commit: d2acbce)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Reference.java (diff)
Commit 15d85feab5fca518bc0a143c5303dd6081158694 by bernhard.bonigl
Also update filename, and update version number to 2.0, to signify that it's still the same but completely new. ;o
(commit: 15d85fe)
The file was modifiedsettings.gradle (diff)
The file was modifiedbuild.properties (diff)
Commit 729617d4fb00a17f89df61396368f92120f1824c by bernhard.bonigl
Correctly adjust the harvest levels depending on the tool. (This basically only affects gravel ores.)
(commit: 729617d)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/IguanaHarvestLevelTweaks.java (diff)
Commit a4d337e85a2e070f20b16655222532a92e207975 by bernhard.bonigl
Also show the tool on the debug tooltips
(commit: a4d337e)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/debug/DebugTooltipHandler.java (diff)
Commit a4ec7a8ca896dfb6eb6d1d9262d07db7f51746b1 by bernhard.bonigl
Add a new module that adds randomly generated weapons to BonusChests and Dungeon Loot! :D
(commit: a4ec7a8)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/worldgen/IguanaWorldGen.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/worldgen/RandomWeaponChestContent.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Reference.java (diff)
Commit 78bbef9acd4593cbe913fcb3461f9133609dbab9 by bernhard.bonigl
Replace vanilla tools with tinker tools in bonus chests if vanilla-tool-nerf is enabled
(commit: 78bbef9)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)