9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-31 04:36:38 +00:00

Tundra Mountain Rework

This commit is contained in:
Brian Fopiano
2020-09-06 01:47:21 -07:00
parent 40c581802b
commit 32b49b9b96
8 changed files with 15 additions and 9 deletions

View File

@@ -44,7 +44,7 @@
],
"objects": [
{
"chance": 0.025,
"chance": 0.075,
"rotation": {
"yAxis": {
"min": 0,
@@ -63,12 +63,12 @@
],
"translate": {
"x": 0,
"y": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.001,
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
@@ -129,6 +129,12 @@
},
{
"chance": 0.075,
"edit": [
{
"find": ["OAK_WOOD"],
"replace": ["SPRUCE_WOOD"]
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -153,7 +159,7 @@
}
},
{
"chance": 0.625,
"chance": 0.125,
"place": [
"pine/pine1",
"pine/pine2",

View File

@@ -43,7 +43,7 @@
},
"objects": [
{
"chance": 0.085,
"chance": 0.75,
"rotation": {
"yAxis": {
"min": 0,
@@ -62,12 +62,12 @@
],
"translate": {
"x": 0,
"y": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.001,
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
@@ -93,7 +93,7 @@
}
},
{
"chance": 0.625,
"chance": 0.25,
"place": [
"pine/pine1",
"pine/pine2",

View File

@@ -52,7 +52,7 @@
"tileset": "mush-huts",
"zoom": 1,
"ratio": 0.05,
"rarity": 25,
"rarity": 150,
"shuffle": 5
}