9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
This commit is contained in:
Brian Fopiano
2020-08-15 20:47:06 -07:00
parent 11332989ee
commit 62138a2b52
11 changed files with 2029 additions and 1698 deletions

View File

@@ -1,38 +1,40 @@
{
"name": "Stone Beach",
"rarity": 2,
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"STONE",
"ANDESITE"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
"minecraft:stone_slab[type=bottom,waterlogged=false]",
"minecraft:andesite_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
"name": "Stone Beach",
"rarity": 2,
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"STONE",
"ANDESITE"
]
},
"generators":[
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:stone_slab[type=bottom,waterlogged=false]",
"minecraft:andesite_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"generators": [
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
}

View File

@@ -1,64 +1,78 @@
{
"name": "Cold Beach",
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.25,
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
"name": "Cold Beach",
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.25,
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
"decorators":[
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.09,
"partOf": "SHORE_LINE",
"stackMin": 1,
"stackMax": 3,
"palette": [
"SUGAR_CANE"
],
"heightVariance": {"style": "IRIS"},
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.09,
"partOf": "SHORE_LINE",
"stackMin": 1,
"stackMax": 3,
"palette": [
"SUGAR_CANE"
],
"heightVariance": {
"style": "IRIS"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
}

View File

@@ -1,99 +1,116 @@
{
"name": "Tundra Cavern",
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.2,
"minHeight": 1,
"maxHeight": 2,
"palette": [
"BLUE_ICE",
"PACKED_ICE",
"ICE",
"ICE",
"ICE",
"ICE",
"ICE",
"ICE"
]
},
{
"style": {"style": "STATIC"},
"zoom": 0.2,
"minHeight": 1,
"maxHeight": 1,
"palette": [
"ICE"
]
}
],
"slab": {
"style": {"style": "IRIS"},
"zoom": 0.5,
"palette": [
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
"AIR"
]
"name": "Tundra Cavern",
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"minHeight": 1,
"maxHeight": 2,
"palette": [
"BLUE_ICE",
"PACKED_ICE",
"ICE",
"ICE",
"ICE",
"ICE",
"ICE",
"ICE"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.02,
"palette": [
"COBWEB"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"CORNFLOWER"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.001,
"palette": [
"PRISMARINE_WALL"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"objects": [
{
"chance": 0.000856,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"derivative": "FROZEN_OCEAN"
{
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"minHeight": 1,
"maxHeight": 1,
"palette": [
"ICE"
]
}
],
"slab": {
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
"AIR"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.02,
"palette": [
"COBWEB"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"CORNFLOWER"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.001,
"palette": [
"PRISMARINE_WALL"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"objects": [
{
"chance": 0.000856,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"derivative": "FROZEN_OCEAN"
}

View File

@@ -1,189 +1,213 @@
{
"name": "Shattered Mountains",
"rarity": 4,
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "IRIS"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall":
"name": "Shattered Mountains",
"rarity": 4,
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
"palette": [
"GRASS_BLOCK"
]
},
"generators":[
{
"generator": "plain",
"min": 11,
"max": 32
},
{
"generator": "mountain-cliffs",
"min": 12,
"max": 62
}
],
"objects": [
{
"chance": 0.025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.035,
"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",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.075,
"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.625,
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.1,
"chance": 0.01,
"palette": ["WHITE_TULIP", "BLUE_ORCHID", "POPPY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": ["WHITE_TULIP", "CORNFLOWER", "BLUE_ORCHID", "LILY_OF_THE_VALLEY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.2,
"palette": ["GRASS"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"derivative": "MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"biomeZoom": 30,
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "IRIS"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"generators": [
{
"generator": "plain",
"min": 11,
"max": 32
},
{
"generator": "mountain-cliffs",
"min": 12,
"max": 62
}
],
"objects": [
{
"chance": 0.025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.035,
"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",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.075,
"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.625,
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.1,
"chance": 0.01,
"palette": [
"WHITE_TULIP",
"BLUE_ORCHID",
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": [
"WHITE_TULIP",
"CORNFLOWER",
"BLUE_ORCHID",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.2,
"palette": [
"GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 30,
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
]
}

View File

@@ -1,121 +1,137 @@
{
"name": "Mountains",
"rarity": 2,
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators":[
{
"generator": "plain",
"min": 29,
"max": 63
}
],
"children":[
"tundra-mountains-cliffs"
],
"childShrinkFactor": 8,
"wall":
"name": "Mountains",
"rarity": 2,
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
"palette": [
"GRASS_BLOCK"
]
},
"objects": [
{
"chance": 0.085,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.625,
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.1,
"chance": 0.01,
"palette": ["WHITE_TULIP", "BLUE_ORCHID", "POPPY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.2,
"palette": ["GRASS"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"derivative": "MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"biomeZoom": 30,
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators": [
{
"generator": "plain",
"min": 29,
"max": 63
}
],
"children": [
"tundra-mountains-cliffs"
],
"childShrinkFactor": 8,
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"objects": [
{
"chance": 0.085,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.625,
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.1,
"chance": 0.01,
"palette": [
"WHITE_TULIP",
"BLUE_ORCHID",
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.2,
"palette": [
"GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 30,
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
]
}

View File

@@ -1,205 +1,257 @@
{
"name": "Cold Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"zoom": 0.825,
"style": {"style": "STATIC"},
"palette": [
"SAND",
"CLAY",
"SAND",
"GRAVEL",
"SAND",
"DIRT",
"SAND",
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects":[
{
"chance": 0.01,
"underwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"children": [
"rocky-ocean"
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"wall":
"name": "Cold Ocean",
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
"minHeight": 2,
"maxHeight": 3,
"zoom": 0.825,
"style": {
"style": "STATIC"
},
"palette": [
"SAND",
"CLAY",
"SAND",
"GRAVEL",
"SAND",
"DIRT",
"SAND",
"SAND"
]
},
"decorators":[
{
"zoom": 20,
"chance": 0.07,
"palette": [
"SEAGRASS"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.0006,
"palette": [
"SOUL_SAND",
"MAGMA_BLOCK"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 5,
"chance": 0.07,
"palette": [
"SEAGRASS"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"stackMax": 24,
"stackMin": 2,
"chance": 0.013,
"palette": [
"KELP_PLANT"
],
"heightVariance": {"style": "IRIS"},
"verticalZoom": 88,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"stackMax": 9,
"stackMin": 1,
"chance": 0.125,
"palette": [
"KELP_PLANT"
],
"heightVariance": {"style": "STATIC"},
"verticalZoom": 20,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"TUBE_CORAL",
"TUBE_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"BRAIN_CORAL",
"BRAIN_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"BUBBLE_CORAL",
"BUBBLE_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"FIRE_CORAL",
"FIRE_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"HORN_CORAL",
"HORN_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.001,
"palette": [
"minecraft:sea_pickle[pickles=1,waterlogged=true]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": -33,
"max": -7
}
],
"derivative": "COLD_OCEAN"
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"chance": 0.01,
"underwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"children": [
"rocky-ocean"
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"decorators": [
{
"zoom": 20,
"chance": 0.07,
"palette": [
"SEAGRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.0006,
"palette": [
"SOUL_SAND",
"MAGMA_BLOCK"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 5,
"chance": 0.07,
"palette": [
"SEAGRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"stackMax": 24,
"stackMin": 2,
"chance": 0.013,
"palette": [
"KELP_PLANT"
],
"heightVariance": {
"style": "IRIS"
},
"verticalZoom": 88,
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"stackMax": 9,
"stackMin": 1,
"chance": 0.125,
"palette": [
"KELP_PLANT"
],
"heightVariance": {
"style": "STATIC"
},
"verticalZoom": 20,
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"TUBE_CORAL",
"TUBE_CORAL_FAN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"BRAIN_CORAL",
"BRAIN_CORAL_FAN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"BUBBLE_CORAL",
"BUBBLE_CORAL_FAN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"FIRE_CORAL",
"FIRE_CORAL_FAN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.05,
"palette": [
"HORN_CORAL",
"HORN_CORAL_FAN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.001,
"palette": [
"minecraft:sea_pickle[pickles=1,waterlogged=true]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": -33,
"max": -7
}
],
"derivative": "COLD_OCEAN"
}

View File

@@ -1,205 +1,237 @@
{
"name": "Redwood Cliffs",
"rarity": 3,
"layers": [
{
"style": {
"style": "IRIS_DOUBLE",
"fracture": {
"style": "IRIS",
"zoom": 0.2
}
},
"zoom": 0.2,
"palette": [
"PODZOL",
"PODZOL",
"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": "Redwood Cliffs",
"rarity": 3,
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"COARSE_DIRT"
]
"style": {
"style": "IRIS_DOUBLE",
"fracture": {
"style": "IRIS",
"zoom": 0.2
}
},
"zoom": 0.2,
"palette": [
"PODZOL",
"PODZOL",
"COARSE_DIRT",
"COARSE_DIRT"
]
},
"objects": [
{
"chance": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"true-redwood/true-redwood-1",
"true-redwood/true-redwood-2",
"true-redwood/true-redwood-3",
"true-redwood/true-redwood-4",
"true-redwood/true-redwood-5",
"true-redwood/true-redwood-6",
"true-redwood/true-redwood-7",
"true-redwood/true-redwood-8",
"true-redwood/true-redwood-9",
"true-redwood/true-redwood-10"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"COARSE_DIRT"
]
},
"objects": [
{
"chance": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.035,
"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",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
"enabled": true
},
"place": [
"true-redwood/true-redwood-1",
"true-redwood/true-redwood-2",
"true-redwood/true-redwood-3",
"true-redwood/true-redwood-4",
"true-redwood/true-redwood-5",
"true-redwood/true-redwood-6",
"true-redwood/true-redwood-7",
"true-redwood/true-redwood-8",
"true-redwood/true-redwood-9",
"true-redwood/true-redwood-10"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
},
{
"chance": 0.035,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.075,
"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
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": ["WHITE_TULIP", "CORNFLOWER", "BLUE_ORCHID", "LILY_OF_THE_VALLEY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.0445,
"palette": ["FERN"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"ORANGE_TULIP"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"POPPY"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": 11,
"max": 32
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.075,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"generator": "mountain-cliffs",
"min": 12,
"max": 62
}
],
"derivative": "TAIGA"
"enabled": true
},
"place": [
"stump/stump1",
"stump/stump2",
"stump/stump3",
"stump/stump4",
"stump/stump5",
"stump/stump6"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": [
"WHITE_TULIP",
"CORNFLOWER",
"BLUE_ORCHID",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.0445,
"palette": [
"FERN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"ORANGE_TULIP"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 11,
"max": 32
},
{
"generator": "mountain-cliffs",
"min": 12,
"max": 62
}
],
"derivative": "TAIGA"
}

View File

@@ -1,234 +1,267 @@
{
"name": "Redwood Forest",
"layers": [
{
"palette": [
"PODZOL"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall":
"name": "Redwood Forest",
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"COARSE_DIRT"
]
"palette": [
"PODZOL"
]
},
"children": [
"tundra-sequia-redwoods",
"tundra-redwood-cliffs"
],
"objects": [
{
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"COARSE_DIRT"
]
},
"children": [
"tundra-sequia-redwoods",
"tundra-redwood-cliffs"
],
"objects": [
{
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"true-redwood/true-redwood-1",
"true-redwood/true-redwood-2",
"true-redwood/true-redwood-3",
"true-redwood/true-redwood-4",
"true-redwood/true-redwood-5",
"true-redwood/true-redwood-6",
"true-redwood/true-redwood-7",
"true-redwood/true-redwood-8",
"true-redwood/true-redwood-9",
"true-redwood/true-redwood-10"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"true-redwood/true-redwood-7-b",
"true-redwood/true-redwood-8-b",
"true-redwood/true-redwood-9-b",
"true-redwood/true-redwood-10-b"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
"enabled": true
},
"place": [
"true-redwood/true-redwood-1",
"true-redwood/true-redwood-2",
"true-redwood/true-redwood-3",
"true-redwood/true-redwood-4",
"true-redwood/true-redwood-5",
"true-redwood/true-redwood-6",
"true-redwood/true-redwood-7",
"true-redwood/true-redwood-8",
"true-redwood/true-redwood-9",
"true-redwood/true-redwood-10"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
},
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.035,
"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",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
"enabled": true
},
"place": [
"true-redwood/true-redwood-7-b",
"true-redwood/true-redwood-8-b",
"true-redwood/true-redwood-9-b",
"true-redwood/true-redwood-10-b"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
},
{
"chance": 0.035,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.075,
"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
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": ["WHITE_TULIP", "CORNFLOWER", "BLUE_ORCHID", "LILY_OF_THE_VALLEY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.0445,
"palette": ["FERN"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"ORANGE_TULIP"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"POPPY"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": 17,
"max": 19
}
],
"derivative": "TAIGA"
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.075,
"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
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": [
"WHITE_TULIP",
"CORNFLOWER",
"BLUE_ORCHID",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.0445,
"palette": [
"FERN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"ORANGE_TULIP"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 17,
"max": 19
}
],
"derivative": "TAIGA"
}

View File

@@ -1,226 +1,266 @@
{
"name": "Sequoia Redwoods",
"rarity": 7,
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.25,
"palette": [
"PODZOL",
"PODZOL",
"COARSE_DIRT"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall":
"name": "Sequoia Redwoods",
"rarity": 7,
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"COARSE_DIRT"
]
"style": {
"style": "IRIS_DOUBLE",
"fracture": {
"style": "IRIS",
"zoom": 0.2
}
},
"zoom": 0.2,
"palette": [
"PODZOL",
"PODZOL",
"COARSE_DIRT",
"COARSE_DIRT"
]
},
"objects": [
{
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"COARSE_DIRT"
]
},
"objects": [
{
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.69,
"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
}
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.69,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.035,
"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",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
"xAxis": {
"min": -9,
"max": 9,
"interval": 1,
"enabled": true
},
{
"chance": 0.075,
"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
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": ["WHITE_TULIP", "CORNFLOWER", "BLUE_ORCHID", "LILY_OF_THE_VALLEY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.0445,
"palette": ["FERN"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"ORANGE_TULIP"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"POPPY"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": 17,
"max": 19
}
],
"derivative": "TAIGA"
"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
}
},
{
"chance": 0.035,
"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",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.075,
"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
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": [
"WHITE_TULIP",
"CORNFLOWER",
"BLUE_ORCHID",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.0445,
"palette": [
"FERN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"ORANGE_TULIP"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 17,
"max": 19
}
],
"derivative": "TAIGA"
}

View File

@@ -1,170 +1,233 @@
{
"name": "Spruce Denmyre",
"rarity": 2,
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.356,
"palette": [
"GRAVEL",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"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.1,
"palette": ["DEAD_BUSH", "BROWN_MUSHROOM"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": ["WHITE_TULIP", "CORNFLOWER", "BLUE_ORCHID", "LILY_OF_THE_VALLEY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.4,
"palette": ["GRASS"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_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.5,
"density": 2,
"edit": [
{
"find": "spruce_planks",
"replace": "stripped_spruce_wood"
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"spruce-medium/spruce-denmyre-1",
"spruce-medium/spruce-denmyre-2",
"spruce-medium/spruce-denmyre-3",
"spruce-medium/spruce-denmyre-4",
"spruce-medium/spruce-denmyre-5",
"spruce-medium/spruce-denmyre-6",
"spruce-medium/spruce-denmyre-7",
"spruce-medium/spruce-denmyre-8",
"spruce-medium/spruce-denmyre-9",
"spruce-medium/spruce-denmyre-10",
"spruce-medium/spruce-denmyre-11",
"spruce-medium/spruce-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":
"name": "Spruce Denmyre",
"rarity": 2,
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
"style": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
"GRAVEL",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK"
]
},
"generators":[
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"decorators": [
{
"zoom": 0.001,
"chance": 0.01,
"palette": [
"DEAD_BUSH",
"BROWN_MUSHROOM"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": [
"WHITE_TULIP",
"CORNFLOWER",
"BLUE_ORCHID",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.2,
"palette": [
"GRASS",
"FERN"
],
"style": {
"style": "IRIS_DOUBLE"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.1,
"palette": [
"GRASS",
"FERN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_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.5,
"density": 2,
"edit": [
{
"generator": "plain",
"min": 4,
"max": 7
"find": "spruce_planks",
"replace": "stripped_spruce_wood"
}
],
"derivative": "SNOWY_TUNDRA"
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"spruce-medium/spruce-denmyre-1",
"spruce-medium/spruce-denmyre-2",
"spruce-medium/spruce-denmyre-3",
"spruce-medium/spruce-denmyre-4",
"spruce-medium/spruce-denmyre-5",
"spruce-medium/spruce-denmyre-6",
"spruce-medium/spruce-denmyre-7",
"spruce-medium/spruce-denmyre-8",
"spruce-medium/spruce-denmyre-9",
"spruce-medium/spruce-denmyre-10",
"spruce-medium/spruce-denmyre-11",
"spruce-medium/spruce-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": "SNOWY_TUNDRA"
}

View File

@@ -1,205 +1,243 @@
{
"name": "Cold Tundra",
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.92,
"palette": [
"GRASS_BLOCK"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall":
"name": "Cold Tundra",
"layers": [
{
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
"style": {
"style": "STATIC"
},
"zoom": 0.92,
"palette": [
"GRASS_BLOCK"
]
},
"objects": [
{
"chance": 0.00256,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
{
"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.00256,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/stone-clutt-1",
"clutter/stone-clutt-2",
"clutter/stone-clutt-3",
"clutter/stone-clutt-4",
"clutter/stone-clutt-5",
"clutter/stone-clutt-6",
"clutter/stone-clutt-7"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
"enabled": true
},
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.05,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
"enabled": true
},
"place": [
"clutter/stone-clutt-1",
"clutter/stone-clutt-2",
"clutter/stone-clutt-3",
"clutter/stone-clutt-4",
"clutter/stone-clutt-5",
"clutter/stone-clutt-6",
"clutter/stone-clutt-7"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.05,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
{
"chance": 0.01,
"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": -1,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.02,
"chance": 0.003,
"palette": ["WHITE_TULIP", "CORNFLOWER", "BLUE_ORCHID", "LILY_OF_THE_VALLEY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.023,
"palette": ["GRASS"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.001,
"palette": [
"POPPY"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.02,
"chance": 0.001,
"palette": ["WITHER_ROSE", "OXEYE_DAISY", "PINK_TULIP", "LILY_OF_THE_VALLEY"],
"style": {"style": "FRACTAL_SMOKE"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.1,
"chance": 0.01,
"palette": ["SUNFLOWER", "DANDELION", "POPPY", "ROSE_BUSH"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.2,
"chance": 0.05,
"palette": ["LARGE_FERN", "TALL_GRASS"],
"style": {"style": "FRACTAL_SMOKE"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.2,
"chance": 0.21,
"palette": ["GRASS", "FERN"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": 5,
"max": 14
}
],
"derivative": "GIANT_TREE_TAIGA"
"enabled": true
},
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.01,
"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": -1,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.02,
"chance": 0.003,
"palette": [
"WHITE_TULIP",
"CORNFLOWER",
"BLUE_ORCHID",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.023,
"palette": [
"GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.001,
"palette": [
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.02,
"chance": 0.001,
"palette": [
"WITHER_ROSE",
"OXEYE_DAISY",
"PINK_TULIP"
],
"style": {
"style": "FRACTAL_SMOKE"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.2,
"chance": 0.05,
"palette": [
"LARGE_FERN",
"TALL_GRASS"
],
"style": {
"style": "FRACTAL_SMOKE"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.2,
"chance": 0.21,
"palette": [
"GRASS",
"FERN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 5,
"max": 14
}
],
"derivative": "GIANT_TREE_TAIGA"
}