Help with script 1.14.4
Sixdd6 opened this issue ยท 2 comments
Issue Description:
I'm having an issue with a script I wrote, the relevant information is included below.
What happens:
I get an error in the crafttweaker.log about "ERROR crafting.zs:6:1: Could not cast null to IIngredient"
What you expected to happen:
I expected the "null" in the recipe to be passed as an empty slot in the crafting grid as per previous versions of crafttweaker.
Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue): crafting.zs
crafttweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue): crafttweaker.log
Affected Versions (Do not use "latest"):
- Minecraft: 1.14.4
- Forge: 28.1.109
- Crafttweaker: 5.0.1.150
- Using a server: no
- If yes, does the client have the exact same scripts?