Changes

Summary

  1. Added step up modifier using new forge attribute (details)
  2. Fix modifier redirects breaking the modifier packet (details)
  3. Fix overslime armor debuff actually being a buff (details)
  4. Remove "safe for decoration" tooltips (details)
Commit dd1b121a4616274003f390b86af86b739dc97027 by KnightMiner
Added step up modifier using new forge attribute
The file was addedsrc/main/resources/assets/tconstruct/book/puny_smelting/en_us/upgrades/armor/step_up.json
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierIds.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/armor/step_up.json
The file was modifiedgradle.properties (diff)
The file was addedsrc/generated/resources/data/tconstruct/tinkering/modifiers/step_up.json
The file was modifiedsrc/main/resources/assets/tconstruct/tinkering/colors.json (diff)
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/upgrade/step_up.json
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/sections/upgrades.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/book/puny_smelting/sections/upgrades.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierProvider.java (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/salvage/upgrade/step_up.json
Commit 25c38354c0c78f347e0afc1b055d06a4ec26d859 by KnightMiner
Fix modifier redirects breaking the modifier packet
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/modifiers/ModifierManager.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/modifiers/UpdateModifiersPacket.java (diff)
Commit e7f747338031eb0116d9b89e1cfa32b04e7a9454 by KnightMiner
Fix overslime armor debuff actually being a buff
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/slotless/OverslimeModifier.java (diff)
Commit 8105cf3bd9be38a6e40f562e7941713ef66862d2 by KnightMiner
Remove "safe for decoration" tooltips

Seared bricks are not less safe than they used to be, but they are slightly more expensive than standard blocks. The intention behind that tooltip is saying we are not like another mod which has not existed since 1.7
Might be worth making seared bricks not have a TE when not in a structure, as that would make them nicer for decoration
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)