lit state for furnace

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Remo

Member
Mar 20, 2024
44
3
8
Hello, is there any way to make a furnace lit without coal ? for example set lit state for clicked block to true (clicked block is furnace)
 
Hello, is there any way to make a furnace lit without coal ? for example set lit state for clicked block to true (clicked block is furnace)
The way you could probably do this is to first use a debug stick to create a lit furnace, then copy the nbt of that block. Then in your code, copy the blocks nbt (The one with the lit furnace) and paste it into the clicked block. Or you could maybe more simply edit the net of the furnace to make it lit. Not sure how well either would work since I have no experience in using Skript to edit block nbt, haha.