Changes

Summary

  1. Fix darkthread bowstring not being craftable (details)
  2. Support experienced on ranged weapons (details)
  3. Implement sinistral for dual wielding crossbows (details)
  4. Move drawspeed to a player property to avoid recalculating it twice each tick (details)
  5. Implement scope modifier (details)
  6. Make zoom an upgrade and allow using it on any right click interact tool (details)
  7. Simplify experienced logic and remove edge case of modifier not added (details)
  8. Add projectile to crossbow tooltip (details)
  9. Fix scope and zoom not disabling when switching selected item (details)
  10. Improve angles on longbow multishot (details)
  11. Allow impaling on all bows (details)
  12. Add encyclopedia pages on crossbows and longbows (details)
  13. Fix broken localization of descriptions and missing enderslimevine update (details)
  14. Add ranged modifiers to encyclopedia and other modifier updates (details)
  15. Add option to crystalshot for randomized colors (details)
  16. Make sinistral respect brokeness (details)
  17. Generate material stats and textures for compat materials (details)
  18. Add missing repair kit textures to aluminum and remove unneeded bamboo textures (details)
  19. Implement most compat traits (details)
  20. Implement silver and aluminum traits (details)
  21. Implement platinums new ranged trait - olympic (details)
  22. Forgot that power is +0.5 damage, +1 is a lot (details)
  23. Holy language! (details)
  24. Fix copy paste error with material section subtitles (details)
Commit 8d889d5af595ca2865d96631434bb5f1794f4793 by KnightMiner
Fix darkthread bowstring not being craftable
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ToolsRecipeProvider.java (diff)
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/parts/casting/bowstring_composite.json
Commit cdc0c64df2d4857499a400933faf0b33076ae51f by KnightMiner
Support experienced on ranged weapons
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/upgrades/general/ExperiencedModifier.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/salvage/upgrade/experienced.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/upgrade/experienced.json (diff)
Commit 63006dc05c0451bdf1794ab0d5f1d3ad063019d6 by KnightMiner
Implement sinistral for dual wielding crossbows
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/TinkerModifiers.java (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)
The file was addedsrc/main/java/slimeknights/tconstruct/tools/modifiers/upgrades/ranged/SinistralModifier.java
The file was modifiedsrc/main/resources/assets/tconstruct/mantle/colors.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/tinkering/modifier_icons.json (diff)
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/salvage/upgrade/sinistral.json
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/ModifiableCrossbowItem.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/upgrade/sinistral.json
The file was addedsrc/main/resources/assets/tconstruct/textures/gui/modifiers/ranged/sinistral.png
Commit 0ba126f116471bef9689686caffcec7cf46a0dd2 by KnightMiner
Move drawspeed to a player property to avoid recalculating it twice each tick

Means tools have to store it when they start charging, but not a huge burden
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/client/model/TinkerItemProperties.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/ModifiableBowItem.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/tools/item/ModifiableLauncherItem.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/ModifiableCrossbowItem.java (diff)
Commit 095e21aae2d9a26e7ad996e5e776a3c38b8196c0 by KnightMiner
Implement scope modifier

