mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 08:18:00 +01:00
Adjust changeling hive size
This commit is contained in:
parent
c75b4b36b8
commit
5b443f118d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in a new issue