first commit

This commit is contained in:
Leonid Pershin
2026-05-07 21:38:27 +03:00
commit 84fb173ea8
3949 changed files with 564326 additions and 0 deletions
+20
View File
@@ -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