Changes

Summary

  1. Add method to register a crossbow item predicate (details)
  2. Add tags for embellishables to make it easier for addons with new armor types (details)
  3. Add item properties to bows (details)
  4. Remove shortbow textures, they have been moved to an addon (details)
  5. Allow mob effect modifiers to grant float levels (details)
  6. Misc data tweaks (details)
Commit 1dbcffa067e22c2ef2a9c619e2230e905fce98f5 by KnightMiner
Add method to register a crossbow item predicate

So no need to copy and paste if you want to add more custom crossbow variants
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/client/model/TinkerItemProperties.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/ToolClientEvents.java (diff)
Commit cb39fd468ad1d3217142711393bc06ad73c656a1 by KnightMiner
Add tags for embellishables to make it easier for addons with new armor types

Now instead of having to clone all recipes, you just add your armor to the tag. Textures are still on you, but the command will fill in the gaps
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_obsidian.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_sky.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_steel.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_tungsten.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_invar.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_platinum.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_lead.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_blood.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/common/TinkerTags.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierRecipeProvider.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_electrum.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_hepatizon.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_tin.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_earth.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_copper.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/common/data/tags/ItemTagProvider.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_clay.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_slimesteel.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_honey.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_constantan.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_amethyst_bronze.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_uranium.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_nickel.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_netherite.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_manyullyn.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_bronze.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_silver.json (diff)
The file was addedsrc/generated/resources/data/tconstruct/tags/items/modifiable/embellishment/slime.json
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_copper_oxidized.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_pig_iron.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_iron.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_zinc.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_debris.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_iron_oxidized.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_aluminum.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_brass.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_ichor.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_osmium.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/recipes/tools/modifiers/slotless/embellishment_rose_gold.json (diff)
The file was addedsrc/generated/resources/data/tconstruct/tags/items/modifiable/embellishment/metal.json
Commit 6b464fa44dbb1d1fd30db4dab6cb2ed0f8b96aae by KnightMiner
Add item properties to bows
The file was modifiedsrc/main/java/slimeknights/tconstruct/plugin/jsonthings/FlexItemTypes.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/plugin/jsonthings/PluginClient.java (diff)
Commit cd5769eb4a26588e084e76e10e2c608030bcee00 by KnightMiner
Remove shortbow textures, they have been moved to an addon
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/bowstring_broken.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_2_metal.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_2_stick.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_3.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_metal.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/bowstring.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_3_stick.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/bowstring_2.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_2.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_3.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_stick.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_2_metal.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_3_metal.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_stick.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/bowstring_3.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_metal.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_2.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/bowstring_1.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_3_metal.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_bottom_2_stick.png
The file was removedsrc/main/resources/assets/tconstruct/textures/item/tool/bow/limb_top_3_stick.png
Commit 098004d19ac3147ca5b04850423e9e8157eeb560 by KnightMiner
Allow mob effect modifiers to grant float levels

At 0.5, means +1 effect level every other level. Sticky now only grants a level every other
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/modifiers/dynamic/MobEffectModifier.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/modifiers/sticky.json (diff)
Commit d838aaa7a8d8dbbbe0faf3a4fe465177bb455eff by KnightMiner
Misc data tweaks

Speedy now boosts main hand tools (but not able to be applied unless datapacks change it)
Flint and brick now has 1 level of scorching
Mattocks now have sticky instead of knockback
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ModifierProvider.java (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/tool_definitions/mattock.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/tool_definitions/flint_and_brick.json (diff)
The file was modifiedsrc/generated/resources/data/tconstruct/tinkering/modifiers/speedy.json (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ToolDefinitionDataProvider.java (diff)