Changes

Summary

  1. Change default for mob-head-removal on head exchange to true, so you can (commit: 92791c9) (details)
  2. Add support for dense ores (commit: 172d228) (details)
  3. Change default flint-recipe to 3 gravel since there are mods out there (commit: cec0336) (details)
  4. Change xp-formula from "Base + MiningSpeed/2" to "base + (commit: 8ebe966) (details)
  5. Fix buckets not being destroyed when placing hot liquid in a tank.  Clay (commit: ed5d068) (details)
  6. While I'm at it, change picking up liquids with clay buckets to (commit: a0386f7) (details)
  7. Turn crafting-grid-repairing on by default, because earlygame can be (commit: 7249674) (details)
Commit 92791c9859b1d6f4800297c2e8ff4963e03c48e3 by bernhard.bonigl
Change default for mob-head-removal on head exchange to true, so you can actually still use it later in the game.
(commit: 92791c9)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
Commit cec0336066708906ef96bae2162a5e12008a137f by bernhard.bonigl
Change default flint-recipe to 3 gravel since there are mods out there with 2x2 gravel recipies (extra utilities)
(commit: cec0336)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
Commit 8ebe9668c6e19458c7e6dd5191624733ba342489 by bernhard.bonigl
Change xp-formula from "Base + MiningSpeed/2" to "base + UnmodifiedMingingSpeed + BonusMiningspeed*1/5"
(commit: 8ebe966)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
Commit ed5d068454e8bc63ee3ce9b355d24cdf8869d3d9 by bernhard.bonigl
Fix buckets not being destroyed when placing hot liquid in a tank.  Clay buckets cannot pick up liquids from tanks, because Forge is unable to recognize it as a bucket...
(commit: ed5d068)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/claybuckets/items/ClayBucket.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/claybuckets/items/ClayBucketTinkerLiquids.java (diff)
Commit a0386f78a8d89b9a3fed79f674585715ea0722b4 by bernhard.bonigl
While I'm at it, change picking up liquids with clay buckets to correctly update the block
(commit: a0386f7)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/claybuckets/ClayBucketHandler.java (diff)
Commit 724967499c35da9f1c85c2700fa3711c834f84a1 by bernhard.bonigl
Turn crafting-grid-repairing on by default, because earlygame can be quite obnoxious without it.
(commit: 7249674)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)