JoeFoxe / Hexerei-1.18

20 stars 12 forks source link

Craft Tweaker reports Dipper recipe as Null #36

Open drhaber opened 2 years ago

drhaber commented 2 years ago

Craft tweaker reports the two re4cipes that do exists as

<recipetype:null>

This issue makes the following CT script fail

<recipetype:hexerei:dipper>.addJsonRecipe("crafttweaker_vanilla_candle", { "liquid": { "fluid": "hexerei:tallow_fluid" }, "ingredients": [ { "item": "kubejs:glowstring" } ], "output": { "item": "minecraft:candle" }, "fluidLevelsConsumed": 50, "dippingTimeInTicks": 200, "dryingTimeInTicks": 200, "numberOfDips": 3