Skip to content

Commit 7ea532a

Browse files
improved abandoned_outpost
Signed-off-by: Real Ant Engineer <[email protected]>
1 parent 3688916 commit 7ea532a

File tree

7 files changed

+26
-3
lines changed

7 files changed

+26
-3
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/main/resources/data/creatingspace/worldgen/structure/moon/abandoned_outpost.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"terrain_adaptation": "beard_thin",
1414

1515
"start_height": {
16-
"absolute": -8
16+
"absolute": 0
1717
},
1818

1919
"project_start_to_heightmap": "WORLD_SURFACE_WG",

src/main/resources/data/creatingspace/worldgen/template_pool/asteroids/abandoned_base/start_pool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"weight": 1,
1111
"element": {
1212

13-
"location": "creatingspace:asteroids/abandoned_base",
13+
"location": "creatingspace:asteroids/asteroid_base",
1414

1515
"processors": "minecraft:empty",
1616

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
3+
"name": "creatingspace:moon/abandoned_outpost/basement",
4+
5+
"fallback": "minecraft:empty",
6+
7+
"elements": [
8+
{
9+
10+
"weight": 1,
11+
"element": {
12+
13+
"location": "creatingspace:moon/abandoned_outpost/basement",
14+
15+
"processors": "minecraft:empty",
16+
17+
"projection": "rigid",
18+
19+
"element_type": "minecraft:single_pool_element"
20+
}
21+
}
22+
]
23+
}

src/main/resources/data/creatingspace/worldgen/template_pool/moon/abandoned_outpost/start_pool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"weight": 1,
1111
"element": {
1212

13-
"location": "creatingspace:moon/abandoned_outpost",
13+
"location": "creatingspace:moon/abandoned_outpost/top",
1414

1515
"processors": "minecraft:empty",
1616

0 commit comments

Comments
 (0)