Started by
WhiteKnight97531
on
Topic category: Help with Minecraft modding (Java Edition)
I need help figuring out how to give a furnace fuel without putting anything in it. I am designing a magic mod and I want to have a spell that gives furnaces fuel at the expense of the player's Potentia (Magic Energy).
Any help figuring out how to pull this off will greatly appreciated.
Edited by WhiteKnight97531 on Tue, 10/03/2023 - 21:09
I figured it out.
I used a /data command to set the burntime and a boolean property to set the lit state.