Configuration
gravelminer-common.toml
common
Name | Description | Type | Default Value | Valid Values |
---|---|---|---|---|
gravelBlocks | Blocks that will fall and break into items when hitting a non-solid block. Format: modid:name | Set | [minecraft:gravel] | |
triggerOnGravel | If set to true, the mod will trigger when mining gravel as well, instead of only when mining a non-gravel block below gravel. | Boolean | true | |
isOptIn | If set to true, GravelMiner will only be active for users who install the mod on their clients (for use in servers). | Boolean | true | |
rollFlintChance | If set to true, gravel mined via GravelMiner will have a chance of dropping as flint (server-side only). | Boolean | true |
client
Name | Description | Type | Default Value | Valid Values |
---|---|---|---|---|
isEnabled | Whether GravelMiner is currently enabled for this client (toggled via keybind) | Boolean | true | |
activation | Defines when GravelMiner should activate. Either ALWAYS, WHEN_SNEAKING or WHEN_NOT_SNEAKING | GravelMinerActivation | ALWAYS | ALWAYS,WHEN_SNEAKING,WHEN_NOT_SNEAKING |