first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user