Configuration
Configuration files for my mods can be found in the config folder of your Minecraft directory.
All configuration options are contained either within -common.toml or -client.toml files.
To edit configurations in-game, use one of the following mods:
- Configured on NeoForge, Fabric or Forge
- Mod Menu and Cloth Config on Fabric
It is recommended to restart your game when making changes to the configuration of my mods.
unbreakables-common.tomlrulesListList of custom rules in Shogi format. Will be applied in order. For example, use('waystones:generated_waystones') makes generated waystones unbreakable.
- Default value
[]
placedBlockTrackingPlacedBlockTrackingWhich block placements should be tracked. Required for rules that use is_placed.
- Default value
in_structure- Valid values
nonein_structure
Rules are configured in config/unbreakables-common.toml. For examples, see Rules.