Pack: Dirt To Grass - teakivy/teaks-tweaks GitHub Wiki
dirt-to-grass
)
Pack: Dirt To Grass (Dirt To Grass allows players to convert dirt into grass by right-clicking a dirt block with seeds.
Showcase
Config
The config for this pack can be found in the config.yml
file for the plugin.
# Dirt to Grass
# Convert dirt to grass by right-clicking a dirt block with seeds
#
# Permissions:
# teakstweaks.dirt-to-grass
dirt-to-grass:
enabled: false
# Chance to convert dirt to grass based on the seed type
wheat-seeds-chance: 0.3
melon-seeds-chance: 0.03
pumpkin-seeds-chance: 0.03
beetroot-seeds-chance: 0.03
Options
enabled
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
wheat-seeds-chance
- Type -
float
- Default -
.3
- Description - Sets the chance that dirt can be converted to grass using Wheat Seeds
melon-seeds-chance
- Type -
float
- Default -
.03
- Description - Sets the chance that dirt can be converted to grass using Melon Seeds seeds
pumpkin-seeds-chance
- Type -
float
- Default -
.03
- Description - Sets the chance that dirt can be converted to grass using Pumpkin Seeds
beetroot-seeds-chance
- Type -
float
- Default -
.03
- Description - Sets the chance that dirt can be converted to grass using Beetroot Seeds
Permissions
teakstweaks.dirt-to-grass
- Default -
true
- Description - Controls whether the player can use Dirt To Grass
Messages
"dirt_to_grass.name": "Dirt to Grass",
"dirt_to_grass.description": "Convert dirt to grass by right-clicking a dirt block with seeds.",
dirt_to_grass.name
- Default -
Dirt to Grass
dirt_to_grass.description
- Default -
Convert dirt to grass by right-clicking a dirt block with seeds.