Files
2026-05-07 21:38:27 +03:00

21 lines
1.0 KiB
TOML

# Ghost spawnrate: [weight, minAmount, maxAmount, biomes and tags... (as many as you want)]
#
# Default: 8, 1, 2, #minecraft:is_forest
# Range: -Infinity ~ Infinity
GHOST_SPAWN = "14, 1, 2, #minecraft:is_forest"
# Ghost spawnrate: [weight, minAmount, maxAmount, biomes and tags... (as many as you want)]
#
# Default: 8, 1, 2, minecraft:flower_forest, #minecraft:is_forest, #forge:is_swamp
# Range: -Infinity ~ Infinity
SMALL_GHOST_SPAWN = "8, 1, 2, minecraft:flower_forest, #minecraft:is_forest, #forge:is_swamp"
# Kodama spawnrate: [weight, minAmount, maxAmount, biomes and tags... (as many as you want)]
#
# Default: 20, 1, 2, minecraft:birch_forest, minecraft:forest, minecraft:old_growth_spruce_taiga, minecraft:dark_forest
# Range: -Infinity ~ Infinity
KODAMA_SPAWN = "20, 1, 2, minecraft:birch_forest, minecraft:forest, minecraft:old_growth_spruce_taiga, minecraft:dark_forest"
# The maximum distance (in blocks) at which ghosts will teleport to their owner.
#
# Default: 10
# Range: 0 ~ 1000
GHOSTS_FOLLOW_OWNER_TELEPORT_DISTANCE = 10