NuclearCraft

NuclearCraft

31M Downloads

[1.12.2] Craft Tweaker recipe not appearing ingame

ixanza opened this issue ยท 1 comments

commented

I'm trying to add recipes to the fluid infuser following crafttweaker.txt

Infuser: mods.nuclearcraft.infuser.addRecipe(itemInput, fluidInput, itemOutput, processTime[optional]);

Here's a line I added. It gives no error on load and on using /ct syntax
mods.nuclearcraft.infuser.addRecipe(<thermaldynamics:duct_0:6>, <thermalfoundation:fluid_redstone>*200, <thermaldynamics:duct_0:2>,400);

Ingame I see this in JEI

image

I'm currently running version 2.9d

commented

Nevermind I'm dumb and didn't realize ct uses forge liquid:name instead.