Changes

Summary

  1. Add an override config for Random Bonuses! (commit: e9d609b) (details)
  2. Give Yellorium obsidian harvestlevel (same as uranium) (commit: 4d41606) (details)
  3. Change config path to same name as mod file for cosistency. (With (commit: 6363365) (details)
  4. Some safety checks for the randomly generated weapons. Also no more (commit: 41597fb) (details)
  5. Allow full toolclass control in block override (commit: 9f83da8) (details)
  6. Add excessive logging to the override module for debugging for people (commit: 533bead) (details)
Commit e9d609b0d96f3e474f66e2afec0b53e54f0c8af7 by bernhard.bonigl
Add an override config for Random Bonuses!
(commit: e9d609b)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/IguanaOverride.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/override/ModifierOverride.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/BlockOverride.java (diff)
Commit 4d416067b0353b3fca2f09d6c239ca5d3e633177 by bernhard.bonigl
Give Yellorium obsidian harvestlevel (same as uranium)
(commit: 4d41606)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
Commit 6363365a732afcf592e907592b6a0300fdd59844 by bernhard.bonigl
Change config path to same name as mod file for cosistency. (With automatic conversion)
(commit: 6363365)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
Commit 41597fbf1e86733678813c054361bf53a2e43004 by bernhard.bonigl
Some safety checks for the randomly generated weapons. Also no more scythes and cleavers in bonus chests.
(commit: 41597fb)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/worldgen/RandomWeaponChestContent.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/worldgen/IguanaWorldGen.java (diff)
Commit 9f83da8fd9d28a8968874444d6367f10ed341aeb by bernhard.bonigl
Allow full toolclass control in block override
(commit: 9f83da8)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/BlockOverride.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
Commit 533bead8e8f2c8ddfb089712be2f934dfffb0983 by bernhard.bonigl
Add excessive logging to the override module for debugging for people who mess with that stuff.
(commit: 533bead)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/MaterialOverride.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/BlockOverride.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/ModifierOverride.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/ToolOverride.java (diff)