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

Merge pull request #274 from Opalinium/Development

Update Mangrove tree objects to use the correct wood and leave types
This commit is contained in:
Brian Fopiano
2022-06-28 15:25:46 -07:00
committed by GitHub
49 changed files with 5 additions and 33 deletions

View File

@@ -37,7 +37,7 @@
"block": "minecraft:grass_block"
},
{"block": "minecraft:podzol"},
{"block": "minecraft:coarse_dirt"},
{"block": "minecraft:mud"},
{
"weight": 4,
"block": "minecraft:grass_block"

View File

@@ -16,20 +16,8 @@
"style": {"style": "NOWHERE"},
"zoom": 0.2,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"},
{"block": "minecraft:rooted_dirt"}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{
"weight": 2,
"block": "minecraft:coarse_dirt"
}
{"block": "minecraft:mud"}
]
}
],

View File

@@ -30,7 +30,7 @@
},
"zoom": 0.8,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:mud"},
{"block": "minecraft:coarse_dirt"}
]
},
@@ -71,19 +71,12 @@
]
}
],
"entitySpawners": [
"swamp/water-passive"
],
"objects": [{
"mode": "STILT",
"onwater": true,
"chance": 1,
"clamp": {"maximumHeight": 225},
"density": 5,
"stiltOverride":{
"style":{"style": "NOWHERE"},
"palette": [{"block": "minecraft:mangrove_roots", "weight": 3},{"block": "minecraft:water"}]
},
"place": [
"trees/mangrove/mangrove1",
"trees/mangrove/mangrove2",
@@ -106,7 +99,6 @@
"trees/mangrove/mangrove19",
"trees/mangrove/mangrove20"
],
"rotation": {
"enabled": true,
"yAxis": {
@@ -116,18 +108,10 @@
"max": 360
}
},
"translate": {"y": -8, "yRandom": -3},
"translate": {"y": -8},
"edit": [{
"find": [{"block": "minecraft:oak_fence"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
},
{
"find": [{"block": "minecraft:acacia_wood"}],
"replace":{"palette": [{"block": "minecraft:mangrove_wood"}]}
},
{
"find": [{"block": "minecraft:jungle_leaves"}],
"replace":{"palette": [{"block": "minecraft:mangrove_leaves"}]}
}]
}]
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.