Package: creative fuel
Rewrite init.lua to contain this code:
minetest.register_craftitem("creativefuel:creative_fuel", { description = ("Creative fuel"), inventory_image = "creativefuel.png", }) minetest.register_craft({ type = "fuel", recipe = "creativefuel:creative_fuel", burntime = 1, replacements = {{"creativefuel:creative_fuel", "creativefuel:creative_fuel"}} })
That makes the fuel transferrable from furnace to furnace without leaving trace fuel.
converted review into a thread
Rewrite init.lua to contain this code:
That makes the fuel transferrable from furnace to furnace without leaving trace fuel.
converted review into a thread