17 lines
419 B
TOML
17 lines
419 B
TOML
|
|
["Bats and Pots"]
|
|
#Use the updated bat model for bats
|
|
updated_bat_model = true
|
|
|
|
["Spring to Life"]
|
|
#allow falling leaves particles to generate
|
|
falling_leaves = false
|
|
#how often should falling leaves particles generate
|
|
#Range: 0.0 ~ 1.0
|
|
falling_leaves_frequency = 0.01
|
|
#use the legacy spawn egg textures
|
|
use_legacy_spawn_eggs = false
|
|
#toggle the colored sheep wool undercoat
|
|
use_sheep_wool_undercoat = true
|
|
|