How to Intentionally crash your game with a fabric mod

Started by ConRam on

Topic category: Mod ideas exchange

Last seen on 20:43, 13. Jun 2024
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)

Last seen on 13:00, 18. Jun 2024
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.

Last seen on 13:00, 18. Jun 2024
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

Last seen on 18:59, 10. Jun 2024
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)