Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:50:19.000Z (7 months ago)
- Last Synced: 2024-07-16T02:55:18.597Z (7 months ago)
- Topics: fabricmc, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/noend
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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`
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://choosealicense.com/licenses/mit/)
[![ModLoader](https://img.shields.io/badge/Modloader%20-Fabric-%23dbd0b4?style=for-the-badge)](https://opensource.org/licenses/)
[![API](https://img.shields.io/badge/Requires%20-Fabric%20API-%23dbd0b4?style=for-the-badge)](https://modrinth.com/mod/fabric-api/)
[![Lib](https://img.shields.io/badge/Requires%20-OWO%20lib-%23dbd0b4?style=for-the-badge)](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