Started by
Jromo2
on
Topic category: Help with Minecraft modding (Java Edition)
i want to know how to remove a block after its been placed for a few seconds. I'm making an emerald bulb that spawns emeralds until the bulb gets removed.
Topic category: Help with Minecraft modding (Java Edition)
i want to know how to remove a block after its been placed for a few seconds. I'm making an emerald bulb that spawns emeralds until the bulb gets removed.
Tick update -> increment nbt counter -> remove itself after counter reaches a value
OR
Check tick randomly and remove block on tick
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
ahh ok thank you