Skip to content

Commit

Permalink
replace lmoe_solar with nest
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Jul 25, 2024
1 parent ae9e29b commit e6a203c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 7 additions & 1 deletion data/json/mapgen/lmoe.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@
"vvvvvvvvvvvvvvvvvvvvvvvv"
],
"palettes": [ "bunker_ext" ],
"place_nested": [ { "chunks": [ "null", "lmoe_solar" ], "x": 11, "y": 10 } ]
"place_nested": [
{
"chunks": [ [ "residential_1x2_solar", 3 ], [ "residential_2x2_solar", 1 ], [ "residential_1x3_solar", 2 ], [ "null", 94 ] ],
"x": 11,
"y": 10
}
]
}
},
{
Expand Down
10 changes: 0 additions & 10 deletions data/json/mapgen/nested/lmoe_nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,5 @@
}
]
}
},
{
"type": "mapgen",
"method": "json",
"//": "This is done to give a chance for lmoe bunkers to spawn with solar panels on the roof",
"nested_mapgen_id": "lmoe_solar",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"MM",
"MM"
], "palettes": [ "roof_palette" ] }
}
]

0 comments on commit e6a203c

Please sign in to comment.