Changes

Summary

  1. Fix buildscript and update to Tcon with weaponry \o/ (commit: 0650604) (details)
  2. Fix XP gained by weapons. The new stuff is recognized properly now, and (commit: 7eaa9ae) (details)
  3. Throw out FMP registration of tinkers blocks since it's in tinkers now (commit: e39047f) (details)
  4. Fix Redstone modifier for bows/crossbows/longbows etc. (commit: 863823d) (details)
  5. Raise Lapis modifier weight for bows (since they actually make sense (commit: aa6d97d) (details)
  6. Change detection of tool type (weapon/bow/harvesttool) to use traits (commit: b49aafa) (details)
  7. Pre-init windup haste modifier (commit: a7e4dca) (details)
  8. Add extra modifier weights for ammo (commit: d9e152f) (details)
  9. Fix Knockback-Bonus only having 1/10th of intended strength (commit: abbb163) (details)
  10. Lover knockback-bonus chance on bows (commit: c54000e) (details)
  11. Update XP calculation to recognize new bows (commit: d188815) (details)
  12. Fix StoneTool restriction stuff to also ignore all the custom materials (commit: eb199ef) (details)
  13. Allow all weapons for randomly generated weapons in chests (commit: a2bc675) (details)
  14. Fix stonetool restriction stuff also preventing part replacement (commit: 3cab31e) (details)
  15. Add missing tags for new weapons when replacing parts (commit: 1780b0a) (details)
  16. Fix arrow and bolt part replacement (commit: 9ec6c55) (details)
  17. Factor in fiery from blaze arrow shaft when replacing shafts (commit: 34b6fc6) (details)
  18. Set minimal required tcon version (commit: e0698dc) (details)
  19. Adapt restrictions to new parts (commit: 3e720df) (details)
  20. Update tcon to fix the ammo-stack bug with replacing toolparts (commit: 2bf716c) (details)
Commit 0650604ca0b3e0f31b3097fe20234ec21759398d by bernhard.bonigl
Fix buildscript and update to Tcon with weaponry \o/
(commit: 0650604)
The file was modifiedbuild.gradle (diff)
The file was modifiedbuild.properties (diff)
Commit 7eaa9aeacf84055b24e34b9d260b4baa38888a5b by bernhard.bonigl
Fix XP gained by weapons. The new stuff is recognized properly now, and Arrows also get XP!
(commit: 7eaa9ae)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/LevelingEventHandler.java (diff)
Commit e39047f81a1523e6f9dc33bff62ff43f06f8b1bf by bernhard.bonigl
Throw out FMP registration of tinkers blocks since it's in tinkers now
(commit: e39047f)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/modcompat/fmp/IguanaFMPCompat.java (diff)
Commit 863823db3a5f9255bf941168d8841cff3e7fbc09 by bernhard.bonigl
Fix Redstone modifier for bows/crossbows/longbows etc.
(commit: 863823d)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/IguanaToolLeveling.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit aa6d97dd2df4344fc5d7b3966720659a175f3b13 by bernhard.bonigl
Raise Lapis modifier weight for bows (since they actually make sense there!)
(commit: aa6d97d)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit b49aafa462a6e74c6b53516db452b51cf67c2a72 by bernhard.bonigl
Change detection of tool type (weapon/bow/harvesttool) to use traits instead of hardcoded classes. (Hammer is still an exception to be harvest instead of weapon though)
(commit: b49aafa)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit d9e152f0966d18fbc64c1b9dc0320c126002c0c3 by bernhard.bonigl
Add extra modifier weights for ammo
(commit: d9e152f)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/ModifierOverride.java (diff)
Commit abbb163a8070070e44f3c3a22ab4c2613a7b1af6 by bernhard.bonigl
Fix Knockback-Bonus only having 1/10th of intended strength
(commit: abbb163)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit c54000e91776b2d7ad066764ca569a24f12a9e3f by bernhard.bonigl
Lover knockback-bonus chance on bows
(commit: c54000e)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit d188815d81969baeca5b5f1b33c30afd755ca76f by bernhard.bonigl
Update XP calculation to recognize new bows
(commit: d188815)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingActiveToolMod.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit eb199efda9fa7991db884f4f312c8d8220a6702b by bernhard.bonigl
Fix StoneTool restriction stuff to also ignore all the custom materials of the new weapons
(commit: eb199ef)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/OldToolConversionHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/StoneToolHandler.java (diff)
Commit a2bc675517748c6a316d0cad11e35a29dcd09d16 by bernhard.bonigl
Allow all weapons for randomly generated weapons in chests
(commit: a2bc675)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/worldgen/RandomWeaponChestContent.java (diff)
Commit 3cab31e4c70d7f76af9cdf53dd59a8f398dc220d by bernhard.bonigl
Fix stonetool restriction stuff also preventing part replacement
(commit: 3cab31e)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/debug/DebugTooltipHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ModPartReplacement.java (diff)
Commit 1780b0af56ef022fd152596f8d64e750fc742614 by bernhard.bonigl
Add missing tags for new weapons when replacing parts
(commit: 1780b0a)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ReplacementLogic.java (diff)
Commit 9ec6c55713a4bcc6a807ab9d5136214c3c0b5759 by bernhard.bonigl
Fix arrow and bolt part replacement
(commit: 9ec6c55)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ReplacementLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ModPartReplacement.java (diff)
Commit 34b6fc68c5686179dcb07e6cb03b283c4467b507 by bernhard.bonigl
Factor in fiery from blaze arrow shaft when replacing shafts
(commit: 34b6fc6)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ReplacementLogic.java (diff)
Commit e0698dcd8b82c1ba194051ce8142f14d63539825 by bernhard.bonigl
Set minimal required tcon version
(commit: e0698dc)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionConfig.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java (diff)
Commit 2bf716cb02a9f5e170298bdb4b34ffe1747a9ce9 by bernhard.bonigl
Update tcon to fix the ammo-stack bug with replacing toolparts
(commit: 2bf716c)
The file was modifiedbuild.properties (diff)