![Global GameRule [Fabric]](https://cdn.metamods.net/images/mods/global-gamerule-fabric/logo.png)
Global GameRule [Fabric] - Global Game Rules Configuration
This modification enables setting fixed values for any game rules across all Minecraft saves, including those added by other modifications.
Usage Instructions
Suppose you need to lock the day-night cycle in the game. To achieve this, follow these steps:
1. Locate or create the configuration file at: .minecraft/config/global_game_rule.json
2. Add the following code to the file:
{
"doDaylightCycle": false
// Disables automatic day and night cycle
}
3. On the server, execute the /reload
command and re-enter the world to apply the changes.