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.
gravelminer-common.tomlcommongravelBlocksSetBlocks that will fall and break into items when hitting a non-solid block. Format: modid:name
- Default value
[minecraft:gravel]
triggerOnGravelBooleanIf set to true, the mod will trigger when mining gravel as well, instead of only when mining a non-gravel block below gravel.
- Default value
true
isOptInBooleanIf set to true, GravelMiner will only be active for users who install the mod on their clients (for use in servers).
- Default value
true
clientisEnabledBooleanWhether GravelMiner is currently enabled for this client (toggled via keybind)
- Default value
true
activationGravelMinerActivationDefines when GravelMiner should activate. Either ALWAYS, WHEN_SNEAKING or WHEN_NOT_SNEAKING
- Default value
ALWAYS- Valid values
ALWAYSWHEN_SNEAKINGWHEN_NOT_SNEAKING