Allows longbows to zoom in as you charge
The file was modifiedsrc/main/resources/assets/tconstruct/tinkering/modifier_icons.json (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/upgrade/scope.json
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/ModifiableBowItem.java (diff)
The file was addedsrc/main/resources/assets/tconstruct/textures/gui/modifiers/ranged/scope.png
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/salvage/upgrade/scope.json
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/TinkerModifiers.java (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/mantle/colors.json (diff)
Commit cbc3a1ba3f92d5feccde42473d4054b82e4996f4 by KnightMiner
Make zoom an upgrade and allow using it on any right click interact tool

For held items, zoom works like a spyglass, so zoom pickaxes!
Zoom was a little weak for an ability, and this will leave more space for some future modifiers and fits alongside scope better
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/upgrade/zoom.json
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/salvage/upgrade/zoom.json
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
The file was removedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/ability/zoom.json
The file was removedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/salvage/ability/zoom.json
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/ability/armor/ZoomModifier.java (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/mantle/colors.json (diff)
Commit 1b873630dcd7aeae0bfee344a684c9e4e1623b6b by KnightMiner
Simplify experienced logic and remove edge case of modifier not added
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/upgrades/general/ExperiencedModifier.java (diff)
Commit 9c920d98b9c6a7c254fc811ff8e8ecaa233170a9 by KnightMiner
Add projectile to crossbow tooltip
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/ModifiableCrossbowItem.java (diff)
Commit bda01135bd7d9ca8fde9ca449a68dd700a711995 by KnightMiner
Fix scope and zoom not disabling when switching selected item
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/ModifiableBowItem.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/TinkerModifiers.java (diff)
The file was addedsrc/main/java/slimeknights/tconstruct/tools/modifiers/upgrades/ranged/ScopeModifier.java
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/ability/armor/ZoomModifier.java (diff)
Commit acddaa783c2211a8903f0a064078bd4e7cea810e by KnightMiner
Improve angles on longbow multishot
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/ModifiableBowItem.java (diff)
Commit a38946119b7fcc9a0910f27ea377b0b788ef0b0e by KnightMiner
Allow impaling on all bows

Not 100% certain how I want to do ricochet (impaling's companion for longbows) so for now leaving it out. To keep the bow types balanced, allowing impaling on longbows
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/upgrade/impaling.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
Commit 4e82ed644f20015b9fcfabf95cfe291a0d43a3f1 by KnightMiner
Add encyclopedia pages on crossbows and longbows

Need to do modifier pages still
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/sections/tools.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/tools/small/crossbow.json
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/salvage/upgrade/impaling.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/tools/large/longbow.json
Commit 901a9cc84981e26305ebd383c56d7d4161b4e2d6 by KnightMiner
Fix broken localization of descriptions and missing enderslimevine update
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)
Commit 0fe5c32c3c3c21fe4fc07acfa514354844ca3a6c by KnightMiner
Add ranged modifiers to encyclopedia and other modifier updates
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/fiery.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/trueshot.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/scope.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/ranged/crystalshot.json
The file was removedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/armor/zoom.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/freezing.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/ranged/multishot.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/punch.json
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/sections/abilities.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/sections/upgrades.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/language.lang (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/weapon.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/weapon.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/necrotic.json
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/sections/slotless.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/power.json
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/interact.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/quick_charge.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/slotless/general/blindshot.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/ranged/bulk_quiver.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/ranged.json
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/netherite.json (diff)
The file was removedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/armor/looting.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/zoom.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/ranged/trick_quiver.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/sinistral.json
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/diamond.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/armor/ambidextrous.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/piercing.json
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/emerald.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/fireprimer.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/abilities/general/looting.json
The file was addedsrc/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/ranged/impaling.json
Commit 437bc476785cabf8d63ac2066baa6558a6200847 by KnightMiner
Add option to crystalshot for randomized colors
The file was modifiedsrc/main/resources/assets/tconstruct/models/item/crystalshot.json (diff)
The file was addedsrc/main/resources/assets/tconstruct/textures/item/arrow/crystalshot_random.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/CrystalshotItem.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/ability/ranged/CrystalshotModifier.java (diff)
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/ability/crystalshot_random.json
The file was modifiedsrc/main/resources/assets/tconstruct/mantle/colors.json (diff)
Commit 36514cea70632cdfc01ed5b3f6f8dbabf58d813d by KnightMiner
Make sinistral respect brokeness
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/upgrades/ranged/SinistralModifier.java (diff)
Commit cdef0c67344784f6258eba30042b5eb337634053 by KnightMiner
Generate material stats and textures for compat materials
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_electrum.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/steel.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_electrum.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/material/MaterialDataProvider.java (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_aluminum.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/definition/aluminum.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_tungsten.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/sprite/TinkerMaterialSpriteProvider.java (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_plated_slimewood.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/electrum.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_platinum.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/material/MaterialRenderInfoProvider.java (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_constantan.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/tungsten.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_electrum.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/material/MaterialIds.java (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_constantan.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/necronium.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_silver.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/silver.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_bronze.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/lead.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_platinum.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/platinum.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_aluminum.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/bronze.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_invar.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/aluminum.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_steel.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/platinum.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_plated_slimewood.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/tungsten.json (diff)
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/invar.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_invar.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/invar.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_electrum.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/electrum.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/materials/melting/aluminum.json
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_silver.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/constantan.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_plated_slimewood.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/plated_slimewood.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_aluminum.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/material/MaterialStatsDataProvider.java (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_aluminum.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/aluminum.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_plated_slimewood.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/plated_slimewood.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_electrum.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/necronium.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/lead.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_electrum.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/bronze.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_lead.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/material/MaterialRecipeProvider.java (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_constantan.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/constantan.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_silver.png
The file was addedsrc/generated/resources/data/tconstruct/recipes/tools/materials/casting/aluminum.json
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_plated_slimewood.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_silver.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/silver.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_necronium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_constantan.png
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/stats/steel.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_steel.png
Commit a735a6d493d91a32d4ac37f648fb91c548c9fff4 by KnightMiner
Add missing repair kit textures to aluminum and remove unneeded bamboo textures
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/broken_blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/broken_back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/broken_back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/broken_back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/broken_shield_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_bamboo.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/bamboo.json (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/mattock/broken_pick_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/broken_front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/broken_shield_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/kama/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/broken_blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/broken_head_tconstruct_bamboo.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/client/data/material/AbstractMaterialSpriteProvider.java (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sword/broken_blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/pickadze/broken_axe_tconstruct_bamboo.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/sprite/TinkerMaterialSpriteProvider.java (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/mattock/broken_axe_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_bamboo.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/materials/aluminum.json (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_bamboo.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_aluminum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/broken_front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/broken_front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/cleaver/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/broken_head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/broken_front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/dagger/broken_blade_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/broken_back_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_bamboo.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/broken_head_tconstruct_bamboo.png
Commit 0c0d68445226cdf17960123a3091eadc75469701 by KnightMiner
Implement most compat traits
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/melee/InvariantModifier.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/modifiers/sharpweight.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/harvest/DwarvenModifier.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierProvider.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/upgrades/general/ReinforcedModifier.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/modifiers/heavy.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/harvest/MaintainedModifier.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/modifiers/ductile.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/harvest/TemperateModifier.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/melee/DecayModifier.java (diff)
Commit b9dbdcaf301ee2f4da1fe0182175872eac8d5ade by KnightMiner
Implement silver and aluminum traits
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/TinkerModifiers.java (diff)
The file was addedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/ranged/package-info.java
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/traits/silver.json (diff)
The file was addedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/ranged/CrystalboundModifier.java
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierProvider.java (diff)
The file was removedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/CrystalboundModifier.java
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/traits/aluminum.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/material/MaterialTraitsDataProvider.java (diff)
The file was addedsrc/generated/resources/data/tconstruct/tinkering/modifiers/featherweight.json
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierIds.java (diff)
The file was addedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/ranged/HolyModifier.java
The file was modifiedsrc/main/resources/assets/tconstruct/mantle/colors.json (diff)
Commit 8d1347d241858e329202f71fe1ccb00db4670511 by KnightMiner
Implement platinums new ranged trait - olympic
The file was addedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/ranged/OlympicModifier.java
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/materials/traits/platinum.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/TinkerModifiers.java (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/mantle/colors.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/material/MaterialTraitsDataProvider.java (diff)
Commit e639580eb4059ce74fc8f9b85bb79a2b657a8aed by KnightMiner
Forgot that power is +0.5 damage, +1 is a lot
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/modifiers/traits/ranged/HolyModifier.java (diff)
The file was modifiedsrc/main/resources/assets/tconstruct/lang/en_us.json (diff)
Commit bf429c1392a736f7119ecb14142ec4c05743ee3c by KnightMiner
Fix copy paste error with material section subtitles
The file was modifiedsrc/main/resources/assets/tconstruct/book/mighty_smelting/en_us/language.lang (diff)