Started by
ConRam
on
Topic category: Minecraft mod ideas exchange
Hey, I'm trying to make a fabric mod that can crash your game on command as soon as the procedure is called. I need an updated way to do this that works on fabric does anyone have ideas on how to make this work (dividing by 0 does not work anymore)
while true=true
do: spawn zombie at X Y Z
That should crash the game by spawning infinite zombies.
I don't make any guarantees about the effectiveness of that method, or if it will keep your world safely, but it should crash the game
Or use null entity block in some procedure requiring entity
bro just go into your procedure and when the command runs just duplicate a ton of "spawn tnt at xyz" in the procedure until you think its enough and then do it for lightning and then do it for wither's + ender dragons (it works I've tried it)