9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Patched ame with water

This commit is contained in:
Brian Fopiano
2021-07-06 18:04:27 -07:00
parent 832cd23c89
commit e3504ca66f
3 changed files with 45 additions and 2 deletions

View File

@@ -218,7 +218,50 @@
],
"translate": {
"x": 0,
"y": -10,
"y": -12,
"z": 0
}
},
{
"chance": 0.3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": -9,
"max": 9,
"interval": 1,
"enabled": true
},
"zAxis": {
"min": -9,
"max": 9,
"interval": 1,
"enabled": true
},
"enabled": true
},
"place": [
"pine/sup-pine-1",
"pine/sup-pine-2",
"pine/sup-pine-3",
"pine/sup-pine-4",
"pine/sup-pine-5",
"pine/sup-pine-6",
"pine/sup-pine-7",
"pine/sup-pine-8",
"pine/sup-pine-9",
"pine/sup-pine-10",
"pine/sup-pine-11",
"pine/sup-pine-12"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
},

View File

@@ -222,7 +222,7 @@
],
"translate": {
"x": 0,
"y": -10,
"y": -12,
"z": 0
}
},

Binary file not shown.