Immersive Technology

Immersive Technology

4M Downloads

Craftweaker Cooling Tower

Liam-McCormack-Github opened this issue ยท 1 comments

commented

mods.immersivetechnology.CoolingTower.addRecipe(liquid:stabilizer * 750, liquid:stabilizer * 750, liquid:exhauststeam * 300, liquid:water * 900, 3);

[SERVER_STARTED][SERVER][ERROR] script.zs:710 > No such member: CoolingTower

commented

@thewawpro thanks for the report! I have fixed the problem on our end. To make sure it also works on your end (once the updated version comes out), your script should be as follows

import mods.immersivetechnology.CoolingTower;

mods.immersivetechnology.CoolingTower.addRecipe(<liquid:stabilizer> * 750, <liquid:stabilizer> * 750, <liquid:exhauststeam> * 300, <liquid:water> * 900, 3);