adjusted spacing of other ruins
This commit is contained in:
parent
651b779ac1
commit
03d4e72202
5 changed files with 33 additions and 6 deletions
|
|
@ -5,6 +5,7 @@
|
|||
- Added new steam multiblocks for the alloy smelter, compressor, forge hammer, and thermal centrifuge @Pyritie
|
||||
- Reduced the Y level that ad astra considers "space" so rocket launches are faster @Pyritie
|
||||
- Reduced the amount of loot vases in the newer illages, and reduced how much loot you get from them @Pyritie
|
||||
- Illages and the smaller mud brick ruins are now a little rarer, and the stone brick ruins are a little more common
|
||||
### Bug fixes
|
||||
- Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie
|
||||
### Translation updates
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
],
|
||||
"placement": {
|
||||
"salt": 1442136154,
|
||||
"spacing": 50,
|
||||
"separation": 30,
|
||||
"spacing": 40,
|
||||
"separation": 25,
|
||||
"type": "minecraft:random_spread"
|
||||
}
|
||||
}
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
],
|
||||
"placement": {
|
||||
"salt": 1442136151,
|
||||
"spacing": 50,
|
||||
"separation": 35,
|
||||
"spacing": 45,
|
||||
"separation": 25,
|
||||
"type": "minecraft:random_spread"
|
||||
}
|
||||
}
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
],
|
||||
"placement": {
|
||||
"salt": 1442136152,
|
||||
"spacing": 45,
|
||||
"separation": 25,
|
||||
"spacing": 35,
|
||||
"separation": 15,
|
||||
"type": "minecraft:random_spread"
|
||||
}
|
||||
}
|
||||
26
kubejs/data/tfc_ruins/worldgen/structure_set/ruins.json
Normal file
26
kubejs/data/tfc_ruins/worldgen/structure_set/ruins.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"structures": [
|
||||
{
|
||||
"structure": "tfc_ruins:ruin_small",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"structure": "tfc_ruins:ruin_beach",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"structure": "tfc_ruins:ruin_rich",
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 9134739237,
|
||||
"exclusion_zone": {
|
||||
"other_set": "minecraft:strongholds",
|
||||
"chunk_count": 6
|
||||
},
|
||||
"spacing": 35,
|
||||
"separation": 10
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue