Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.