Recipe JSON File Only Working on Client Side, Server Throws "Unknown recipetype" Error
KickOfSilver opened this issue ยท 4 comments
Issue description
I'm experiencing an issue where a recipe in JSON format for CraftTweaker is only working on the client side. When running the server, it throws the following error:
error while running scripts: Crimson Decoded.zs:1:0: Unknown recipetype
Details:
Client Behavior: The recipe works perfectly on the client.
Server Behavior: The server encounters the above error, and the recipe does not work.
Additional Information:
Testing: I tested the recipe by holding the item in my hand and using the command /ct recipes hand, which generated the log below.
Steps to reproduce
No response
Script used
https://gist.github.com/KickOfSilver/2d808826313ad7d04b4ce5e2c408006e
The crafttweaker.log file
https://gist.github.com/KickOfSilver/8ec2d215ae98a9144743d96c230a5182
Minecraft version
1.20.1
Modloader
Forge
Modloader version
forge-1.20.1-47.3.5-installer.jar
CraftTweaker version
CraftTweaker-forge-1.20.1-14.0.40.jar
Other relevant information
appliedenergistics2-forge-15.2.11.jar
CraftTweaker-forge-1.20.1-14.0.40.jar
jei-1.20.1-forge-15.8.2.23.jar
The latest.log file
https://gist.github.com/KickOfSilver/53833dc838d5574d83326b299eb60ab8
Are you sure that you have applied energistics on the server?
Please provide a mod list and full debug.log file from the server
using another method that they taught me on discord I was able to add
https://gist.github.com/KickOfSilver/ba07c987a2901fd8560769a95bf6d332
This is an issue with AE2, you can read more about it here:
#1770 (comment)