#1.20.1 FORGE: Tinker's Construct parts/materials

1 messages · Page 1 of 1 (latest)

wraith flame
#

Hi, I'm struggling with, as the title says, the datapack format for Tinker's Construct 3.10.2 for Forge 1.20.1

To be more specific: I want to make so certain combinations of tool Material and Part Type are uncraftable. This means, for example, that you can't make a tool handle out of stone, or a tool binding out of copper.

However, there are two major problems: Tool materials are data-driven through Nbt (A pickaxe head of any material is simply just tconstruct:pickaxe_head)
And the data format used by the mod only determines which operation is used in creating a tool part, and how materials can be made into any set of tools.. As in, the mod only cares that a pickaxe head is an item that can be casted, and that copper is a material that can be used in casting.

There doesn't seem to be a way to specifically disallow any given combination of part and material from being made, unless I'm just getting lost amidst all the folders.

Can anyone help me figure it out, or if it's not possible point to an alternative? Thank you for reading

untold urchin
#

Generally we can't offer support for modded behavior, even if it's data_driven

#

As a data pack server, we're primarily familiar with vanilla data pack behavior. Behavior added by mods may be new or different in ways we just aren't familiar with. You'll get better support from the mod author/community

wraith flame
#

yeah that's fair, I'll try