This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# MC-BSODOnDeath | ||
Forge mod that causes you to blue screen on death in Minecraft. | ||
# Blue Screen of Death, on Death | ||
BSODOD is a Forge mod that intends to make Minecraft a bit more challenging. | ||
It does so by making you blue screen (i.e. making your entire computer crash) when you die in the game. | ||
|
||
## How does it work? Is it risky? | ||
The mod uses [Invoke-BSOD](https://github.com/peewpw/Invoke-BSOD) to invoke a blue screen. | ||
It uses undocumented [Native API](https://en.wikipedia.org/wiki/Native_API) methods to raise an error in a critical system process and instructs the system to shutdown on said error, meaning blue screen. It does not damage your system to create the blue screen. | ||
|
||
That being said, | ||
#### SAVE ANY UNSAVED WORK ON YOUR COMPUTER BEFORE PLAYING WITH THIS MOD. | ||
|
||
## I blue screen'd when I shouldn't have! | ||
I do my best to prevent that from happening, however if you believe you have encountered a bug in the mod, feel free to [open an issue](https://github.com/Cosmiiko/MC-BSODOnDeath/issues/new/choose). Try to be as descriptive about it as possible. What exactly happened in your game the seconds before blue screening? Retrace your steps. |