Pyrotech

Pyrotech

897k Downloads

ZenScript method to whitelist campfire fuel isn't working

codetaylor opened this issue ยท 0 comments

commented

From #63 (comment)

I am unable to get the ZenScript methods working. Though the script does not error, the campfire isn't accepting the items. Here's what I've tried:

import mods.pyrotech.Campfire;

Campfire.whitelistFuel(minecraft:coal_block);
Campfire.whitelistFuel(primal:logs_split_oak);