Artisan Worktables 1.12

Artisan Worktables 1.12

3M Downloads

Can't put tools into tool slot in worktables

titantwoshot opened this issue ยท 3 comments

commented

Also i can't create recipe from for the table using CraftTweaker.

commented

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.
commented

The Crafttweaker give this error message "ERROR: Error while applying actions"
Here is the recipe:
"Worktable.addRecipeShapeless("tailor", minecraft:string, ore:tailors_shears, 5, [betterwithaddons:wool:*]);"

image

Can't put tools into tool slot

commented

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: