Minecraft – How to you disable the crafting of certain tool types in Tinker’s Construct

minecraft-java-editionminecraft-tinkers-construct

I am using Tinker's construct for minecraft 1.7.10. I was wondering if there is any way to disable crafting of tools with certain materials, particularly wooden tools.

I have checked the config file, and there were options to disable certain types of tools, e.g: "Enable mod wooden tools: false". So I set it to false but I am still able to craft wooden tool heads and make wooden tinker's tools.

Best Answer

There is one way made full command blocks! what u need to is...

/testfor @p @e[type={item u want to disable}]

hook that up to a redstone comparator connecting to another command block which has...

clear @p {item}

then hook that up to a repeater and another command block which has...

/give @p {the items you need to craft that item!}

however i have zero idea what tinkers craft is!