TerraFirmaCraft

TerraFirmaCraft

2M Downloads

When I join a world or start a server my CraftTweaker Stone Knapping Recipe is functional until someone does it then it no longer functions and JEI show the output as blank

drhaber opened this issue ยท 0 comments

commented

When I join a world or start a server my CraftTweaker Stone Knapping Recipe is functional until someone does it then it no longer functions and JEI show the output as blank

Here's my script if that helps

mods.terrafirmacraft.StoneKnapping.addRecipe("Stone_Rod", [<tconstruct:stone_stick>*2], ["all"],
                                                                    "    X", 
                                                                    "   X ", 
                                                                    "  X  ", 
                                                                    " X   ", 
                                                                    "X    ");