Adjust changeling hive size

This commit is contained in:
Sollace 2024-09-21 22:46:18 +01:00
parent c75b4b36b8
commit 5b443f118d
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -3,7 +3,7 @@
"biomes": "#minecraft:is_forest", "biomes": "#minecraft:is_forest",
"max_distance_from_center": 112, "max_distance_from_center": 112,
"project_start_to_heightmap": "WORLD_SURFACE_WG", "project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 7, "size": 20,
"spawn_overrides": { "spawn_overrides": {
"monster": { "monster": {
"bounding_box": "piece", "bounding_box": "piece",
@ -21,7 +21,7 @@
"absolute": -7 "absolute": -7
}, },
"start_pool": "unicopia:changeling_hive/start", "start_pool": "unicopia:changeling_hive/start",
"step": "underground_decoration", "step": "underground_structures",
"terrain_adaptation": "none", "terrain_adaptation": "none",
"use_expansion_hack": false "use_expansion_hack": false
} }