Can't put tools into tool slot in worktables
titantwoshot opened this issue ยท 3 comments
Tools won't go into the slot unless there is a recipe that uses the tool for the table. That behavior is intentional.
I need more information to help you with your CraftTweaker recipe:
- What version of the mod are you using?
- Where are you putting your CT scripts?
- Show me the CraftTweaker script you are using for the table.
Your recipe is not correct.
You are missing brackets <>
.
Worktable.addRecipeShapeless("tailor", <minecraft:string>, <ore:tailors_shears>, 5, [<betterwithaddons:wool:*>]);
For reference on CraftTweaker usage: