Configuration File

The configuration file uses a very simple structure. An example file could look like this:

# Toggle debug messages
debug: false
# Enable or disable distant grow for specific plants
# The growth rate modifier adds a static multiplier to 
# the calculated growth probabilty (1.0 = original minecraft growth rate)
worlds:
  world:
    growthRateModifier: 1.0
    crops: true
    netherwarts: false
    melons: true
    pumpkins: true
    cacti: true
    sugarcanes: true
    saplings: true
  world_nether:
    growthRateModifier: 1.0
    crops: false
    netherwarts: true
    melons: false
    pumpkins: false
    cacti: false
    sugarcanes: false
    saplings: false

Comments

Posts Quoted:
Reply
Clear All Quotes