9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/temperate/oak-denmyre.json
2021-07-24 06:03:10 +12:00

209 lines
5.4 KiB
JSON

{
"name": "Oak Denmyre",
"rarity": 6,
"color": "#C8FF00",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"generators": [{
"min": 5,
"max": 12,
"generator": "plain"
}],
"layers": [
{
"style": {"style": "FLAT"},
"palette": [{"block": "grass_block"}]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-temperate"
}
],
"decorators": [
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{
"weight": 1,
"block": "grass"
},
{"block": "lily_of_the_valley"},
{"block": "allium"},
{
"chance": 7,
"block": "poppy"
}
]
},
{
"chance": 0.8,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"weight": 1,
"block": "grass"
}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "oak_leaves"}]
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "rose_bush"}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"chance": 3,
"block": "red_mushroom"
}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"chance": 3,
"block": "poppy"
}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "cobblestone_slab"}]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.2,
"density": 2,
"edit": [
{
"find": [{"block": "acacia_planks"}],
"replace": {"palette": [{"block": "stripped_oak_wood"}]}
},
{
"find": [{"block": "acacia_leaves"}],
"replace": {"palette": [{"block": "oak_leaves"}]}
},
{
"find": [{"block": "acacia_fence"}],
"replace": {"palette": [{"block": "oak_fence"}]}
},
{
"find": [{"block": "acacia_wood"}],
"replace": {"palette": [{"block": "oak_wood"}]}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/acacia/denmyre1",
"trees/acacia/denmyre2",
"trees/acacia/denmyre3",
"trees/acacia/denmyre4",
"trees/acacia/denmyre5",
"trees/acacia/denmyre6",
"trees/acacia/denmyre7"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"place": [
"trees/oak/generic1",
"trees/oak/generic2",
"trees/oak/generic3",
"trees/oak/generic4",
"trees/oak/generic5",
"trees/oak/generic6"
],
"chance": 0.4,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
}