Skip to content

Commit

Permalink
desert_region: fix too high weight, blacklist meadow and stream (#75747)
Browse files Browse the repository at this point in the history
* desert_region: fix weight of bodies of water

* blacklist stream_mutable

* blacklist meadow mutable
  • Loading branch information
NetSysFire authored Aug 18, 2024
1 parent 0072178 commit 7875ac8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/desert_region/mapgen/waterbody.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"river_c_not_sw"
],
"//": "Weight should be removed if/when lake_shore and river (or their weights) are unhardcoded",
"weight": 100000000000,
"weight": 1000000000,
"object": {
"fill_ter": "t_mudcrack",
"place_nested": [
Expand Down
12 changes: 12 additions & 0 deletions data/mods/desert_region/overmap/location_blacklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,17 @@
"id": "Lumbermill",
"overmaps": [ ],
"occurrences": [ 0, 0 ]
},
{
"type": "overmap_special",
"id": "meadow_mutable",
"overmaps": [ ],
"occurrences": [ 0, 0 ]
},
{
"type": "overmap_special",
"id": "stream_mutable",
"overmaps": [ ],
"occurrences": [ 0, 0 ]
}
]

0 comments on commit 7875ac8

Please sign in to comment.