TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Barrel CT recipes won't parse without item input

Sty2k5 opened this issue ยท 0 comments

commented

I was writing a CT Script as a test of the barrel hooks. trying to get a recipe without an item input

the CT script will not parse

here is my example script
//mods.terrafirmacraft.Barrel.addRecipe("tnc:waterFresh", null,liquid:water * 10000, liquid:fresh_water * 10000, 1);

it returns a null value

//mods.terrafirmacraft.Barrel.addRecipe("tnc:waterFresh",liquid:water * 10000, liquid:fresh_water * 10000, 1);
does the same