CraftTweaker

CraftTweaker

151M Downloads

"ERROR: [crafttweaker]: Error Executing{[0:crafttweaker]:recipes.zs}:null"

ehmitchell3 opened this issue ยท 1 comments

commented

Intro:

Two issues:

  1. Cannot click any of the left side buttons on CTGUI
    (Literally, I place everything in the left 3x3 and the expected item in the right 1x1, and the only
    clickable buttons are the mirrored/shaped/non-shaped)
  2. (MAIN) Error when using CTGUI on item.

Issue Description:

What happens:

Used CTGUI to create recipe for Advanced Solar's Ult Hybrid helm. CTGUI creates recipe.zs file properly, and most all of the script checks out.

When entering the game, however, the following error occurs:

ERROR: [crafttweaker]: Error Executing{[0:crafttweaker]:recipes.zs}:null

What you expected to happen:

Recipes created in CTGUI work in crafting tables and the like.

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):

recipe.zs

crafttweaker.log file

Crafttweaker.log


Affected Versions (Do not use "latest"):

  • Minecraft: 1.12.2
  • Forge: 14.23.4.2755
  • Crafttweaker: CT2 1.12-4.1.9
  • Using a server: Creating scripts in Single player to push to server

Your most recent log file where the issue was present:

latest.log

Thanks, everyone!

commented

If you couldn't click the buttons I'm going to assume that you wrote "anyDamage" in the scripts yourself, that is what is causing the error.

As for the buttons, right click the slot you want to edit and the buttons will work. I know it is bad design.