1.20.1 Fabric Server NBT Ingredients show null
azavier-a opened this issue ยท 3 comments
Issue description
I have a dedicated server set up for vanilla 1.20.1 fabric with JEI and CraftTweaker installed.
When loading the script, it gives me the following error:
[13:05:39.825][WARN][CraftTweaker]: Shapeless recipe with ID 'crafttweaker:book_to_crafting_table' contains null or empty ingredients, removing entries!
However, if I load up the same script in single-player, it loads just fine.
I had similar issues when trying to make recipes that require specific potions. While it didn't throw this error, the ingredients with NBT data showed up as air instead. The crafting recipe still loaded, so it would work if you put in the correct item, it just displayed as air with no errors.
also, I was originally using REI but switched to see if that was the issue..
Steps to reproduce
- Use a dedicated server with 1.20.1 Fabric loader and CraftTweaker (also a recipe viewer)
- Try to make a recipe with any sort of NBT data for an ingredient
- It wont load or it will render as air in the recipe viewer
Script used
The crafttweaker.log file
Minecraft version
1.20.1
Modloader
Fabric
Modloader version
0.15.10
CraftTweaker version
14.0.38
Other relevant information
No response
The latest.log file
Hey there,
it looks like the crafttweaker.log file got truncated.
Could you re-upload the complete crafttweaker.log file?
Sorry about that.
Here you can see the log from when I load up the game to when I join, and the error thrown by the given script on the server. The same script continues to function as intended in singleplayer
Fixed by 0294391