Artisan Worktables 1.12

Artisan Worktables 1.12

3M Downloads

Recipe Not Working?

vizthex123 opened this issue ยท 3 comments

commented

Issue Description:

Recipes won't get added

What Happens

It gives me this error when I do /ct syntax:
ArtTableBreak

What You Expect to Happen

The recipes to be added

Script

https://pastebin.com/GjziivPW

Affected Versions

Do not use latest; please supply accurate version numbers.

  • Minecraft: 1.12.2
  • Forge: 14.23.5.2838
  • CraftTweaker: 4.1.19
  • Artisan Worktables: 1.21.5
  • Athenaeum: 1.17.2
commented

Two things:

  1. The second RecipeBuilder.get("mage") in your script is never assigned to the builder variable
  2. The second RecipeBuilder.get("mage") is missing a ; at the end.

For help with CraftTweaker scripts, you can join discord.blamejared.com
For help with Artisan Worktables, you can join discord.codetaylor.com

commented

Ah ok, thanks! Can't believe I didn't notice the missing semicolon.

commented

You're welcome :)