Started by Simekallab on Mon, 08/12/2024 - 20:06 Topic category: Help with Minecraft modding (Java Edition) i want to make vanilla mob dispawn and summon my mob how to do? plz help Jump to top It should be implemented in this way.global trigger "Entity spawns" if is Event/target entity (sub)type of "vanilla entity(EX : zombie)"do Despawn Event/target entitySpawn entity: "custom entity" at x: x y: y z: z Jump to top Permalink Log in or register to post comments
It should be implemented in this way.global trigger "Entity spawns" if is Event/target entity (sub)type of "vanilla entity(EX : zombie)"do Despawn Event/target entitySpawn entity: "custom entity" at x: x y: y z: z Jump to top Permalink Log in or register to post comments
It should be implemented in this way.
global trigger "Entity spawns"
if is Event/target entity (sub)type of "vanilla entity(EX : zombie)"
do Despawn Event/target entity
Spawn entity: "custom entity" at x: x y: y z: z