9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Chance fixes

This commit is contained in:
Daniel Mills
2021-01-14 08:45:06 -05:00
parent 8b6a8c3083
commit 3fb8a0dffb
8 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"feature": { "feature": {
"objectChance": 0.05, "objectChance": 0.05,
"strength": 1, "strength": 1,
"interpolationRadius": 32, "interpolationRadius": 64,
"interpolator": "BILINEAR" "interpolator": "BILINEAR"
}, },
"pieces": [ "pieces": [

View File

@@ -4,7 +4,7 @@
"feature": { "feature": {
"objectChance": 0.05, "objectChance": 0.05,
"strength": 1, "strength": 1,
"interpolationRadius": 32, "interpolationRadius": 64,
"interpolator": "BILINEAR" "interpolator": "BILINEAR"
}, },
"pieces": [ "pieces": [

View File

@@ -4,7 +4,7 @@
"feature": { "feature": {
"objectChance": 0.05, "objectChance": 0.05,
"strength": 1, "strength": 1,
"interpolationRadius": 32, "interpolationRadius": 64,
"interpolator": "BILINEAR" "interpolator": "BILINEAR"
}, },
"pieces": [ "pieces": [

View File

@@ -38,7 +38,7 @@
"jigsawStructures": [ "jigsawStructures": [
{ {
"structure": "village-hot", "structure": "village-hot",
"rarity": 375 "rarity": 500
} }
], ],
"structures": [ "structures": [

View File

@@ -41,7 +41,7 @@
], ],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 365, "rarity": 500,
"structure": "village-tundra" "structure": "village-tundra"
} }
], ],

View File

@@ -4,7 +4,7 @@
], ],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 325, "rarity": 500,
"structure": "village-temperate" "structure": "village-temperate"
} }
], ],

View File

@@ -18,7 +18,7 @@
], ],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 365, "rarity": 500,
"structure": "village-temperate" "structure": "village-temperate"
} }
], ],

View File

@@ -33,7 +33,7 @@
], ],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 365, "rarity": 500,
"structure": "village-tundra" "structure": "village-tundra"
} }
], ],