Started by
TeaAxolotl
on
Topic category: Help with Minecraft modding (Java Edition)
I'm working on a mod and I need Campfires to be unlit when placed for the progression. How would I go about doing that?
Topic category: Help with Minecraft modding (Java Edition)
I'm working on a mod and I need Campfires to be unlit when placed for the progression. How would I go about doing that?
All campfires placed by the player be unlit? Or when generated in structures?
Whichever way, I believe you can light and unlight campfires by setting their "lit" parameters to true/false, using this block:
Set boolean property ["lit"] of block at x: [x] y: [y] z: [z] to [false]