1.12 Server Shows Recipe But Doesn't Give Output (Scripts are same on Client & Server)
MP3DSL opened this issue ยท 1 comments
Issue Description:
In my modpack (MystTech Lite) I use a combination of CraftTweaker and ContentTweaker to create, craft, and upgrade chickens to produce exactly what I want since Chickens is no longer being supported by the mod author. Everything works completely fine on the client (Creating, crafting, and upgrading); however, on the server I can create and craft just fine. The recipe for upgrading a chicken is registered in JEI, but will not give an output once put into a crafting bench. I will upload the specific file that handles crafting and upgrading chickens with this. It works perfectly fine on the client and all of the files are on the server. It registers the crafting recipe, but just doesn't give the output. I use a loop to handle creating all of the recipes as it gets specific with tags and values, but I could not find a problem there. If there is anything else you want me to include, please let me know. I'll also include a link to the modpack. Just an extra note, I have a lot of scripts that are organized and separated (I can include a picture of the directory layout and files as need), and those all work perfectly fine.
What happens:
All recipes are registered on the server, but does not give you the output when put into a crafting table. Works fine on client with the exact same scripts.
What you expected to happen:
Give the upgraded chicken with updated tags
Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):
CustomChickens_CraftingRecipes.zs:
https://gist.github.com/MP3DSL/27e9a312a88df3dacf90ee083091b5a2
crafttweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):
-
Client Log:
https://gist.github.com/MP3DSL/2d124331e355619c4f08470ee1e86ba9 -
Server Log:
https://gist.github.com/MP3DSL/dff3af13b1bf66b023d2a3973faab0c5
Affected Versions (Do not use "latest"):
- MystTech Lite:
MystTech Lite 1.12.2-2.0.2
https://www.curseforge.com/minecraft/modpacks/mysttech-lite/files/2915867 - Minecraft:
1.12.2 - Forge:
14.23.5.2847 - Crafttweaker:
1.12-4.1.20 - ContentTweaker:
1.12.2-4.9.1 - ModTweaker
4.0.18 - Using a server:
Yes - If yes, does the client have the exact same scripts?
Yes