mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
Swamp Color Rework
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Swamp Denmyre",
|
||||
"rarity": 2,
|
||||
"name": "Swamp Denmyre",
|
||||
"rarity": 2,
|
||||
"layers": [
|
||||
{
|
||||
"style": {
|
||||
@@ -30,150 +30,177 @@
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.01,
|
||||
"chance": 0.05,
|
||||
"palette": ["DEAD_BUSH", "BROWN_MUSHROOM"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.4,
|
||||
"palette": ["GRASS"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 1,
|
||||
"chance": 0.003,
|
||||
"palette": [
|
||||
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
|
||||
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.017,
|
||||
"palette": ["TALL_GRASS"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.7,
|
||||
"density": 2,
|
||||
"edit": [
|
||||
{
|
||||
"find": ["dark_oak_planks"],
|
||||
"replace": ["stripped_dark_oak_wood"]
|
||||
}
|
||||
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
|
||||
"dark-oak-medium/dark-oak-denmyre-1",
|
||||
"dark-oak-medium/dark-oak-denmyre-2",
|
||||
"dark-oak-medium/dark-oak-denmyre-3",
|
||||
"dark-oak-medium/dark-oak-denmyre-4",
|
||||
"dark-oak-medium/dark-oak-denmyre-5",
|
||||
"dark-oak-medium/dark-oak-denmyre-6",
|
||||
"dark-oak-medium/dark-oak-denmyre-7",
|
||||
"dark-oak-medium/dark-oak-denmyre-8",
|
||||
"dark-oak-medium/dark-oak-denmyre-9",
|
||||
"dark-oak-medium/dark-oak-denmyre-10",
|
||||
"dark-oak-medium/dark-oak-denmyre-11",
|
||||
"dark-oak-medium/dark-oak-denmyre-12"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.3,
|
||||
"density": 2,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
|
||||
"denmyre/oak-denmyre-clutter-1",
|
||||
"denmyre/oak-denmyre-clutter-2",
|
||||
"denmyre/oak-denmyre-clutter-3",
|
||||
"denmyre/oak-denmyre-clutter-4",
|
||||
"denmyre/oak-denmyre-clutter-5",
|
||||
"denmyre/oak-denmyre-clutter-6",
|
||||
"denmyre/oak-denmyre-clutter-7",
|
||||
"denmyre/oak-denmyre-clutter-8",
|
||||
"denmyre/oak-denmyre-clutter-9",
|
||||
"denmyre/oak-denmyre-clutter-10"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"wall":
|
||||
{
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
"generators":[
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.01,
|
||||
"chance": 0.01,
|
||||
"palette": [
|
||||
"DEAD_BUSH",
|
||||
"BROWN_MUSHROOM"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.4,
|
||||
"palette": [
|
||||
"GRASS"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 1,
|
||||
"chance": 0.003,
|
||||
"palette": [
|
||||
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
|
||||
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.017,
|
||||
"palette": [
|
||||
"TALL_GRASS"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.7,
|
||||
"density": 2,
|
||||
"edit": [
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 7
|
||||
"find": [
|
||||
"dark_oak_planks"
|
||||
],
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"dark-oak-medium/dark-oak-denmyre-1",
|
||||
"dark-oak-medium/dark-oak-denmyre-2",
|
||||
"dark-oak-medium/dark-oak-denmyre-3",
|
||||
"dark-oak-medium/dark-oak-denmyre-4",
|
||||
"dark-oak-medium/dark-oak-denmyre-5",
|
||||
"dark-oak-medium/dark-oak-denmyre-6",
|
||||
"dark-oak-medium/dark-oak-denmyre-7",
|
||||
"dark-oak-medium/dark-oak-denmyre-8",
|
||||
"dark-oak-medium/dark-oak-denmyre-9",
|
||||
"dark-oak-medium/dark-oak-denmyre-10",
|
||||
"dark-oak-medium/dark-oak-denmyre-11",
|
||||
"dark-oak-medium/dark-oak-denmyre-12"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.3,
|
||||
"density": 2,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"denmyre/oak-denmyre-clutter-1",
|
||||
"denmyre/oak-denmyre-clutter-2",
|
||||
"denmyre/oak-denmyre-clutter-3",
|
||||
"denmyre/oak-denmyre-clutter-4",
|
||||
"denmyre/oak-denmyre-clutter-5",
|
||||
"denmyre/oak-denmyre-clutter-6",
|
||||
"denmyre/oak-denmyre-clutter-7",
|
||||
"denmyre/oak-denmyre-clutter-8",
|
||||
"denmyre/oak-denmyre-clutter-9",
|
||||
"denmyre/oak-denmyre-clutter-10"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"wall": {
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
"generators": [
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 7
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
}
|
||||
@@ -209,7 +209,7 @@
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.01,
|
||||
"chance": 0.05,
|
||||
"chance": 0.01,
|
||||
"palette": ["DEAD_BUSH", "RED_MUSHROOM"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
|
||||
@@ -1,56 +1,68 @@
|
||||
{
|
||||
"name": "Murky Cavern",
|
||||
"layers": [
|
||||
{
|
||||
"maxHeight": 2,
|
||||
"style": {"style": "STATIC"},
|
||||
"zoom": 0.1,
|
||||
"minHeight": 1,
|
||||
"palette": [
|
||||
"STONE",
|
||||
"COBBLESTONE",
|
||||
"COBBLESTONE",
|
||||
"MOSSY_COBBLESTONE",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR"
|
||||
]
|
||||
"name": "Murky Cavern",
|
||||
"layers": [
|
||||
{
|
||||
"maxHeight": 2,
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"zoom": 0.1,
|
||||
"minHeight": 1,
|
||||
"palette": [
|
||||
"STONE",
|
||||
"COBBLESTONE",
|
||||
"COBBLESTONE",
|
||||
"MOSSY_COBBLESTONE",
|
||||
"MOSSY_COBBLESTONE",
|
||||
"MOSSY_STONE_BRICK"
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.001,
|
||||
"palette": [
|
||||
"COBWEB"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 6
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
"palette": [
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.001,
|
||||
"palette": [
|
||||
"COBWEB"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators": [
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 6
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
}
|
||||
@@ -45,6 +45,16 @@
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"edit": [
|
||||
{
|
||||
"find": ["SPRUCE_LEAVES"],
|
||||
"replace": ["OAK_LEAVES"]
|
||||
},
|
||||
{
|
||||
"find": ["BIRCH_LEAVES"],
|
||||
"replace": ["DARK_OAK_LEAVES"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -76,6 +86,16 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"edit": [
|
||||
{
|
||||
"find": ["SPRUCE_LEAVES"],
|
||||
"replace": ["OAK_LEAVES"]
|
||||
},
|
||||
{
|
||||
"find": ["BIRCH_LEAVES"],
|
||||
"replace": ["DARK_OAK_LEAVES"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
|
||||
@@ -1,286 +1,370 @@
|
||||
{
|
||||
"name": "Roofed Swamp",
|
||||
"layers": [
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"COARSE_DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"wall":
|
||||
"name": "Roofed Swamp",
|
||||
"layers": [
|
||||
{
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
"zoom": 0.5,
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"PODZOL",
|
||||
"PODZOL"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"wall": {
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"edit": [
|
||||
{
|
||||
"find": ["SPRUCE_LEAVES"],
|
||||
"replace": ["OAK_LEAVES"]
|
||||
},
|
||||
{
|
||||
"find": ["BIRCH_LEAVES"],
|
||||
"replace": ["DARK_OAK_LEAVES"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"roofed-wayward/med-1",
|
||||
"roofed-wayward/med-2",
|
||||
"roofed-wayward/med-3",
|
||||
"roofed-wayward/med-4",
|
||||
"roofed-wayward/med-5",
|
||||
"roofed-wayward/med-6",
|
||||
"roofed-wayward/med-7",
|
||||
"roofed-wayward/med-8",
|
||||
"roofed-wayward/med-9",
|
||||
"roofed-wayward/med-10",
|
||||
"roofed-wayward/med-11",
|
||||
"roofed-wayward/med-12"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"edit": [
|
||||
{
|
||||
"find": ["SPRUCE_LEAVES"],
|
||||
"replace": ["OAK_LEAVES"]
|
||||
},
|
||||
{
|
||||
"find": ["BIRCH_LEAVES"],
|
||||
"replace": ["DARK_OAK_LEAVES"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"roofed-wayward/taller-roof-1",
|
||||
"roofed-wayward/taller-roof-2",
|
||||
"roofed-wayward/taller-roof-3",
|
||||
"roofed-wayward/taller-roof-4",
|
||||
"roofed-wayward/taller-roof-5",
|
||||
"roofed-wayward/taller-roof-6",
|
||||
"roofed-wayward/taller-roof-7",
|
||||
"roofed-wayward/taller-roof-8",
|
||||
"roofed-wayward/taller-roof-9",
|
||||
"roofed-wayward/taller-roof-10"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.135,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"boulder/boulder1",
|
||||
"boulder/boulder2",
|
||||
"boulder/boulder3",
|
||||
"boulder/boulder4",
|
||||
"boulder/boulder5",
|
||||
"boulder/boulder6",
|
||||
"boulder/boulder7",
|
||||
"boulder/boulder8"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"edit": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"roofed-wayward/med-1",
|
||||
"roofed-wayward/med-2",
|
||||
"roofed-wayward/med-3",
|
||||
"roofed-wayward/med-4",
|
||||
"roofed-wayward/med-5",
|
||||
"roofed-wayward/med-6",
|
||||
"roofed-wayward/med-7",
|
||||
"roofed-wayward/med-8",
|
||||
"roofed-wayward/med-9",
|
||||
"roofed-wayward/med-10",
|
||||
"roofed-wayward/med-11",
|
||||
"roofed-wayward/med-12"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"oak_log"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"roofed-wayward/taller-roof-1",
|
||||
"roofed-wayward/taller-roof-2",
|
||||
"roofed-wayward/taller-roof-3",
|
||||
"roofed-wayward/taller-roof-4",
|
||||
"roofed-wayward/taller-roof-5",
|
||||
"roofed-wayward/taller-roof-6",
|
||||
"roofed-wayward/taller-roof-7",
|
||||
"roofed-wayward/taller-roof-8",
|
||||
"roofed-wayward/taller-roof-9",
|
||||
"roofed-wayward/taller-roof-10"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"oak_wood"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_wood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chance": 0.135,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"boulder/boulder1",
|
||||
"boulder/boulder2",
|
||||
"boulder/boulder3",
|
||||
"boulder/boulder4",
|
||||
"boulder/boulder5",
|
||||
"boulder/boulder6",
|
||||
"boulder/boulder7",
|
||||
"boulder/boulder8"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"oak_fence"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_fence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"edit":[
|
||||
{
|
||||
"find":["oak_log"],
|
||||
"replace":["dark_oak_log"]
|
||||
},
|
||||
{
|
||||
"find":["oak_wood"],
|
||||
"replace":["dark_oak_wood"]
|
||||
},
|
||||
{
|
||||
"find":["oak_fence"],
|
||||
"replace":["dark_oak_fence"]
|
||||
},
|
||||
{
|
||||
"find":["dark_oak_planks"],
|
||||
"replace":["stripped_dark_oak_wood"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"stump/stump1",
|
||||
"stump/stump2",
|
||||
"stump/stump3",
|
||||
"stump/stump4",
|
||||
"stump/stump5",
|
||||
"stump/stump6"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.3,
|
||||
"edit":[
|
||||
{
|
||||
"find":["oak_log"],
|
||||
"replace":["dark_oak_log"]
|
||||
},
|
||||
{
|
||||
"find":["oak_wood"],
|
||||
"replace":["dark_oak_wood"]
|
||||
},
|
||||
{
|
||||
"find":["oak_fence"],
|
||||
"replace":["dark_oak_fence"]
|
||||
},
|
||||
{
|
||||
"find":["dark_oak_planks"],
|
||||
"replace":["stripped_dark_oak_wood"]
|
||||
}
|
||||
],
|
||||
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"clutter/oak-clutt-1",
|
||||
"clutter/oak-clutt-2",
|
||||
"clutter/oak-clutt-3",
|
||||
"clutter/oak-clutt-4",
|
||||
"clutter/oak-clutt-5"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.001,
|
||||
"rotation": {
|
||||
"enabled": false
|
||||
},
|
||||
"place": [
|
||||
"stump/grave-1"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"dark_oak_planks"
|
||||
],
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
],
|
||||
"structures": [
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"stump/stump1",
|
||||
"stump/stump2",
|
||||
"stump/stump3",
|
||||
"stump/stump4",
|
||||
"stump/stump5",
|
||||
"stump/stump6"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.3,
|
||||
"edit": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"zoom": 1.15,
|
||||
"ratio": 0.58,
|
||||
"height": 53,
|
||||
"rarity": 41,
|
||||
"shuffle": 11
|
||||
"find": [
|
||||
"oak_log"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"oak_wood"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_wood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"oak_fence"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_fence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"dark_oak_planks"
|
||||
],
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"swamp-dark-oak-denmyre"
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.03,
|
||||
"palette": [
|
||||
"DEAD_BUSH",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.0002,
|
||||
"palette": [
|
||||
"CRIMSON_FUNGUS"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.45,
|
||||
"palette": ["GRASS"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 11
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"clutter/oak-clutt-1",
|
||||
"clutter/oak-clutt-2",
|
||||
"clutter/oak-clutt-3",
|
||||
"clutter/oak-clutt-4",
|
||||
"clutter/oak-clutt-5"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.001,
|
||||
"rotation": {
|
||||
"enabled": false
|
||||
},
|
||||
"place": [
|
||||
"stump/grave-1"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"zoom": 1.15,
|
||||
"ratio": 0.58,
|
||||
"height": 53,
|
||||
"rarity": 41,
|
||||
"shuffle": 11
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"swamp-dark-oak-denmyre"
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.01,
|
||||
"palette": [
|
||||
"DEAD_BUSH",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.0002,
|
||||
"palette": [
|
||||
"CRIMSON_FUNGUS"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 1,
|
||||
"chance": 0.003,
|
||||
"palette": [
|
||||
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
|
||||
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.45,
|
||||
"palette": [
|
||||
"GRASS"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators": [
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 11
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
}
|
||||
@@ -1,343 +1,424 @@
|
||||
{
|
||||
"name": "Roofed Willow",
|
||||
"layers": [
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"COARSE_DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"interval": 4750,
|
||||
"sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD",
|
||||
"soundDistance": 3,
|
||||
"volume": 6.2,
|
||||
"minPitch": 1.6,
|
||||
"maxPitch": 1.35,
|
||||
"chance": 11
|
||||
},
|
||||
{
|
||||
"interval": 1550,
|
||||
"sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD",
|
||||
"soundDistance": 3,
|
||||
"volume": 6.2,
|
||||
"minPitch": 0.4,
|
||||
"maxPitch": 0.2,
|
||||
"chance": 5
|
||||
},
|
||||
{
|
||||
"interval": 550,
|
||||
"particleOffset": 12,
|
||||
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
|
||||
"particleCount": 0,
|
||||
"particleAltX": 0.0101,
|
||||
"particleAltY": -0.033885,
|
||||
"particleAltZ": 0.0101,
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"zoom": 1.14,
|
||||
"ratio": 0.59,
|
||||
"height": 58,
|
||||
"rarity": 37,
|
||||
"shuffle": 16
|
||||
}
|
||||
],
|
||||
"wall":
|
||||
"name": "Roofed Willow",
|
||||
"layers": [
|
||||
{
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
"zoom": 0.5,
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"PODZOL",
|
||||
"PODZOL"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"interval": 4750,
|
||||
"sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD",
|
||||
"soundDistance": 3,
|
||||
"volume": 6.2,
|
||||
"minPitch": 1.6,
|
||||
"maxPitch": 1.35,
|
||||
"chance": 11
|
||||
},
|
||||
{
|
||||
"interval": 1550,
|
||||
"sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD",
|
||||
"soundDistance": 3,
|
||||
"volume": 6.2,
|
||||
"minPitch": 0.4,
|
||||
"maxPitch": 0.2,
|
||||
"chance": 5
|
||||
},
|
||||
{
|
||||
"interval": 550,
|
||||
"particleOffset": 12,
|
||||
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
|
||||
"particleCount": 0,
|
||||
"particleAltX": 0.0101,
|
||||
"particleAltY": -0.033885,
|
||||
"particleAltZ": 0.0101,
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"zoom": 1.14,
|
||||
"ratio": 0.59,
|
||||
"height": 58,
|
||||
"rarity": 37,
|
||||
"shuffle": 16
|
||||
}
|
||||
],
|
||||
"wall": {
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.7,
|
||||
"edit": [
|
||||
{
|
||||
"chance": 0.7,
|
||||
"edit":[
|
||||
{
|
||||
"find":["oak_log"],
|
||||
"replace":["dark_oak_log"]
|
||||
},
|
||||
{
|
||||
"find":["oak_wood"],
|
||||
"replace":["dark_oak_wood"]
|
||||
},
|
||||
{
|
||||
"find":["oak_fence"],
|
||||
"replace":["dark_oak_fence"]
|
||||
},
|
||||
{
|
||||
"find":["dark_oak_planks"],
|
||||
"replace":["stripped_dark_oak_wood"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"willwo/willwo-1",
|
||||
"willwo/willwo-2",
|
||||
"willwo/willwo-3",
|
||||
"willwo/willwo-5",
|
||||
"willwo/willwo-6",
|
||||
"willwo/willwo-7",
|
||||
"willwo/willwo-8",
|
||||
"willwo/willwo-9",
|
||||
"willwo/willwo-10",
|
||||
"willwo/willwo-11"
|
||||
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"oak_log"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chance": 0.2,
|
||||
"edit":[
|
||||
{
|
||||
"find":["oak_log"],
|
||||
"replace":["dark_oak_log"]
|
||||
},
|
||||
{
|
||||
"find":["oak_wood"],
|
||||
"replace":["dark_oak_wood"]
|
||||
},
|
||||
{
|
||||
"find":["oak_fence"],
|
||||
"replace":["dark_oak_fence"]
|
||||
},
|
||||
{
|
||||
"find":["dark_oak_planks"],
|
||||
"replace":["stripped_dark_oak_wood"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"willowbutbigger/o1",
|
||||
"willowbutbigger/o2"
|
||||
|
||||
],
|
||||
"translate": {
|
||||
"x": 24,
|
||||
"y": -3,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"oak_wood"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_wood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chance": 0.135,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"boulder/boulder1",
|
||||
"boulder/boulder2",
|
||||
"boulder/boulder3",
|
||||
"boulder/boulder4",
|
||||
"boulder/boulder5",
|
||||
"boulder/boulder6",
|
||||
"boulder/boulder7",
|
||||
"boulder/boulder8"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"oak_fence"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_fence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chance": 0.17,
|
||||
"edit":[
|
||||
{
|
||||
"find":["oak_log"],
|
||||
"replace":["dark_oak_log"]
|
||||
},
|
||||
{
|
||||
"find":["oak_wood"],
|
||||
"replace":["dark_oak_wood"]
|
||||
},
|
||||
{
|
||||
"find":["oak_fence"],
|
||||
"replace":["dark_oak_fence"]
|
||||
},
|
||||
{
|
||||
"find":["dark_oak_planks"],
|
||||
"replace":["stripped_dark_oak_wood"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"clutter/oak-clutt-1",
|
||||
"clutter/oak-clutt-2",
|
||||
"clutter/oak-clutt-3",
|
||||
"clutter/oak-clutt-4",
|
||||
"clutter/oak-clutt-5"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.08,
|
||||
"edit":[
|
||||
{
|
||||
"find":["oak_log"],
|
||||
"replace":["dark_oak_log"]
|
||||
},
|
||||
{
|
||||
"find":["oak_wood"],
|
||||
"replace":["dark_oak_wood"]
|
||||
},
|
||||
{
|
||||
"find":["oak_fence"],
|
||||
"replace":["dark_oak_fence"]
|
||||
},
|
||||
{
|
||||
"find":["dark_oak_planks"],
|
||||
"replace":["stripped_dark_oak_wood"]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"stump/stump1",
|
||||
"stump/stump2",
|
||||
"stump/stump3",
|
||||
"stump/stump4",
|
||||
"stump/stump5",
|
||||
"stump/stump6"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.00005,
|
||||
"rotation": {
|
||||
"enabled": false
|
||||
},
|
||||
"place": [
|
||||
"stump/grave-1"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
"find": [
|
||||
"dark_oak_planks"
|
||||
],
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"swamp-dark-oak-denmyre"
|
||||
],
|
||||
"decorators": [
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"willwo/willwo-1",
|
||||
"willwo/willwo-2",
|
||||
"willwo/willwo-3",
|
||||
"willwo/willwo-5",
|
||||
"willwo/willwo-6",
|
||||
"willwo/willwo-7",
|
||||
"willwo/willwo-8",
|
||||
"willwo/willwo-9",
|
||||
"willwo/willwo-10",
|
||||
"willwo/willwo-11"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.2,
|
||||
"edit": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.01,
|
||||
"palette": [
|
||||
"DEAD_BUSH"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"find": [
|
||||
"oak_log"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.0002,
|
||||
"palette": [
|
||||
"CRIMSON_FUNGUS",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"find": [
|
||||
"oak_wood"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_wood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.45,
|
||||
"palette": ["GRASS"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
"find": [
|
||||
"oak_fence"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_fence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 11
|
||||
"find": [
|
||||
"dark_oak_planks"
|
||||
],
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"willowbutbigger/o1",
|
||||
"willowbutbigger/o2"
|
||||
],
|
||||
"translate": {
|
||||
"x": 24,
|
||||
"y": -3,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.135,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"boulder/boulder1",
|
||||
"boulder/boulder2",
|
||||
"boulder/boulder3",
|
||||
"boulder/boulder4",
|
||||
"boulder/boulder5",
|
||||
"boulder/boulder6",
|
||||
"boulder/boulder7",
|
||||
"boulder/boulder8"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.17,
|
||||
"edit": [
|
||||
{
|
||||
"find": [
|
||||
"oak_log"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"oak_wood"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_wood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"oak_fence"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_fence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"dark_oak_planks"
|
||||
],
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"clutter/oak-clutt-1",
|
||||
"clutter/oak-clutt-2",
|
||||
"clutter/oak-clutt-3",
|
||||
"clutter/oak-clutt-4",
|
||||
"clutter/oak-clutt-5"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.08,
|
||||
"edit": [
|
||||
{
|
||||
"find": [
|
||||
"oak_log"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"oak_wood"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_wood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"oak_fence"
|
||||
],
|
||||
"replace": [
|
||||
"dark_oak_fence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": [
|
||||
"dark_oak_planks"
|
||||
],
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
],
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"stump/stump1",
|
||||
"stump/stump2",
|
||||
"stump/stump3",
|
||||
"stump/stump4",
|
||||
"stump/stump5",
|
||||
"stump/stump6"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.00005,
|
||||
"rotation": {
|
||||
"enabled": false
|
||||
},
|
||||
"place": [
|
||||
"stump/grave-1"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"swamp-dark-oak-denmyre"
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.01,
|
||||
"palette": [
|
||||
"DEAD_BUSH"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.0002,
|
||||
"palette": [
|
||||
"CRIMSON_FUNGUS",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM",
|
||||
"BROWN_MUSHROOM",
|
||||
"RED_MUSHROOM"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.45,
|
||||
"palette": [
|
||||
"GRASS"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators": [
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
"max": 11
|
||||
}
|
||||
],
|
||||
"derivative": "SWAMP"
|
||||
}
|
||||
Reference in New Issue
Block a user