https://github.com/arcticwarmth/disableend
A simple fabric mod for denying entry to the end
https://github.com/arcticwarmth/disableend
fabricmc minecraft-mod
Last synced: 4 months ago
JSON representation
A simple fabric mod for denying entry to the end
- Host: GitHub
- URL: https://github.com/arcticwarmth/disableend
- Owner: ArcticWarmth
- License: mit
- Created: 2023-06-21T20:42:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T19:26:18.000Z (5 months ago)
- Last Synced: 2025-02-12T19:43:26.269Z (5 months ago)
- Topics: fabricmc, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/noend
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# DisableEnd
A simple quick-toggleable fabric mod to disable the end. To toggle the end run `/gamerule doDisableEnd true`
[](https://choosealicense.com/licenses/mit/)
[](https://opensource.org/licenses/)
[](https://modrinth.com/mod/fabric-api/)
[](https://modrinth.com/mod/owo-lib)### Default incompatibility with modded respawn points
Due to there being no reliable way to get the players respawn point, a block check is preformed but due to this block check, blocks need to be manually added to a list of valid respawn points in the config.
## Requirements
* Starting in version 0.2 owo lib is required for configs to work.
* Mod is serverside ONLY and will not run clientside# Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Feedback
If you have any feedback, please open a new issue
## Building from source
To build for development run `gradlew runClient` or to build a jar run `gradlew jar`. Builds are located in .\build\libs