Started by
ArdaVRL07
on
Topic category: Help with Minecraft modding (Java Edition)
İ want to make a vanilla mob unspawnable at specific biome that it already spawns , can anyone help please ?
Topic category: Help with Minecraft modding (Java Edition)
İ want to make a vanilla mob unspawnable at specific biome that it already spawns , can anyone help please ?
Make a procedure that triggers 'when entity spawns,' then use an if bracket to check if the entity is a subtype of the entity you're trying to block, and if the biome at x/y/z is the biome you don't want it to spawn in.
can u show me an example ? i dont quite understand you sorry.