Started by
perigrine3
on
Topic category: Help with Minecraft modding (Java Edition)
I am working on a troll entity, and I want it to despawn and be replaced by an upright column of two stone blocks. Ideas on how I could accomplish this?
In the On entity tick update procedure, use the "is day in provided world" block (from world data tab) to check if it is day, and, if it is, despawn the entity and spawn the stone structure at its position.
use this:
Procedure blocks with similar text,