mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
Begin tundra
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"maxDepth": 7,
|
||||
"maxDepth": 5,
|
||||
"terminate": true,
|
||||
"feature": {
|
||||
"objectChance": 0.25,
|
||||
"objectChance": 0.05,
|
||||
"strength": 1,
|
||||
"interpolationRadius": 32,
|
||||
"interpolator": "BILINEAR"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"maxDepth": 6,
|
||||
"maxDepth": 5,
|
||||
"terminate": true,
|
||||
"feature": {
|
||||
"objectChance": 0.25,
|
||||
"objectChance": 0.05,
|
||||
"strength": 1,
|
||||
"interpolationRadius": 32,
|
||||
"interpolator": "BILINEAR"
|
||||
|
||||
14
jigsaw-structures/village-tundra.json
Normal file
14
jigsaw-structures/village-tundra.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"maxDepth": 5,
|
||||
"terminate": true,
|
||||
"feature": {
|
||||
"objectChance": 0.05,
|
||||
"strength": 1,
|
||||
"interpolationRadius": 32,
|
||||
"interpolator": "BILINEAR"
|
||||
},
|
||||
"pieces": [
|
||||
"village/taiga/town_centers/taiga_meeting_point_1",
|
||||
"village/taiga/town_centers/taiga_meeting_point_2"
|
||||
]
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"structure": "village-hot",
|
||||
"rarity": 400
|
||||
"rarity": 375
|
||||
}
|
||||
],
|
||||
"structures": [
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 375,
|
||||
"rarity": 325,
|
||||
"structure": "village-temperate"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -31,6 +31,12 @@
|
||||
"varience": 2
|
||||
}
|
||||
],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 365,
|
||||
"structure": "village-tundra"
|
||||
}
|
||||
],
|
||||
"riverRarity": 1,
|
||||
"caveBiomes": [
|
||||
"tundra-cavern",
|
||||
|
||||
Reference in New Issue
Block a user