20 lines
568 B
TOML
20 lines
568 B
TOML
[glowrose]
|
|
#The light level of free-standing glowroses.
|
|
#Existing glowroses may not update until broken and replaced.
|
|
# Default: 10
|
|
# Range: 0 ~ 15
|
|
normalLight = 10
|
|
#The light level of glowroses planted in vanilla flower pots.
|
|
#Existing blocks may not update until broken and replaced.
|
|
# Default: 15
|
|
# Range: 0 ~ 15
|
|
pottedLight = 15
|
|
|
|
[features]
|
|
#Rabbits will periodically drop cups of coffee
|
|
rabbitsProduceCoffee = true
|
|
#The time (in ticks) it takes rabbits to produce a cup of coffee
|
|
# Default: 12000
|
|
# Range: 1200 ~ 1728000
|
|
rabbitCoffeeDelay = 12000
|