Started by
R_XclusiveNL
on
Topic category: Help with Minecraft modding (Java Edition)
How do i make a procedure to where there is only 1 of the same specific entity is allowed.
Lets say i spawn a wither with a egg, that one is allowed to be spawned.
But if i try to spawn another one it despawns that one, and let the first spawned wither be alive
Is this doable?
If "does exist in radius" block with despawn mob
doesnt that despawn all mobs around that area?
Mob A tick update: if mob B exist do despawn mob A
How do i get Mob A tick update ?
mmm.... not sure of what you mean.
Update tick is one of the triggers inside MOB entity