Started by
Ali107
on
Topic category: Help with Minecraft modding (Java Edition)
How do I stop Creepers from spawning in non-peaceful mode?
If it's beyond MCreator's limitations, then how do I stop it from dropping gunpowder?
Topic category: Help with Minecraft modding (Java Edition)
How do I stop Creepers from spawning in non-peaceful mode?
If it's beyond MCreator's limitations, then how do I stop it from dropping gunpowder?
Global Trigger: Entity Spawns
If: [Entity is subtype: {Creeper}]
Do: [Despawn [Event/Target Entity]]
(This is a Procedure)