Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estecka/mc-cloth-gamerules
Cloth Config API reimplementation of the gamerule menu
https://github.com/estecka/mc-cloth-gamerules
fabricmc minecraft minecraft-mod
Last synced: about 3 hours ago
JSON representation
Cloth Config API reimplementation of the gamerule menu
- Host: GitHub
- URL: https://github.com/estecka/mc-cloth-gamerules
- Owner: Estecka
- License: mit
- Created: 2024-02-24T01:09:30.000Z (9 months ago)
- Default Branch: 1.19.4
- Last Pushed: 2024-10-23T23:05:56.000Z (26 days ago)
- Last Synced: 2024-10-24T11:35:54.485Z (26 days ago)
- Topics: fabricmc, minecraft, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/cloth-gamerules
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloth Gamerules Screen
A complete reimplementation of the gamerules menu using **[Cloth Config API](https://modrinth.com/mod/cloth-config)**.
This makes the menu more convenient to use, by bringing it some of Cloth's functionalities. Notably:
- Search gamerules by name or by key
- Reset button for each rule.
- Filter rules by mod## Integration
### Gamerules
Mod developpers don't need to take any action to ensure their gamerules show up in this screen.
However some changes might still be required for the rule's mod to be properly detected.This menu expects modded rules to use custom categories, and uses the category namespaces as mod ids. **Rules that use vanilla categories will be listed under the vanilla gamerules**
### Menus
**This mod only replaces the gamerule screen on New World creation**. If other mods use the gamerule screen in other places, they will need to check for this mod's installation, and make the swap on their end.