How to Intentionally crash your game with a fabric mod

Started by ConRam on

Topic category: Minecraft mod ideas exchange

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to Intentionally crash your game with a fabric mod

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)

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
while true=true do: spawn…
Sat, 06/01/2024 - 16:44

while true=true

do: spawn zombie at X Y Z

 

That should crash the game by spawning infinite zombies.

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't make any guarantees…
Sat, 06/01/2024 - 16:44

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

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
bro just go into your…
Thu, 06/06/2024 - 17:02

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)

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello everybody! Recently, I…
Sun, 10/12/2025 - 20:35

Hello everybody! Recently, I discovered a way to crash the game by spawning mobs that get removed afterwards. It’s very simple and easy: we just create a new procedure and use a while true do loop to continuously spawn entities. For example, you can spawn a cow at a height of -1000.

 

here is link for procedule: https://imgur.com/a/Wqvw58n