An extension library to allow mod developers to more easily add custom gamerules, with additional datatype support.
dev.rndmorris.gameruleexts.api.GameRulesApi.registerGameRule(...) to add a new gamerule for your mod. The api.rules package contains basic implementations for declaring boolean, numerical, and string gamerules.IGameRule implementation.dev.rndmorris.gameruleexts.api.GameRulesApi.getGameRules(...).IGameRules object can be used to retrieve and update gamerules by their name.