9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00

Dont ask, im not ok

This commit is contained in:
Brian Fopiano
2022-06-17 10:24:37 -07:00
parent 6b2bbc5d04
commit 92f6995c35
2762 changed files with 12932 additions and 29769 deletions

100
README.md
View File

@@ -1,4 +1,4 @@
# Overworld V2 (1.18+) # Overworld V2.5 (1.13+)
The standard overworld for [Iris the Dimension Engine](https://www.spigotmc.org/resources/iris-world-gen-the-dimension-engine.84586/). New and Improved! The standard overworld for [Iris the Dimension Engine](https://www.spigotmc.org/resources/iris-world-gen-the-dimension-engine.84586/). New and Improved!
@@ -18,15 +18,97 @@ If you want to contribute as well, feel free to make a fork and pull requests.
Please contact us on Discord if you have some changes up for review! Please contact us on Discord if you have some changes up for review!
# Overworld V2 1.18+ # Overworld V2 1.19+
Roadmap Roadmap
- [X] Implement 1.18 heights - [ ] More carving
- [X] Make iris Less Flat (more like amplified a bit) - [ ] Entities, Loot, Performance improvements
- [X] Bigger caves overall for 1.18 advantages
- [X] More carving # IMPLEMENTABLE BIOMES:
- [X] Lava (These biomes are from a predefined set of biomes from Terralith and ill be giving my own artistic spin on the biomes as well as enhancing them)
- [X] Entities... ## Meaning: [ ] - not done : [-] Working on : [X] DONE (for the most part) : [0] Won't Do yet or at all
- [0] Alpha islands
- [0] Alpha islands (winter)
- [-] Alpine grove
- [X] Alpine highlands https://i.imgur.com/MC114Zr.jpeg
- [ ] Amethyst canyon
- [ ] Amethyst rainforest
- [ ] Ancient sands
- [ ] Arid highlands
- [ ] Ashen savanna
- [ ] Basalt cliffs
- [ ] Birch Taiga
- [ ] Blooming plateau
- [ ] Blooming valley
- [ ] Brushland
- [ ] Bryce canyon
- [ ] Caldera
- [ ] Cloud Forest
- [ ] Cold shrubland
- [ ] Desert canyon
- [ ] Desert oasis
- [ ] Desert spires
- [ ] Emerald peaks
- [ ] Forested highlands
- [ ] Fractured savanna
- [ ] Frozen cliffs
- [ ] Glacial chasm
- [ ] Granite cliffs
- [ ] Gravel beach
- [ ] Gravel desert
- [ ] Haze mountain
- [ ] Highland
- [ ] Hot shrubland
- [ ] Ice marsh
- [ ] Jungle mountains
- [ ] Lavender forest
- [ ] Lavender valley
- [ ] Lush desert
- [ ] Lush valley
- [ ] Mirage isles
- [ ] Moonlight grove
- [ ] Moonlight valley
- [ ] Orchid swamp
- [ ] Painted Mountains
- [ ] Red oasis
- [ ] Rocky jungle
- [ ] Rocky mountains
- [ ] Rocky shrubland
- [ ] Sakura grove
- [ ] Sakura valley
- [ ] Sandstone valley
- [ ] Savanna badlands
- [ ] Savanna slopes
- [ ] Scarlet mountains
- [ ] Shield clearing
- [ ] Shield
- [ ] Shrubland
- [ ] Siberian grove
- [ ] Siberian Taiga
- [ ] Skylands
- [ ] Skylands (autumn)
- [ ] Skylands (spring)
- [ ] Skylands (summer)
- [ ] Skylands (winter)
- [ ] Snowy badlands
- [ ] Snowy maple forest
- [ ] Snowy shield
- [ ] Steppe
- [ ] Stony spires
- [ ] Temperate highlands
- [ ] Tropical Jungle
- [ ] Valley clearing
- [ ] Volcanic crater
- [ ] Volcanic peaks
- [ ] Warm river
- [ ] Warped mesa
- [ ] White cliffs
- [ ] White mesa
- [ ] Windswept spires
- [ ] Wintry forest
- [ ] Wintry lowlands
- [ ] Yellowstone
- [ ] Yosemite cliffs
- [ ] Yosemite lowlands

View File

@@ -3,6 +3,7 @@
"name", "name",
"color", "color",
"rarity", "rarity",
"landBiomes",
"derivative", "derivative",
"vanillaDerivative", "vanillaDerivative",
"biomeScatter", "biomeScatter",
@@ -16,7 +17,6 @@
"jigsawStructures", "jigsawStructures",
"objects", "objects",
"decorators", "decorators",
"landBiomes",
"--------------DIM ORDER--------------", "--------------DIM ORDER--------------",
"version", "version",
"environment", "environment",

View File

@@ -1,16 +1,12 @@
{ {
"name": "Amethyst Cavern", "name": "Amethyst Cavern",
"wall": { "wall": {"palette": [
"palette": [
{ {
"block": "minecraft:amethyst_block", "block": "minecraft:amethyst_block",
"weight": 6 "weight": 6
}, },
{ {"block": "minecraft:budding_amethyst"}
"block": "minecraft:budding_amethyst" ]},
}
]
},
"layers": [ "layers": [
{ {
"palette": [ "palette": [
@@ -18,20 +14,12 @@
"block": "minecraft:amethyst_block", "block": "minecraft:amethyst_block",
"weight": 6 "weight": 6
}, },
{ {"block": "minecraft:budding_amethyst"}
"block": "minecraft:budding_amethyst"
}
], ],
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2 "minHeight": 2
}, },
{ {"palette": [{"block": "minecraft:deepslate"}]}
"palette": [
{
"block": "minecraft:deepslate"
}
]
}
], ],
"decorators": [ "decorators": [
{ {
@@ -49,9 +37,7 @@
"block": "minecraft:medium_amethyst_bud", "block": "minecraft:medium_amethyst_bud",
"weight": 2 "weight": 2
}, },
{ {"block": "minecraft:large_amethyst_bud"}
"block": "minecraft:large_amethyst_bud"
}
] ]
}, },
{ {
@@ -60,30 +46,22 @@
"palette": [ "palette": [
{ {
"block": "minecraft:amethyst_cluster", "block": "minecraft:amethyst_cluster",
"data": { "data": {"facing": "down"},
"facing": "down"
},
"weight": 4 "weight": 4
}, },
{ {
"block": "minecraft:small_amethyst_bud", "block": "minecraft:small_amethyst_bud",
"data": { "data": {"facing": "down"},
"facing": "down"
},
"weight": 3 "weight": 3
}, },
{ {
"block": "minecraft:medium_amethyst_bud", "block": "minecraft:medium_amethyst_bud",
"data": { "data": {"facing": "down"},
"facing": "down"
},
"weight": 2 "weight": 2
}, },
{ {
"block": "minecraft:large_amethyst_bud", "block": "minecraft:large_amethyst_bud",
"data": { "data": {"facing": "down"}
"facing": "down"
}
} }
] ]
} }
@@ -95,19 +73,11 @@
"block": "minecraft:amethyst_block", "block": "minecraft:amethyst_block",
"weight": 6 "weight": 6
}, },
{ {"block": "minecraft:budding_amethyst"}
"block": "minecraft:budding_amethyst"
}
], ],
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2 "minHeight": 2
}, },
{ {"palette": [{"block": "minecraft:deepslate"}]}
"palette": [
{
"block": "minecraft:deepslate"
}
]
}
] ]
} }

View File

@@ -1,58 +1,28 @@
{ {
"name": "Calcite Cavern", "name": "Calcite Cavern",
"wall": { "wall": {"palette": [{"block": "minecraft:tuff"}]},
"palette": [ "layers": [{
{
"block": "minecraft:tuff"
}
]
},
"layers": [
{
"maxHeight": 1, "maxHeight": 1,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [
{ {"block": "minecraft:calcite"},
"block": "minecraft:calcite" {"block": "minecraft:diorite"}
},
{
"block": "minecraft:diorite"
}
] ]
} }],
], "decorators": [{
"decorators": [
{
"chance": 0.001, "chance": 0.001,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "topPalette": [{"block": "minecraft:andesite"}],
},
"topPalette": [
{
"block": "minecraft:andesite"
}
],
"stackMax": 5, "stackMax": 5,
"stackMin": 1, "stackMin": 1,
"palette": [ "palette": [{"block": "minecraft:calcite"}]
{ }],
"block": "minecraft:calcite" "caveCeilingLayers": [{
}
]
}
],
"caveCeilingLayers": [
{
"maxHeight": 1, "maxHeight": 1,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [
{ {"block": "minecraft:calcite"},
"block": "minecraft:calcite" {"block": "minecraft:diorite"}
},
{
"block": "minecraft:diorite"
}
]
}
] ]
}]
} }

View File

@@ -1,51 +1,31 @@
{ {
"name": "Deepened cave", "name": "Deepened cave",
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"block": "minecraft:stone", "block": "minecraft:stone",
"weight": 3 "weight": 3
}, },
{ {"block": "minecraft:stone"}
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [{
{ "style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"}
},
{
"block": "minecraft:andesite"
}
] ]
} }],
], "caveCeilingLayers": [{
"caveCeilingLayers": [ "style": {"style": "STATIC"},
{
"style": {
"style": "STATIC"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"}
},
{
"block": "minecraft:andesite"
}
]
}
] ]
}]
} }

View File

@@ -1,24 +1,17 @@
{ {
"name": "Deepened Ravine", "name": "Deepened Ravine",
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {
"block": "minecraft:stone", "block": "minecraft:stone",
"weight": 3 "weight": 3
}, },
{ {"block": "minecraft:stone"}
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [{
{ "style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -31,17 +24,12 @@
"weight": 3 "weight": 3
} }
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"partOf": "CEILING", "partOf": "CEILING",
"chance": 0.03, "chance": 0.03,
"palette": [ "palette": [{"block": "minecraft:hanging_roots"}]
{
"block": "minecraft:hanging_roots"
}
]
}, },
{ {
"partOf": "CEILING", "partOf": "CEILING",
@@ -50,23 +38,14 @@
"stackMin": 20, "stackMin": 20,
"stackMax": 70, "stackMax": 70,
"absoluteMaxStack": 10, "absoluteMaxStack": 10,
"heightVariance": { "heightVariance": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:stone"}]
},
"palette": [
{
"block": "minecraft:stone"
}
]
} }
], ],
"caveCeilingLayers": [ "caveCeilingLayers": [{
{
"maxHeight": 1, "maxHeight": 1,
"minHeight": 1, "minHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"block": "minecraft:shroomlight", "block": "minecraft:shroomlight",
@@ -77,8 +56,7 @@
"weight": 20 "weight": 20
} }
] ]
} }],
],
"childStyle": { "childStyle": {
"style": "STATIC", "style": "STATIC",
"zoom": 2 "zoom": 2

View File

@@ -1,14 +1,7 @@
{ {
"name": "Deepslate Cavern", "name": "Deepslate Cavern",
"wall": { "wall": {"palette": [{"block": "minecraft:deepslate"}]},
"palette": [ "layers": [{
{
"block": "minecraft:deepslate"
}
]
},
"layers": [
{
"style": { "style": {
"style": "STATIC", "style": "STATIC",
"zoom": 0.5 "zoom": 0.5
@@ -16,24 +9,13 @@
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
{ {"block": "minecraft:deepslate"},
"block": "minecraft:deepslate" {"block": "minecraft:tuff"}
},
{
"block": "minecraft:tuff"
}
] ]
} }],
], "caveCeilingLayers": [{
"caveCeilingLayers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [{"block": "minecraft:deepslate"}]
{ }]
"block": "minecraft:deepslate"
}
]
}
]
} }

View File

@@ -1,23 +1,11 @@
{ {
"name": "Dripstone Cavern Child", "name": "Dripstone Cavern Child",
"wall": { "wall": {"palette": [{"block": "minecraft:dripstone_block"}]},
"palette": [ "layers": [{
{
"block": "minecraft:dripstone_block"
}
]
},
"layers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [{"block": "minecraft:dripstone_block"}]
{ }],
"block": "minecraft:dripstone_block"
}
]
}
],
"decorators": [ "decorators": [
{ {
"chance": 0.03, "chance": 0.03,
@@ -25,14 +13,10 @@
"stackMin": 5, "stackMin": 5,
"stackMax": 55, "stackMax": 55,
"absoluteMaxStack": 4, "absoluteMaxStack": 4,
"palette": [ "palette": [{
{
"block": "minecraft:pointed_dripstone", "block": "minecraft:pointed_dripstone",
"data": { "data": {"vertical_direction": "up"}
"vertical_direction": "up" }]
}
}
]
}, },
{ {
"partOf": "CEILING", "partOf": "CEILING",
@@ -41,21 +25,14 @@
"scaleStack": true, "scaleStack": true,
"stackMin": 5, "stackMin": 5,
"stackMax": 55, "stackMax": 55,
"palette": [ "palette": [{
{
"block": "minecraft:pointed_dripstone", "block": "minecraft:pointed_dripstone",
"data": { "data": {"vertical_direction": "down"}
"vertical_direction": "down" }]
}
}
]
} }
], ],
"caveCeilingLayers": [ "caveCeilingLayers": [{
{ "style": {"style": "NOWHERE"},
"style": {
"style": "NOWHERE"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -68,6 +45,5 @@
"weight": 1 "weight": 1
} }
] ]
} }]
]
} }

View File

@@ -1,20 +1,13 @@
{ {
"name": "Dripstone Cavern", "name": "Dripstone Cavern",
"wall": { "wall": {"palette": [{
"palette": [
{
"block": "minecraft:dripstone_block", "block": "minecraft:dripstone_block",
"weight": 4 "weight": 4
} }]},
] "layers": [{
},
"layers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "GLOB_IRIS_THICK"},
"style": "GLOB_IRIS_THICK"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -30,8 +23,7 @@
"weight": 6 "weight": 6
} }
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.066, "chance": 0.066,
@@ -39,14 +31,10 @@
"stackMin": 25, "stackMin": 25,
"stackMax": 80, "stackMax": 80,
"absoluteMaxStack": 6, "absoluteMaxStack": 6,
"palette": [ "palette": [{
{
"block": "minecraft:pointed_dripstone", "block": "minecraft:pointed_dripstone",
"data": { "data": {"vertical_direction": "up"}
"vertical_direction": "up" }]
}
}
]
}, },
{ {
"partOf": "CEILING", "partOf": "CEILING",
@@ -55,22 +43,15 @@
"scaleStack": true, "scaleStack": true,
"stackMin": 25, "stackMin": 25,
"stackMax": 80, "stackMax": 80,
"palette": [ "palette": [{
{
"block": "minecraft:pointed_dripstone", "block": "minecraft:pointed_dripstone",
"data": { "data": {"vertical_direction": "down"}
"vertical_direction": "down" }]
}
}
]
} }
], ],
"caveCeilingLayers": [ "caveCeilingLayers": [{
{
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
{ {
@@ -82,6 +63,5 @@
"weight": 1 "weight": 1
} }
] ]
} }]
]
} }

View File

@@ -1,34 +1,18 @@
{ {
"name": "Granite Cavern", "name": "Granite Cavern",
"wall": { "wall": {"palette": [{"block": "minecraft:granite"}]},
"palette": [ "layers": [{
{
"block": "minecraft:granite"
}
]
},
"layers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [{"block": "minecraft:granite"}]
{ }],
"block": "minecraft:granite" "caveCeilingLayers": [{
}
]
}
],
"caveCeilingLayers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [{
{
"block": "minecraft:granite", "block": "minecraft:granite",
"weight": 6 "weight": 6
} }]
] }]
}
]
} }

View File

@@ -1,19 +1,11 @@
{ {
"name": "Ice Cavern Child", "name": "Ice Cavern Child",
"wall": { "wall": {"palette": [{"block": "minecraft:packed_ice"}]},
"palette": [
{
"block": "minecraft:packed_ice"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -29,9 +21,7 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -47,22 +37,16 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{
"weight": 5, "weight": 5,
"block": "minecraft:blackstone" "block": "minecraft:blackstone"
} }]
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.001, "chance": 0.001,
"palette": [ "palette": [{"block": "minecraft:cornflower"}]
{
"block": "minecraft:cornflower"
}
]
}, },
{ {
"chance": 0.0015, "chance": 0.0015,
@@ -104,22 +88,14 @@
{ {
"maxHeight": 2, "maxHeight": 2,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [{"block": "minecraft:ice"}]
{
"block": "minecraft:ice"
}
]
}, },
{ {
"maxHeight": 1, "maxHeight": 1,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [
{ {"block": "minecraft:blackstone"},
"block": "minecraft:blackstone" {"block": "minecraft:blue_ice"}
},
{
"block": "minecraft:blue_ice"
}
] ]
} }
] ]

View File

@@ -1,19 +1,11 @@
{ {
"name": "Ice Cavern", "name": "Ice Cavern",
"wall": { "wall": {"palette": [{"block": "minecraft:blackstone"}]},
"palette": [
{
"block": "minecraft:blackstone"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -29,9 +21,7 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -52,11 +42,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.001, "chance": 0.001,
"palette": [ "palette": [{"block": "minecraft:cornflower"}]
{
"block": "minecraft:cornflower"
}
]
}, },
{ {
"chance": 0.006, "chance": 0.006,
@@ -98,22 +84,14 @@
{ {
"maxHeight": 2, "maxHeight": 2,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [{"block": "minecraft:ice"}]
{
"block": "minecraft:ice"
}
]
}, },
{ {
"maxHeight": 1, "maxHeight": 1,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [
{ {"block": "minecraft:blackstone"},
"block": "minecraft:blackstone" {"block": "minecraft:blue_ice"}
},
{
"block": "minecraft:blue_ice"
}
] ]
} }
] ]

View File

@@ -1,19 +1,11 @@
{ {
"name": "Ice Cavern", "name": "Ice Cavern",
"wall": { "wall": {"palette": [{"block": "minecraft:packed_ice"}]},
"palette": [
{
"block": "minecraft:packed_ice"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -29,9 +21,7 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -47,22 +37,16 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{
"weight": 5, "weight": 5,
"block": "minecraft:blackstone" "block": "minecraft:blackstone"
} }]
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.001, "chance": 0.001,
"palette": [ "palette": [{"block": "minecraft:cornflower"}]
{
"block": "minecraft:cornflower"
}
]
}, },
{ {
"chance": 0.006, "chance": 0.006,
@@ -104,22 +88,14 @@
{ {
"maxHeight": 2, "maxHeight": 2,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [{"block": "minecraft:ice"}]
{
"block": "minecraft:ice"
}
]
}, },
{ {
"maxHeight": 1, "maxHeight": 1,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [
{ {"block": "minecraft:blackstone"},
"block": "minecraft:blackstone" {"block": "minecraft:blue_ice"}
},
{
"block": "minecraft:blue_ice"
}
] ]
} }
] ]

View File

@@ -3,46 +3,26 @@
"wall": { "wall": {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {"block": "minecraft:jungle_wood"},
"block": "minecraft:jungle_wood" {"block": "minecraft:stripped_jungle_wood"}
},
{
"block": "minecraft:stripped_jungle_wood"
}
] ]
}, },
"layers": [ "layers": [{
{ "style": {"style": "STATIC"},
"style": { "palette": [{"block": "minecraft:grass_block"}]
"style": "STATIC" }],
},
"palette": [
{
"block": "minecraft:grass_block"
}
]
}
],
"decorators": [ "decorators": [
{ {
"chance": 0.0005, "chance": 5.0E-4,
"scaleStack": true, "scaleStack": true,
"stackMin": 1, "stackMin": 1,
"stackMax": 5, "stackMax": 5,
"absoluteMaxStack": 5, "absoluteMaxStack": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:big_dripleaf"}]
},
"palette": [
{
"block": "minecraft:big_dripleaf"
}
]
}, },
{ {
"chance": 0.001, "chance": 0.001,
@@ -51,20 +31,12 @@
"stackMin": 5, "stackMin": 5,
"stackMax": 55, "stackMax": 55,
"absoluteMaxStack": 4, "absoluteMaxStack": 4,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:cave_vines"}]
},
"palette": [
{
"block": "minecraft:cave_vines"
}
]
}, },
{ {
"chance": 0.4, "chance": 0.4,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"block": "minecraft:jungle_sapling", "block": "minecraft:jungle_sapling",
@@ -82,48 +54,26 @@
"block": "minecraft:grass", "block": "minecraft:grass",
"weight": 100 "weight": 100
}, },
{ {"block": "minecraft:azalea"},
"block": "minecraft:azalea" {"block": "minecraft:flowering_azalea"},
}, {"block": "minecraft:twisting_vines"}
{
"block": "minecraft:flowering_azalea"
},
{
"block": "minecraft:twisting_vines"
}
] ]
}, },
{ {
"chance": 0.05, "chance": 0.05,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "topPalette": [{"block": "minecraft:jungle_leaves"}],
},
"topPalette": [
{
"block": "minecraft:jungle_leaves"
}
],
"stackMax": 2, "stackMax": 2,
"stackMin": 1, "stackMin": 1,
"palette": [ "palette": [{"block": "minecraft:jungle_wood"}]
{
"block": "minecraft:jungle_wood"
}
]
} }
], ],
"caveCeilingLayers": [ "caveCeilingLayers": [{
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
{ {"block": "minecraft:rooted_dirt"},
"block": "minecraft:rooted_dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
]
}
] ]
}]
} }

View File

@@ -6,22 +6,14 @@
"zoom": 0.5 "zoom": 0.5
}, },
"palette": [ "palette": [
{ {"block": "minecraft:deepslate"},
"block": "minecraft:deepslate" {"block": "minecraft:mossy_cobblestone"},
}, {"block": "minecraft:moss_block"}
{
"block": "minecraft:mossy_cobblestone"
},
{
"block": "minecraft:moss_block"
}
] ]
}, },
"layers": [ "layers": [
{ {
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"maxHeight": 1, "maxHeight": 1,
"minHeight": 1, "minHeight": 1,
"zoom": 0.5, "zoom": 0.5,
@@ -30,24 +22,14 @@
"block": "minecraft:moss_block", "block": "minecraft:moss_block",
"weight": 2 "weight": 2
}, },
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:clay"},
}, {"block": "minecraft:deepslate"},
{ {"block": "minecraft:grass_block"}
"block": "minecraft:clay"
},
{
"block": "minecraft:deepslate"
},
{
"block": "minecraft:grass_block"
}
] ]
}, },
{ {
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 1, "minHeight": 1,
"palette": [ "palette": [
@@ -55,9 +37,7 @@
"block": "minecraft:clay", "block": "minecraft:clay",
"weight": 5 "weight": 5
}, },
{ {"block": "minecraft:deepslate"}
"block": "minecraft:deepslate"
}
] ]
} }
], ],
@@ -65,34 +45,18 @@
{ {
"chance": 0.01, "chance": 0.01,
"absoluteMaxStack": 1, "absoluteMaxStack": 1,
"palette": [ "palette": [{"block": "minecraft:big_dripleaf"}]
{
"block": "minecraft:big_dripleaf"
}
]
}, },
{ {
"chance": 0.03, "chance": 0.03,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"absoluteMaxStack": 1, "absoluteMaxStack": 1,
"palette": [ "palette": [
{ {"block": "minecraft:grass"},
"block": "minecraft:grass" {"block": "minecraft:azalea_leaves"},
}, {"block": "minecraft:azalea"},
{ {"block": "minecraft:flowering_azalea"},
"block": "minecraft:azalea_leaves" {"block": "minecraft:flowering_azalea_leaves"}
},
{
"block": "minecraft:azalea"
},
{
"block": "minecraft:flowering_azalea"
},
{
"block": "minecraft:flowering_azalea_leaves"
}
] ]
}, },
{ {
@@ -103,31 +67,21 @@
"stackMin": 4, "stackMin": 4,
"stackMax": 25, "stackMax": 25,
"topPalette": [ "topPalette": [
{ {"block": "minecraft:cave_vines"},
"block": "minecraft:cave_vines" {"block": "minecraft:spore_blossom"},
},
{
"block": "minecraft:spore_blossom"
},
{ {
"block": "minecraft:cave_vines", "block": "minecraft:cave_vines",
"data": { "data": {"berries": "true"}
"berries": "true"
}
} }
], ],
"palette": [ "palette": [
{ {
"block": "minecraft:cave_vines_plant", "block": "minecraft:cave_vines_plant",
"data": { "data": {"berries": false}
"berries": false
}
}, },
{ {
"block": "minecraft:cave_vines_plant", "block": "minecraft:cave_vines_plant",
"data": { "data": {"berries": true}
"berries": true
}
} }
] ]
}, },
@@ -136,18 +90,11 @@
"chance": 0.03, "chance": 0.03,
"stackMin": 1, "stackMin": 1,
"stackMax": 1, "stackMax": 1,
"palette": [ "palette": [{"block": "minecraft:glow_lichen"}]
{
"block": "minecraft:glow_lichen"
}
]
} }
], ],
"caveCeilingLayers": [ "caveCeilingLayers": [{
{ "style": {"style": "NOWHERE"},
"style": {
"style": "NOWHERE"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -155,10 +102,7 @@
"block": "minecraft:moss_block", "block": "minecraft:moss_block",
"weight": 2 "weight": 2
}, },
{ {"block": "minecraft:deepslate"}
"block": "minecraft:deepslate"
}
]
}
] ]
}]
} }

View File

@@ -3,9 +3,7 @@
"wall": { "wall": {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "GLOB_IRIS_THICK"},
"style": "GLOB_IRIS_THICK"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -18,11 +16,8 @@
} }
] ]
}, },
"layers": [ "layers": [{
{ "style": {"style": "GLOB_IRIS_THICK"},
"style": {
"style": "GLOB_IRIS_THICK"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
@@ -34,22 +29,16 @@
"weight": 8 "weight": 8
} }
] ]
} }],
], "caveCeilingLayers": [{
"caveCeilingLayers": [ "style": {"style": "GLOB_IRIS_THICK"},
{
"style": {
"style": "GLOB_IRIS_THICK"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {
"weight": 2, "weight": 2,
"block": "minecraft:smooth_sandstone" "block": "minecraft:smooth_sandstone"
}, },
{ {"block": "minecraft:red_sandstone"},
"block": "minecraft:red_sandstone"
},
{ {
"weight": 3, "weight": 3,
"block": "minecraft:smooth_red_sandstone" "block": "minecraft:smooth_red_sandstone"
@@ -63,6 +52,5 @@
"weight": 8 "weight": 8
} }
] ]
} }]
]
} }

View File

@@ -1,27 +1,18 @@
{ {
"name": "M cave", "name": "M cave",
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"block": "minecraft:stone", "block": "minecraft:stone",
"weight": 3 "weight": 3
}, },
{ {"block": "minecraft:cobblestone"},
"block": "minecraft:cobblestone" {"block": "minecraft:stone"}
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [{
{ "style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -34,13 +25,9 @@
"weight": 3 "weight": 3
} }
] ]
} }],
], "caveCeilingLayers": [{
"caveCeilingLayers": [ "style": {"style": "STATIC"},
{
"style": {
"style": "STATIC"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -53,6 +40,5 @@
"weight": 3 "weight": 3
} }
] ]
} }]
]
} }

View File

@@ -1,34 +1,20 @@
{ {
"name": "Red Sandstone Cavern", "name": "Red Sandstone Cavern",
"wall": { "wall": {"palette": [{"block": "minecraft:red_sandstone"}]},
"palette": [ "layers": [{
{
"block": "minecraft:red_sandstone"
}
]
},
"layers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [{
{
"block": "minecraft:smooth_red_sandstone", "block": "minecraft:smooth_red_sandstone",
"weight": 8 "weight": 8
} }]
] }],
} "caveCeilingLayers": [{
],
"caveCeilingLayers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [{
{
"block": "minecraft:smooth_red_sandstone", "block": "minecraft:smooth_red_sandstone",
"weight": 8 "weight": 8
} }]
] }]
}
]
} }

View File

@@ -1,27 +1,18 @@
{ {
"name": "Rocky Cavern", "name": "Rocky Cavern",
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"block": "minecraft:stone", "block": "minecraft:stone",
"weight": 3 "weight": 3
}, },
{ {"block": "minecraft:cobblestone"},
"block": "minecraft:cobblestone" {"block": "minecraft:stone"}
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [{
{ "style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -29,16 +20,13 @@
"block": "minecraft:stone", "block": "minecraft:stone",
"weight": 3 "weight": 3
}, },
{ {"block": "minecraft:cobblestone"},
"block": "minecraft:cobblestone"
},
{ {
"block": "minecraft:andesite", "block": "minecraft:andesite",
"weight": 3 "weight": 3
} }
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.03, "chance": 0.03,
@@ -47,12 +35,8 @@
"stackMax": 90, "stackMax": 90,
"absoluteMaxStack": 5, "absoluteMaxStack": 5,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"}
},
{
"block": "minecraft:andesite"
}
] ]
}, },
{ {
@@ -62,12 +46,8 @@
"stackMax": 3, "stackMax": 3,
"absoluteMaxStack": 5, "absoluteMaxStack": 5,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"}
},
{
"block": "minecraft:andesite"
}
] ]
}, },
{ {
@@ -78,20 +58,13 @@
"stackMin": 10, "stackMin": 10,
"stackMax": 90, "stackMax": 90,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"}
},
{
"block": "minecraft:andesite"
}
] ]
} }
], ],
"caveCeilingLayers": [ "caveCeilingLayers": [{
{ "style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -99,14 +72,11 @@
"block": "minecraft:stone", "block": "minecraft:stone",
"weight": 3 "weight": 3
}, },
{ {"block": "minecraft:cobblestone"},
"block": "minecraft:cobblestone"
},
{ {
"block": "minecraft:andesite", "block": "minecraft:andesite",
"weight": 3 "weight": 3
} }
] ]
} }]
]
} }

View File

@@ -1,37 +1,23 @@
{ {
"name": "Red Sandstone Cavern", "name": "Red Sandstone Cavern",
"wall": { "wall": {
"style": { "style": {"style": "VASCULAR"},
"style": "VASCULAR" "palette": [{"block": "minecraft:sandstone"}]
}, },
"palette": [ "layers": [{
{
"block": "minecraft:sandstone"
}
]
},
"layers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [{
{
"block": "minecraft:smooth_sandstone", "block": "minecraft:smooth_sandstone",
"weight": 8 "weight": 8
} }]
] }],
} "caveCeilingLayers": [{
],
"caveCeilingLayers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [{
{
"block": "minecraft:smooth_sandstone", "block": "minecraft:smooth_sandstone",
"weight": 8 "weight": 8
} }]
] }]
}
]
} }

View File

@@ -3,76 +3,44 @@
"wall": { "wall": {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {"block": "minecraft:dark_oak_wood"},
"block": "minecraft:dark_oak_wood" {"block": "minecraft:spruce_wood"}
},
{
"block": "minecraft:spruce_wood"
}
] ]
}, },
"layers": [ "layers": [{
{ "style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:grass_block"},
"block": "minecraft:grass_block" {"block": "minecraft:podzol"}
},
{
"block": "minecraft:podzol"
}
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.15, "chance": 0.15,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:grass"},
"block": "minecraft:grass" {"block": "minecraft:fern"}
},
{
"block": "minecraft:fern"
}
] ]
}, },
{ {
"chance": 0.04, "chance": 0.04,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:brown_mushroom"},
"block": "minecraft:brown_mushroom" {"block": "minecraft:red_mushroom"}
},
{
"block": "minecraft:red_mushroom"
}
] ]
} }
], ],
"caveCeilingLayers": [ "caveCeilingLayers": [{
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
{ {"block": "minecraft:rooted_dirt"},
"block": "minecraft:rooted_dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
]
}
] ]
}]
} }

View File

@@ -1,18 +1,13 @@
{ {
"name": "Volcanic Cavern", "name": "Volcanic Cavern",
"wall": { "wall": {"palette": [
"palette": [
{ {
"block": "minecraft:smooth_basalt", "block": "minecraft:smooth_basalt",
"weight": 10 "weight": 10
}, },
{ {"block": "minecraft:magma_block"}
"block": "minecraft:magma_block" ]},
} "layers": [{
]
},
"layers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -22,19 +17,13 @@
}, },
{ {
"block": "minecraft:basalt", "block": "minecraft:basalt",
"data": { "data": {"axis": "y"},
"axis": "y"
},
"weight": 7 "weight": 7
}, },
{ {"block": "minecraft:magma_block"}
"block": "minecraft:magma_block"
}
] ]
} }],
], "caveCeilingLayers": [{
"caveCeilingLayers": [
{
"maxHeight": 2, "maxHeight": 2,
"minHeight": 2, "minHeight": 2,
"palette": [ "palette": [
@@ -44,15 +33,10 @@
}, },
{ {
"block": "minecraft:basalt", "block": "minecraft:basalt",
"data": { "data": {"axis": "y"},
"axis": "y"
},
"weight": 7 "weight": 7
}, },
{ {"block": "minecraft:magma_block"}
"block": "minecraft:magma_block"
}
]
}
] ]
}]
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_hills", "id": "frozen_hills",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -15,69 +14,40 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"generator": "mountain", "generator": "mountain",
"max": 103, "max": 103,
"min": 48 "min": 48
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 7, "minHeight": 7,
"maxHeight": 18, "maxHeight": 18,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -109,29 +79,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/twirl1", "trees/spruce/twirl1",
"trees/spruce/twirl2", "trees/spruce/twirl2",
@@ -148,22 +108,10 @@
{ {
"chance": 0.005, "chance": 0.005,
"mode": "PAINT", "mode": "PAINT",
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:vine"}],
"find": [ "replace": {"palette": [{"block": "minecraft:air"}]}
{ }],
"block": "minecraft:vine"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -184,8 +132,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -193,15 +140,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_hills", "id": "frozen_hills",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -15,73 +14,44 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
],
"children": [ "children": [
"frozen/hills-extended", "frozen/hills-extended",
"frozen/vander" "frozen/vander"
], ],
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": 46, "max": 46,
"min": 28 "min": 28
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 7, "minHeight": 7,
"maxHeight": 18, "maxHeight": 18,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -113,29 +83,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/twirl1", "trees/spruce/twirl1",
"trees/spruce/twirl2", "trees/spruce/twirl2",
@@ -152,22 +112,10 @@
{ {
"chance": 0.005, "chance": 0.005,
"mode": "PAINT", "mode": "PAINT",
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:vine"}],
"find": [ "replace": {"palette": [{"block": "minecraft:air"}]}
{ }],
"block": "minecraft:vine"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -188,8 +136,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -197,15 +144,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -9,8 +9,7 @@
"FROZEN_OCEAN", "FROZEN_OCEAN",
"FROZEN_RIVER" "FROZEN_RIVER"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "extreme_hills", "category": "extreme_hills",
"id": "frozen_mountaincliff", "id": "frozen_mountaincliff",
"downfallType": "snow", "downfallType": "snow",
@@ -20,8 +19,7 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
],
"generators": [ "generators": [
{ {
"min": 4, "min": 4,
@@ -35,57 +33,33 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE" "palette": [{"block": "minecraft:packed_ice"}]
},
"palette": [
{
"block": "minecraft:packed_ice"
}
]
}, },
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 5, "maxHeight": 5,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:andesite"},
"block": "minecraft:andesite"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:stone" "block": "minecraft:stone"
@@ -148,29 +122,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/lfrostgeneric5", "trees/spruce/lfrostgeneric5",
"trees/spruce/lfrostgeneric6", "trees/spruce/lfrostgeneric6",
@@ -212,29 +176,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/lfrostgeneric22", "trees/spruce/lfrostgeneric22",
"trees/spruce/lfrostgeneric23", "trees/spruce/lfrostgeneric23",
@@ -286,8 +240,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -295,39 +248,26 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1 "block": "minecraft:snow"
}, },
{"block": "minecraft:air"},
{
"data": {"layers": 5},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {
"block": "minecraft:air" "data": {"layers": 6},
},
{
"data": {
"layers": 5
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {
"data": { "data": {"layers": 7},
"layers": 6
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {
"data": { "data": {"layers": 8},
"layers": 7
},
"block": "minecraft:snow"
},
{
"data": {
"layers": 8
},
"block": "minecraft:snow" "block": "minecraft:snow"
} }
] ]
} }]
]
} }

View File

@@ -9,8 +9,7 @@
"FROZEN_OCEAN", "FROZEN_OCEAN",
"FROZEN_RIVER" "FROZEN_RIVER"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "extreme_hills", "category": "extreme_hills",
"id": "frozen_mountaincliff", "id": "frozen_mountaincliff",
"downfallType": "snow", "downfallType": "snow",
@@ -20,11 +19,8 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "children": ["frozen/mountain-cliffs-extended"],
"children": [
"frozen/mountain-cliffs-extended"
],
"generators": [ "generators": [
{ {
"min": 4, "min": 4,
@@ -38,57 +34,33 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE" "palette": [{"block": "minecraft:packed_ice"}]
},
"palette": [
{
"block": "minecraft:packed_ice"
}
]
}, },
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 5, "maxHeight": 5,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:andesite"},
"block": "minecraft:andesite"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:stone" "block": "minecraft:stone"
@@ -151,29 +123,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/lfrostgeneric5", "trees/spruce/lfrostgeneric5",
"trees/spruce/lfrostgeneric6", "trees/spruce/lfrostgeneric6",
@@ -215,29 +177,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/lfrostgeneric22", "trees/spruce/lfrostgeneric22",
"trees/spruce/lfrostgeneric23", "trees/spruce/lfrostgeneric23",
@@ -289,8 +241,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -298,39 +249,26 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1 "block": "minecraft:snow"
}, },
{"block": "minecraft:air"},
{
"data": {"layers": 5},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {
"block": "minecraft:air" "data": {"layers": 6},
},
{
"data": {
"layers": 5
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {
"data": { "data": {"layers": 7},
"layers": 6
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {
"data": { "data": {"layers": 8},
"layers": 7
},
"block": "minecraft:snow"
},
{
"data": {
"layers": 8
},
"block": "minecraft:snow" "block": "minecraft:snow"
} }
] ]
} }]
]
} }

View File

@@ -8,8 +8,7 @@
"PLAINS", "PLAINS",
"FOREST" "FOREST"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_mountain_middle", "id": "frozen_mountain_middle",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -19,32 +18,19 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"generator": "mountain", "generator": "mountain",
"max": 280, "max": 280,
"min": 70 "min": 70
} }],
],
"biomeZoom": 0.4, "biomeZoom": 0.4,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX" "wall": {"palette": [
}, {"block": "minecraft:ice"},
"wall": { {"block": "minecraft:ice"},
"palette": [ {"block": "minecraft:cave_air"}
{ ]},
"block": "minecraft:ice"
},
{
"block": "minecraft:ice"
},
{
"block": "minecraft:cave_air"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -53,43 +39,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.295 "maximumSlope": 3.295
}, },
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
},
{ {
"block": "minecraft:snow_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:gravel" {"block": "minecraft:stone"},
}, {"block": "minecraft:cobblestone"}
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:cobblestone"
}
] ]
}, },
{ {
@@ -99,11 +67,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -112,15 +76,10 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -128,17 +87,12 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
] ]
} }],
],
"childStyle": { "childStyle": {
"style": "STATIC", "style": "STATIC",
"exponent": 0.625, "exponent": 0.625,

View File

@@ -9,8 +9,7 @@
"OLD_GROWTH_PINE_TAIGA", "OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS" "WINDSWEPT_HILLS"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "extreme_hills", "category": "extreme_hills",
"id": "frozen_mountain", "id": "frozen_mountain",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -20,36 +19,27 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
],
"children": [ "children": [
"frozen/mountain-extended", "frozen/mountain-extended",
"frozen/peak", "frozen/peak",
"frozen/mountain-cliffs" "frozen/mountain-cliffs"
], ],
"generators": [ "generators": [{
{
"min": 70, "min": 70,
"max": 140, "max": 140,
"generator": "plain" "generator": "plain"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {
"style": "NOWHERE", "style": "NOWHERE",
"zoom": 0.7, "zoom": 0.7,
"exponent": 4 "exponent": 4
}, },
"wall": { "wall": {"palette": [
"palette": [ {"block": "minecraft:stone"},
{ {"block": "minecraft:andesite"}
"block": "minecraft:stone" ]},
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -58,67 +48,39 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.295 "maximumSlope": 3.295
}, },
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel" {"block": "minecraft:cyan_terracotta"}
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:gravel"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -136,8 +98,7 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -145,15 +106,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -10,8 +10,7 @@
"WINDSWEPT_HILLS", "WINDSWEPT_HILLS",
"ICE_SPIKES" "ICE_SPIKES"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_mountains", "id": "frozen_mountains",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -21,31 +20,22 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
],
"children": [ "children": [
"frozen/peak", "frozen/peak",
"frozen/vander" "frozen/vander"
], ],
"generators": [ "generators": [{
{
"min": 10, "min": 10,
"max": 150, "max": 150,
"generator": "mountain" "generator": "mountain"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:andesite"},
"block": "minecraft:andesite"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:stone" "block": "minecraft:stone"
@@ -56,40 +46,24 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:andesite"},
"block": "minecraft:andesite"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:stone" "block": "minecraft:stone"
@@ -151,29 +125,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/lfrostgeneric5", "trees/spruce/lfrostgeneric5",
"trees/spruce/lfrostgeneric6", "trees/spruce/lfrostgeneric6",
@@ -204,9 +168,7 @@
{ {
"chance": 0.0125, "chance": 0.0125,
"density": 1, "density": 1,
"place": [ "place": ["structures/snowulder"]
"structures/snowulder"
]
}, },
{ {
"chance": 0.05, "chance": 0.05,
@@ -247,8 +209,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -256,16 +217,11 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
] ]
} }],
],
"childShrinkFactor": 25 "childShrinkFactor": 25
} }

View File

@@ -9,8 +9,7 @@
"WINDSWEPT_HILLS", "WINDSWEPT_HILLS",
"ICE_SPIKES" "ICE_SPIKES"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_peak", "id": "frozen_peak",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -20,37 +19,31 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
],
"generators": [ "generators": [
{ {
"min": 110, "min": 110,
"max": 280, "max": 270,
"generator": "mountain" "generator": "mountain"
},
{
"generator": "mountain-aggro",
"max": 5,
"min": 1
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:ice"}]
{
"block": "minecraft:ice"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:ice"}]
{
"block": "minecraft:ice"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -61,24 +54,14 @@
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{ {
"data": { "data": {"axis": "x"},
"axis": "x"
},
"block": "minecraft:basalt" "block": "minecraft:basalt"
}, },
{"block": "minecraft:blackstone"},
{"block": "minecraft:packed_ice"},
{"block": "minecraft:cobblestone"},
{ {
"block": "minecraft:blackstone" "data": {"axis": "x"},
},
{
"block": "minecraft:packed_ice"
},
{
"block": "minecraft:cobblestone"
},
{
"data": {
"axis": "x"
},
"block": "minecraft:basalt" "block": "minecraft:basalt"
}, },
{ {
@@ -86,25 +69,17 @@
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{ {
"data": { "data": {"axis": "x"},
"axis": "x"
},
"block": "minecraft:basalt" "block": "minecraft:basalt"
}, },
{ {
"weight": 2, "weight": 2,
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{"block": "minecraft:obsidian"},
{"block": "minecraft:packed_ice"},
{ {
"block": "minecraft:obsidian" "data": {"axis": "x"},
},
{
"block": "minecraft:packed_ice"
},
{
"data": {
"axis": "x"
},
"block": "minecraft:basalt" "block": "minecraft:basalt"
}, },
{ {
@@ -112,9 +87,7 @@
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{ {
"data": { "data": {"axis": "y"},
"axis": "y"
},
"block": "minecraft:basalt" "block": "minecraft:basalt"
}, },
{ {
@@ -122,9 +95,7 @@
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{ {
"data": { "data": {"axis": "z"},
"axis": "z"
},
"block": "minecraft:basalt" "block": "minecraft:basalt"
} }
] ]
@@ -132,19 +103,11 @@
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -208,8 +171,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -217,15 +179,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_pine_hills", "id": "frozen_pine_hills",
"downfallType": "snow", "downfallType": "snow",
@@ -15,69 +14,40 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"generator": "mountain", "generator": "mountain",
"max": 40, "max": 40,
"min": 11 "min": 11
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 28, "maxHeight": 28,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -95,44 +65,25 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"objects": [ "objects": [{
{
"edit": [ "edit": [
{ {
"find": [ "find": [
{ {"block": "minecraft:dark_oak_fence"},
"block": "minecraft:dark_oak_fence" {"block": "minecraft:dark_oak_fence_gate"}
],
"replace": {"palette": [{"block": "minecraft:spruce_wood"}]}
}, },
{ {
"block": "minecraft:dark_oak_fence_gate" "find": [{"block": "minecraft:spruce_leaves"}],
}
],
"replace": {
"palette": [
{
"block": "minecraft:spruce_wood"
}
]
}
},
{
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }
@@ -164,10 +115,8 @@
"zoom": 0.4 "zoom": 0.4
}, },
"snow": 0.1 "snow": 0.1
} }],
], "decorators": [{
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -175,15 +124,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_pine_plains", "id": "frozen_pine_plains",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -15,72 +14,41 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "children": ["frozen/pine-hills"],
"children": [ "generators": [{
"frozen/pine-hills"
],
"generators": [
{
"generator": "plain", "generator": "plain",
"max": 16, "max": 16,
"min": 13 "min": 13
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 7, "maxHeight": 7,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -98,31 +66,20 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"objects": [ "objects": [{
{ "edit": [{
"edit": [ "find": [{"block": "minecraft:spruce_leaves"}],
{
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/pine1", "trees/spruce/pine1",
"trees/spruce/pine2", "trees/spruce/pine2",
@@ -150,8 +107,7 @@
"zoom": 0.4 "zoom": 0.4
}, },
"snow": 0.1 "snow": 0.1
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 1, "chance": 1,
@@ -161,30 +117,18 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.01, "zoom": 0.01,
"palette": [ "palette": [{"block": "minecraft:cornflower"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:cornflower"
}
],
"style": {
"style": "STATIC"
}
} }
] ]
} }

View File

@@ -10,8 +10,7 @@
"WINDSWEPT_HILLS", "WINDSWEPT_HILLS",
"ICE_SPIKES" "ICE_SPIKES"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_pines", "id": "frozen_pines",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -21,88 +20,51 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"min": 59, "min": 59,
"max": 111, "max": 111,
"generator": "mountain" "generator": "mountain"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -134,29 +96,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"clutter/icecluster1", "clutter/icecluster1",
"clutter/icecluster2", "clutter/icecluster2",
@@ -184,29 +136,19 @@
{ {
"chance": 0.8, "chance": 0.8,
"snow": 1, "snow": 1,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -251,8 +193,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -260,16 +201,11 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
] ]
} }],
],
"childShrinkFactor": 20 "childShrinkFactor": 20
} }

View File

@@ -10,8 +10,7 @@
"WINDSWEPT_HILLS", "WINDSWEPT_HILLS",
"ICE_SPIKES" "ICE_SPIKES"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_pines", "id": "frozen_pines",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -21,91 +20,52 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "children": ["frozen/pines-extended"],
"children": [ "generators": [{
"frozen/pines-extended"
],
"generators": [
{
"min": 16, "min": 16,
"max": 64, "max": 64,
"generator": "mountain" "generator": "mountain"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -137,29 +97,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"clutter/icecluster1", "clutter/icecluster1",
"clutter/icecluster2", "clutter/icecluster2",
@@ -187,29 +137,19 @@
{ {
"chance": 0.8, "chance": 0.8,
"snow": 1, "snow": 1,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -254,8 +194,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -263,16 +202,11 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
] ]
} }],
],
"childShrinkFactor": 20 "childShrinkFactor": 20
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_plains", "id": "frozen_plains",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -15,72 +14,41 @@
"temperature": -3, "temperature": -3,
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "children": ["frozen/hills"],
"children": [ "generators": [{
"frozen/hills"
],
"generators": [
{
"min": 6, "min": 6,
"max": 11, "max": 11,
"generator": "plain" "generator": "plain"
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 7, "maxHeight": 7,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -100,7 +68,7 @@
], ],
"objects": [ "objects": [
{ {
"chance": 0.000256, "chance": 2.56E-4,
"snow": 0.25, "snow": 0.25,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -111,28 +79,14 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["clutter/grave1"]
"clutter/grave1"
]
}, },
{ {
"chance": 0.005, "chance": 0.005,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:vine"}],
"find": [ "replace": {"palette": [{"block": "minecraft:air"}]}
{ }],
"block": "minecraft:vine"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -202,29 +156,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/twirl1", "trees/spruce/twirl1",
"trees/spruce/twirl2", "trees/spruce/twirl2",
@@ -250,9 +194,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["clutter/camp1"]
"clutter/camp1"
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
@@ -278,13 +220,10 @@
{ {
"chance": 0.0125, "chance": 0.0125,
"density": 1, "density": 1,
"place": [ "place": ["structures/snowulder"]
"structures/snowulder"
]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -292,15 +231,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -10,8 +10,7 @@
"WINDSWEPT_HILLS", "WINDSWEPT_HILLS",
"ICE_SPIKES" "ICE_SPIKES"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_redwood_forest", "id": "frozen_redwood_forest",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -21,78 +20,45 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"min": 115, "min": 115,
"max": 223, "max": 223,
"generator": "highplains" "generator": "highplains"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -153,38 +119,18 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:birch_leaves"}],
{ "replace": {"palette": [{
"block": "minecraft:birch_leaves"
}
],
"replace": {
"palette": [
{
"block": "minecraft:oak_leaves", "block": "minecraft:oak_leaves",
"data": { "data": {"persistent": true}
"persistent": true }]}
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:spruce_leaves"}],
{ "replace": {"palette": [{
"block": "minecraft:spruce_leaves"
}
],
"replace": {
"palette": [
{
"block": "minecraft:dark_oak_leaves", "block": "minecraft:dark_oak_leaves",
"data": { "data": {"persistent": true}
"persistent": true }]}
}
}
]
}
} }
], ],
"snow": 1, "snow": 1,
@@ -237,8 +183,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -246,15 +191,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -10,8 +10,7 @@
"WINDSWEPT_HILLS", "WINDSWEPT_HILLS",
"ICE_SPIKES" "ICE_SPIKES"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_redwood_forest", "id": "frozen_redwood_forest",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -21,81 +20,46 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "children": ["frozen/redwood-forest-extended"],
"children": [ "generators": [{
"frozen/redwood-forest-extended"
],
"generators": [
{
"min": 82, "min": 82,
"max": 93, "max": 93,
"generator": "highplains" "generator": "highplains"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -156,38 +120,18 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:birch_leaves"}],
{ "replace": {"palette": [{
"block": "minecraft:birch_leaves"
}
],
"replace": {
"palette": [
{
"block": "minecraft:oak_leaves", "block": "minecraft:oak_leaves",
"data": { "data": {"persistent": true}
"persistent": true }]}
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:spruce_leaves"}],
{ "replace": {"palette": [{
"block": "minecraft:spruce_leaves"
}
],
"replace": {
"palette": [
{
"block": "minecraft:dark_oak_leaves", "block": "minecraft:dark_oak_leaves",
"data": { "data": {"persistent": true}
"persistent": true }]}
}
}
]
}
} }
], ],
"snow": 1, "snow": 1,
@@ -240,8 +184,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -249,15 +192,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -3,60 +3,39 @@
"rarity": 1, "rarity": 1,
"derivative": "FROZEN_RIVER", "derivative": "FROZEN_RIVER",
"vanillaDerivative": "RIVER", "vanillaDerivative": "RIVER",
"customDerivitives": [ "customDerivitives": [{
{
"id": "frozen_river_parent", "id": "frozen_river_parent",
"grassColor": "#9CE0FF", "grassColor": "#9CE0FF",
"downfallType": "snow", "downfallType": "snow",
"category": "icy" "category": "icy"
} }],
], "generators": [{
"generators": [
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {"palette": [
"palette": [ {"block": "minecraft:dirt"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:dirt" {"block": "minecraft:stone"}
}, ]},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:stone"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 5, "weight": 5,
"block": "minecraft:sand" "block": "minecraft:sand"
}, },
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:gravel"},
}, {"block": "minecraft:dirt"}
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:dirt"
}
] ]
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.6, "chance": 0.6,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -87,51 +66,30 @@
"yRandom": -1, "yRandom": -1,
"z": 0 "z": 0
} }
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "minecraft:seagrass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:seagrass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 6, "stackMax": 6,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:kelp_plant" "heightVariance": {"style": "NOWHERE"},
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "NOWHERE"
},
"stackMin": 2 "stackMin": 2
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
} }
} }

View File

@@ -3,58 +3,36 @@
"rarity": 1, "rarity": 1,
"derivative": "FROZEN_OCEAN", "derivative": "FROZEN_OCEAN",
"vanillaDerivative": "RIVER", "vanillaDerivative": "RIVER",
"customDerivitives": [ "customDerivitives": [{
{
"id": "frozen_river_ice", "id": "frozen_river_ice",
"grassColor": "#ADE5FF", "grassColor": "#ADE5FF",
"downfallType": "snow", "downfallType": "snow",
"category": "icy" "category": "icy"
} }],
], "children": ["frozen/sea/frozen-parent-river"],
"children": [ "generators": [{
"frozen/sea/frozen-parent-river"
],
"generators": [
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {"palette": [
"palette": [ {"block": "minecraft:dirt"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:dirt" {"block": "minecraft:stone"}
}, ]},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:stone"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 5, "weight": 5,
"block": "minecraft:sand" "block": "minecraft:sand"
}, },
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:gravel"},
}, {"block": "minecraft:dirt"}
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:dirt"
}
] ]
} }
], ],
@@ -170,63 +148,36 @@
"structures/oruins3" "structures/oruins3"
], ],
"mode": "PAINT", "mode": "PAINT",
"loot": [ "loot": [{"name": "tropical-dungeon"}]
{
"name": "tropical-dungeon"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.07, "chance": 0.07,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "minecraft:seagrass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:seagrass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.013, "chance": 0.013,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 6, "stackMax": 6,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:kelp_plant" "heightVariance": {"style": "NOWHERE"},
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "NOWHERE"
},
"stackMin": 2 "stackMin": 2
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
}, },
"childStyle": { "childStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX" "seaLayers": [{
},
"seaLayers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {
@@ -243,9 +194,7 @@
"weight": 3, "weight": 3,
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{ {"block": "minecraft:blue_ice"},
"block": "minecraft:blue_ice"
},
{ {
"weight": 3, "weight": 3,
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
@@ -259,6 +208,5 @@
"weight": 8 "weight": 8
} }
] ]
} }]
]
} }

View File

@@ -3,47 +3,29 @@
"color": "#3DB9F1", "color": "#3DB9F1",
"derivative": "FROZEN_OCEAN", "derivative": "FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_OCEAN", "vanillaDerivative": "FROZEN_OCEAN",
"generators": [ "generators": [{
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {"palette": [
"palette": [ {"block": "minecraft:dirt"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:dirt" {"block": "minecraft:stone"}
}, ]},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:stone"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 5, "weight": 5,
"block": "minecraft:sand" "block": "minecraft:sand"
}, },
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:gravel"},
}, {"block": "minecraft:dirt"}
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:dirt"
}
] ]
} }
], ],
@@ -127,9 +109,7 @@
{ {
"chance": 0.0325, "chance": 0.0325,
"density": 1, "density": 1,
"place": [ "place": ["structures/snowulder"]
"structures/snowulder"
]
}, },
{ {
"chance": 0.035, "chance": 0.035,
@@ -149,27 +129,19 @@
"structures/oruins3" "structures/oruins3"
], ],
"mode": "PAINT", "mode": "PAINT",
"loot": [ "loot": [{"name": "tropical-dungeon"}]
{
"name": "tropical-dungeon"
}
]
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
}, },
"seaLayers": [ "seaLayers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "CELLULAR_HEIGHT_IRIS"},
"style": "CELLULAR_HEIGHT_IRIS"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {
@@ -180,9 +152,7 @@
"weight": 2, "weight": 2,
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{ {"block": "minecraft:blue_ice"},
"block": "minecraft:blue_ice"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
@@ -196,11 +166,7 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
} }
] ]
} }

View File

@@ -3,52 +3,28 @@
"color": "#3DB9F5", "color": "#3DB9F5",
"derivative": "FROZEN_RIVER", "derivative": "FROZEN_RIVER",
"vanillaDerivative": "FROZEN_RIVER", "vanillaDerivative": "FROZEN_RIVER",
"generators": [ "generators": [{
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {"palette": [
"palette": [ {"block": "minecraft:dirt"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:dirt" {"block": "minecraft:stone"}
}, ]},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:stone"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:clay" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"
@@ -115,9 +91,7 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"zoom": 1.16, "zoom": 1.16,
"palette": [ "palette": [
{ {
@@ -128,9 +102,7 @@
"weight": 3, "weight": 3,
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
}, },
{ {"block": "minecraft:blue_ice"},
"block": "minecraft:blue_ice"
},
{ {
"weight": 3, "weight": 3,
"block": "minecraft:packed_ice" "block": "minecraft:packed_ice"
@@ -144,11 +116,7 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:packed_ice"}]
{
"block": "minecraft:packed_ice"
}
]
} }
] ]
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_BEACH", "vanillaDerivative": "SNOWY_BEACH",
"customDerivitives": [ "customDerivitives": [{
{
"id": "frozen_beach", "id": "frozen_beach",
"waterColor": "#216FC4", "waterColor": "#216FC4",
"fogColor": "#A6D1FF", "fogColor": "#A6D1FF",
@@ -14,42 +13,27 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"min": -5, "min": -5,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"objects": [ "objects": [
@@ -155,13 +139,10 @@
{ {
"chance": 0.0125, "chance": 0.0125,
"density": 1, "density": 1,
"place": [ "place": ["structures/snowulder"]
"structures/snowulder"
]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -169,42 +150,23 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
] ]
} }],
], "seaLayers": [{
"seaLayers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 7, "maxHeight": 7,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:packed_ice"}]
}, }],
"palette": [
{
"block": "minecraft:packed_ice"
}
]
}
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{
}, "data": {"layers": 5},
"palette": [
{
"data": {
"layers": 5
},
"block": "minecraft:snow" "block": "minecraft:snow"
} }]
]
} }
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"id": "frozen_spruce_hills", "id": "frozen_spruce_hills",
"waterColor": "#216FC4", "waterColor": "#216FC4",
"fogColor": "#A6D1FF", "fogColor": "#A6D1FF",
@@ -14,69 +13,40 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 112, "max": 112,
"min": 50 "min": 50
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 28, "maxHeight": 28,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -94,8 +64,7 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.8, "chance": 0.8,
"snow": 1, "snow": 1,
"rotation": { "rotation": {
@@ -107,29 +76,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/levergreen1", "trees/spruce/levergreen1",
"trees/spruce/levergreen1", "trees/spruce/levergreen1",
@@ -142,10 +101,8 @@
"y": -2, "y": -2,
"z": 0 "z": 0
} }
} }],
], "decorators": [{
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -153,15 +110,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"id": "frozen_spruce_hills", "id": "frozen_spruce_hills",
"waterColor": "#216FC4", "waterColor": "#216FC4",
"fogColor": "#A6D1FF", "fogColor": "#A6D1FF",
@@ -14,72 +13,41 @@
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "children": ["frozen/spruce-hills-extended"],
"children": [ "generators": [{
"frozen/spruce-hills-extended"
],
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 20, "max": 20,
"min": 6 "min": 6
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 28, "maxHeight": 28,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -97,8 +65,7 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.8, "chance": 0.8,
"density": 3, "density": 3,
"snow": 1, "snow": 1,
@@ -111,29 +78,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/levergreen1", "trees/spruce/levergreen1",
"trees/spruce/levergreen1", "trees/spruce/levergreen1",
@@ -146,10 +103,8 @@
"y": -2, "y": -2,
"z": 0 "z": 0
} }
} }],
], "decorators": [{
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -157,15 +112,10 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
]
}
] ]
}]
} }

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_spruce_plains", "id": "frozen_spruce_plains",
"waterFogColor": "#216FC4", "waterFogColor": "#216FC4",
@@ -14,72 +13,41 @@
"temperature": -3, "temperature": -3,
"fogColor": "#A6D1FF", "fogColor": "#A6D1FF",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "children": ["frozen/spruce-hills"],
"children": [ "generators": [{
"frozen/spruce-hills"
],
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 10, "max": 10,
"min": 4 "min": 4
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"}
{ ]},
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 7, "maxHeight": 7,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -97,8 +65,7 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.8, "chance": 0.8,
"snow": 1, "snow": 1,
"rotation": { "rotation": {
@@ -110,29 +77,19 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:spruce_leaves"}],
"find": [
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }],
],
"place": [ "place": [
"trees/spruce/levergreen1", "trees/spruce/levergreen1",
"trees/spruce/levergreen1", "trees/spruce/levergreen1",
@@ -145,10 +102,8 @@
"y": -2, "y": -2,
"z": 0 "z": 0
} }
} }],
], "decorators": [{
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -156,27 +111,18 @@
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1 "block": "minecraft:snow"
}, },
{"block": "minecraft:air"},
{
"data": {"layers": 2},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {
"block": "minecraft:air" "data": {"layers": 3},
},
{
"data": {
"layers": 2
},
"block": "minecraft:snow"
},
{
"data": {
"layers": 3
},
"block": "minecraft:snow" "block": "minecraft:snow"
} }
] ]
} }]
]
} }

View File

@@ -10,8 +10,7 @@
"WINDSWEPT_HILLS", "WINDSWEPT_HILLS",
"ICE_SPIKES" "ICE_SPIKES"
], ],
"customDerivitives": [ "customDerivitives": [{
{
"category": "icy", "category": "icy",
"id": "frozen_vander", "id": "frozen_vander",
"waterColor": "#216FC4", "waterColor": "#216FC4",
@@ -21,78 +20,45 @@
"temperature": -3, "temperature": -3,
"foliageColor": "#B8D0E1", "foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF" "grassColor": "#D0E1FF"
} }],
], "generators": [{
"generators": [
{
"min": 15, "min": 15,
"max": 64, "max": 64,
"generator": "mountain" "generator": "mountain"
} }],
],
"biomeZoom": 50, "biomeZoom": 50,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:snow_block"}]
{
"block": "minecraft:snow_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:ice"}]
{
"block": "minecraft:ice"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -113,7 +79,7 @@
"objects": [ "objects": [
{ {
"chance": 0.02, "chance": 0.02,
"mode": "PAINT", "mode": "FAST_MIN_HEIGHT",
"density": 3, "density": 3,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -176,65 +142,27 @@
"density": 3, "density": 3,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:spruce_planks"}],
{ "replace": {"palette": [{"block": "minecraft:stripped_spruce_wood"}]}
"block": "minecraft:spruce_planks"
}
],
"replace": {
"palette": [
{
"block": "minecraft:stripped_spruce_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:oak_wood"}],
{ "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]}
"block": "minecraft:oak_wood"
}
],
"replace": {
"palette": [
{
"block": "minecraft:dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:spruce_fence"}],
{ "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]}
"block": "minecraft:spruce_fence"
}
],
"replace": {
"palette": [
{
"block": "minecraft:dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:spruce_leaves"}],
{
"block": "minecraft:spruce_leaves"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "PERLIN", "style": "PERLIN",
"zoom": 0.2 "zoom": 0.2
}, },
"palette": [ "palette": [
{ {"block": "minecraft:oak_leaves"},
"block": "minecraft:oak_leaves" {"block": "minecraft:dark_oak_leaves"}
},
{
"block": "minecraft:dark_oak_leaves"
}
] ]
} }
} }
@@ -295,8 +223,7 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.5, "chance": 0.5,
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
@@ -307,16 +234,11 @@
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "minecraft:snow" "block": "minecraft:snow"
}, },
{ {"block": "minecraft:air"}
"block": "minecraft:air"
}
] ]
} }],
],
"childShrinkFactor": 20 "childShrinkFactor": 20
} }

View File

@@ -4,13 +4,11 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 35, "max": 35,
"min": 30 "min": 30
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
@@ -19,22 +17,16 @@
"minimumSlope": 4.5, "minimumSlope": 4.5,
"maximumSlope": 20 "maximumSlope": 20
}, },
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [{
{
"weight": 1, "weight": 1,
"block": "minecraft:red_sand" "block": "minecraft:red_sand"
} }]
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -128,30 +120,16 @@
{ {
"verticalZoom": 5, "verticalZoom": 5,
"chance": 0.004, "chance": 0.004,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:cactus"}],
}, "heightVariance": {"style": "NOWHERE"},
"palette": [
{
"block": "minecraft:cactus"
}
],
"heightVariance": {
"style": "NOWHERE"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}]
{
"block": "minecraft:dead_bush"
}
]
} }
] ]
} }

View File

@@ -4,13 +4,11 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 41, "max": 41,
"min": 28 "min": 28
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
@@ -19,22 +17,16 @@
"minimumSlope": 4.5, "minimumSlope": 4.5,
"maximumSlope": 20 "maximumSlope": 20
}, },
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [{
{
"weight": 1, "weight": 1,
"block": "minecraft:sand" "block": "minecraft:sand"
} }]
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -128,30 +120,16 @@
{ {
"verticalZoom": 5, "verticalZoom": 5,
"chance": 0.004, "chance": 0.004,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:cactus"}],
}, "heightVariance": {"style": "NOWHERE"},
"palette": [
{
"block": "minecraft:cactus"
}
],
"heightVariance": {
"style": "NOWHERE"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}]
{
"block": "minecraft:dead_bush"
}
]
} }
] ]
} }

View File

@@ -4,26 +4,16 @@
"rarity": 3, "rarity": 3,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": 59, "min": 59,
"max": 123, "max": 123,
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
}, },
"layers": [ "layers": [
{ {
@@ -33,52 +23,30 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:red_sand"}]
{
"block": "minecraft:red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:brown_terracotta"},
"block": "minecraft:brown_terracotta" {"block": "minecraft:gray_terracotta"}
},
{
"block": "minecraft:gray_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:brown_terracotta"}]
{
"block": "minecraft:brown_terracotta"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],

View File

@@ -4,26 +4,16 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "mountain", "generator": "mountain",
"max": 210, "max": 210,
"min": 80 "min": 80
} }],
],
"biomeZoom": 0.4, "biomeZoom": 0.4,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
}, },
"layers": [ "layers": [
{ {
@@ -33,52 +23,30 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:red_sand"}]
{
"block": "minecraft:red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:brown_terracotta"},
"block": "minecraft:brown_terracotta" {"block": "minecraft:gray_terracotta"}
},
{
"block": "minecraft:gray_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:brown_terracotta"}]
{
"block": "minecraft:brown_terracotta"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],

View File

@@ -4,38 +4,22 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 59, "max": 59,
"min": 66 "min": 66
} }],
], "wall": {"palette": [{"block": "minecraft:gray_terracotta"}]},
"wall": {
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "minecraft:red_sand"}]
{
"block": "minecraft:red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 23, "maxHeight": 23,
"palette": [ "palette": [{"block": "minecraft:red_sandstone"}]
{
"block": "minecraft:red_sandstone"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -52,25 +36,13 @@
"structure": "desert-pyramid" "structure": "desert-pyramid"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:cactus"}],
}, "heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:cactus"
}
],
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
} }]
]
} }

View File

@@ -4,13 +4,11 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": 120, "min": 120,
"max": 214, "max": 214,
"generator": "mountain" "generator": "mountain"
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {
"style": "NOWHERE", "style": "NOWHERE",
@@ -18,14 +16,8 @@
"exponent": 4 "exponent": 4
}, },
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
}, },
"layers": [ "layers": [
{ {
@@ -35,52 +27,30 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:red_sand"}]
{
"block": "minecraft:red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:brown_terracotta"},
"block": "minecraft:brown_terracotta" {"block": "minecraft:gray_terracotta"}
},
{
"block": "minecraft:gray_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:brown_terracotta"}]
{
"block": "minecraft:brown_terracotta"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],

View File

@@ -4,20 +4,15 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": 7, "max": 7,
"min": -2 "min": -2
} }],
], "layers": [{
"layers": [
{
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"style": { "style": {"style": "NOWHERE"},
"style": "FRACTAL_WATER"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {
@@ -29,36 +24,21 @@
"block": "minecraft:moss_block" "block": "minecraft:moss_block"
} }
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"verticalZoom": 5, "verticalZoom": 5,
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:cactus"}],
}, "heightVariance": {"style": "NOWHERE"},
"palette": [
{
"block": "minecraft:cactus"
}
],
"heightVariance": {
"style": "NOWHERE"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}]
{
"block": "minecraft:dead_bush"
}
]
} }
] ]
} }

View File

@@ -3,99 +3,49 @@
"color": "#184960", "color": "#184960",
"derivative": "OCEAN", "derivative": "OCEAN",
"vanillaDerivative": "OCEAN", "vanillaDerivative": "OCEAN",
"generators": [ "generators": [{
{
"min": -42, "min": -42,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:smooth_sandstone"},
}, {"block": "minecraft:red_sand"},
{ {"block": "minecraft:smooth_red_sandstone"},
"block": "minecraft:smooth_sandstone" {"block": "minecraft:smooth_sandstone"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:smooth_red_sandstone"}
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_red_sandstone"
},
{
"block": "minecraft:smooth_sandstone"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_red_sandstone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "VASCULAR"},
"style": "VASCULAR"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:clay" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:clay"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"
} }
] ]
}, },
{ {"palette": [{"block": "minecraft:dirt"}]},
"palette": [
{
"block": "minecraft:dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -104,9 +54,7 @@
"weight": 2, "weight": 2,
"block": "minecraft:dirt" "block": "minecraft:dirt"
}, },
{ {"block": "minecraft:coarse_dirt"}
"block": "minecraft:coarse_dirt"
}
] ]
} }
], ],
@@ -128,22 +76,10 @@
"structures/usdship1", "structures/usdship1",
"structures/usdship2" "structures/usdship2"
], ],
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:oak_stairs"}],
"find": [ "replace": {"palette": [{"block": "minecraft:oak_planks"}]}
{ }],
"block": "minecraft:oak_stairs"
}
],
"replace": {
"palette": [
{
"block": "minecraft:oak_planks"
}
]
}
}
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -168,121 +104,73 @@
"structures/oruins3" "structures/oruins3"
], ],
"mode": "PAINT", "mode": "PAINT",
"loot": [ "loot": [{"name": "tropical-dungeon"}]
{
"name": "tropical-dungeon"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.0009, "chance": 9.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "minecraft:soul_sand"},
"block": "minecraft:soul_sand"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:magma_block" "block": "minecraft:magma_block"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "minecraft:seagrass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:seagrass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.015, "chance": 0.015,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:kelp_plant" "heightVariance": {"style": "STATIC"},
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.25, "zoom": 0.25,
"palette": [ "palette": [
{ {"block": "minecraft:fire_coral"},
"block": "minecraft:fire_coral" {"block": "minecraft:dead_fire_coral"},
}, {"block": "minecraft:fire_coral_fan"}
{
"block": "minecraft:dead_fire_coral"
},
{
"block": "minecraft:fire_coral_fan"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{
{
"data": { "data": {
"waterlogged": true, "waterlogged": true,
"pickles": 1 "pickles": 1
}, },
"block": "minecraft:sea_pickle" "block": "minecraft:sea_pickle"
} }],
], "style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -3,102 +3,50 @@
"color": "#103140", "color": "#103140",
"derivative": "WARM_OCEAN", "derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN",
"children": [ "children": ["hot/sea/ocean-cliffs"],
"hot/sea/ocean-cliffs" "generators": [{
],
"generators": [
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:smooth_sandstone"},
}, {"block": "minecraft:red_sand"},
{ {"block": "minecraft:smooth_red_sandstone"},
"block": "minecraft:smooth_sandstone" {"block": "minecraft:smooth_sandstone"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:smooth_red_sandstone"}
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_red_sandstone"
},
{
"block": "minecraft:smooth_sandstone"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_red_sandstone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "VASCULAR"},
"style": "VASCULAR"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:clay" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:clay"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"
} }
] ]
}, },
{ {"palette": [{"block": "minecraft:dirt"}]},
"palette": [
{
"block": "minecraft:dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -107,9 +55,7 @@
"weight": 2, "weight": 2,
"block": "minecraft:dirt" "block": "minecraft:dirt"
}, },
{ {"block": "minecraft:coarse_dirt"}
"block": "minecraft:coarse_dirt"
}
] ]
} }
], ],
@@ -117,29 +63,13 @@
{ {
"chance": 0.03, "chance": 0.03,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:water"}],
"find": [ "replace": {"palette": [{"block": "minecraft:air"}]}
{ }],
"block": "minecraft:water" "rotation": {"enabled": false},
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
}
}
],
"rotation": {
"enabled": false
},
"underwater": true, "underwater": true,
"place": [ "place": ["clutter/bomb1"]
"clutter/bomb1"
]
}, },
{ {
"chance": 0.01, "chance": 0.01,
@@ -159,22 +89,10 @@
"structures/usdship1", "structures/usdship1",
"structures/usdship2" "structures/usdship2"
], ],
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:oak_stairs"}],
"find": [ "replace": {"palette": [{"block": "minecraft:oak_planks"}]}
{ }],
"block": "minecraft:oak_stairs"
}
],
"replace": {
"palette": [
{
"block": "minecraft:oak_planks"
}
]
}
}
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -199,121 +117,73 @@
"structures/oruins3" "structures/oruins3"
], ],
"mode": "PAINT", "mode": "PAINT",
"loot": [ "loot": [{"name": "tropical-dungeon"}]
{
"name": "tropical-dungeon"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.0009, "chance": 9.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "minecraft:soul_sand"},
"block": "minecraft:soul_sand"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:magma_block" "block": "minecraft:magma_block"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.02, "chance": 0.02,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "minecraft:seagrass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:seagrass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.015, "chance": 0.015,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:kelp_plant" "heightVariance": {"style": "STATIC"},
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.25, "zoom": 0.25,
"palette": [ "palette": [
{ {"block": "minecraft:fire_coral"},
"block": "minecraft:fire_coral" {"block": "minecraft:dead_fire_coral"},
}, {"block": "minecraft:fire_coral_fan"}
{
"block": "minecraft:dead_fire_coral"
},
{
"block": "minecraft:fire_coral_fan"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{
{
"data": { "data": {
"waterlogged": true, "waterlogged": true,
"pickles": 1 "pickles": 1
}, },
"block": "minecraft:sea_pickle" "block": "minecraft:sea_pickle"
} }],
], "style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -3,40 +3,24 @@
"color": "#081820", "color": "#081820",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "VASCULAR"},
"style": "VASCULAR"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:clay" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"
@@ -46,16 +30,10 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:brown_terracotta"},
},
{
"block": "minecraft:brown_terracotta"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"

View File

@@ -4,51 +4,32 @@
"rarity": 1, "rarity": 1,
"derivative": "FOREST", "derivative": "FOREST",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:smooth_sandstone"},
"block": "minecraft:smooth_sandstone" {"block": "minecraft:sand"},
}, {"block": "minecraft:smooth_sandstone"}
{
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_sandstone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"objects": [ "objects": [{
{
"density": 3, "density": 3,
"mode": "STILT", "mode": "STILT",
"chance": 1, "chance": 1,
@@ -60,14 +41,11 @@
"trees/jungle/palm6", "trees/jungle/palm6",
"trees/jungle/palm7" "trees/jungle/palm7"
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -78,9 +56,7 @@
}, },
"block": "minecraft:jungle_button" "block": "minecraft:jungle_button"
}, },
{ {"block": "minecraft:air"},
"block": "minecraft:air"
},
{ {
"data": { "data": {
"face": "floor", "face": "floor",
@@ -90,43 +66,27 @@
"block": "minecraft:jungle_button" "block": "minecraft:jungle_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"partOf": "SHORE_LINE", "partOf": "SHORE_LINE",
"chance": 0.09, "chance": 0.09,
"stackMin": 1, "stackMin": 1,
"stackMax": 4, "stackMax": 4,
"palette": [ "palette": [{"block": "minecraft:sugar_cane"}],
{
"block": "minecraft:sugar_cane"
}
],
"style": { "style": {
"style": "NOWHERE", "style": "NOWHERE",
"zoom": 0.65 "zoom": 0.65
}, },
"heightVariance": { "heightVariance": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
} }
] ]
} }

View File

@@ -4,61 +4,40 @@
"rarity": 1, "rarity": 1,
"derivative": "WARM_OCEAN", "derivative": "WARM_OCEAN",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"customDerivitives": [ "customDerivitives": [{
{
"foliageColor": "#b8945a", "foliageColor": "#b8945a",
"category": "beach", "category": "beach",
"downfallType": "none", "downfallType": "none",
"humidity": 0, "humidity": 0,
"temperature": 0.95, "temperature": 0.95,
"id": "hot_beach" "id": "hot_beach"
} }],
], "generators": [{
"generators": [
{
"min": 0, "min": 0,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:smooth_sandstone"},
"block": "minecraft:smooth_sandstone" {"block": "minecraft:sand"},
}, {"block": "minecraft:smooth_sandstone"}
{
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_sandstone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "minecraft:sand"}]
{
"block": "minecraft:sand"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"objects": [ "objects": [{
{
"density": 3, "density": 3,
"mode": "STILT", "mode": "STILT",
"chance": 1, "chance": 1,
@@ -70,14 +49,11 @@
"trees/jungle/palm6", "trees/jungle/palm6",
"trees/jungle/palm7" "trees/jungle/palm7"
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -109,9 +85,7 @@
}, },
"block": "minecraft:turtle_egg" "block": "minecraft:turtle_egg"
}, },
{ {"block": "minecraft:air"},
"block": "minecraft:air"
},
{ {
"data": { "data": {
"face": "floor", "face": "floor",
@@ -121,27 +95,19 @@
"block": "minecraft:jungle_button" "block": "minecraft:jungle_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"partOf": "SHORE_LINE", "partOf": "SHORE_LINE",
"chance": 0.09, "chance": 0.09,
"stackMin": 1, "stackMin": 1,
"stackMax": 4, "stackMax": 4,
"palette": [ "palette": [{"block": "minecraft:sugar_cane"}],
{
"block": "minecraft:sugar_cane"
}
],
"style": { "style": {
"style": "NOWHERE", "style": "NOWHERE",
"zoom": 0.65 "zoom": 0.65
}, },
"heightVariance": { "heightVariance": {"style": "STATIC"}
"style": "STATIC"
}
} }
] ]
} }

View File

@@ -17,76 +17,41 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:magenta_terracotta"},
"block": "minecraft:magenta_terracotta" {"block": "minecraft:light_blue_terracotta"},
}, {"block": "minecraft:blue_terracotta"},
{ {"block": "minecraft:cyan_terracotta"}
"block": "minecraft:light_blue_terracotta"
},
{
"block": "minecraft:blue_terracotta"
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:cyan_terracotta"}]
},
"palette": [
{
"block": "minecraft:cyan_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:blue_terracotta"}]
},
"palette": [
{
"block": "minecraft:blue_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:light_blue_terracotta"}]
},
"palette": [
{
"block": "minecraft:light_blue_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:magenta_terracotta"}]
},
"palette": [
{
"block": "minecraft:magenta_terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
@@ -102,76 +67,33 @@
], ],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:gold_block"}],
{ "replace": {"palette": [{"block": "minecraft:air"}]},
"block": "minecraft:gold_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "minecraft:netherrack"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:netherrack"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "minecraft:obsidian"}],
{ "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"block": "minecraft:obsidian"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "minecraft:lava"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:lava"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.2 "chance": 0.2
} }
], ],
"mode": "PAINT", "mode": "PAINT",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -191,24 +113,14 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:dead_bush"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"lockLayers": true "lockLayers": true

View File

@@ -17,102 +17,56 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"zoom": 0.25, "zoom": 0.25,
"palette": [ "palette": [
{ {"block": "minecraft:brown_terracotta"},
"block": "minecraft:brown_terracotta" {"block": "minecraft:gray_terracotta"},
}, {"block": "minecraft:black_terracotta"}
{
"block": "minecraft:gray_terracotta"
},
{
"block": "minecraft:black_terracotta"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:brown_terracotta"}]
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:black_terracotta"}]
},
"palette": [
{
"block": "minecraft:black_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:brown_terracotta"}]
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -132,24 +86,14 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:dead_bush"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"lockLayers": true "lockLayers": true

View File

@@ -23,97 +23,52 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:brown_terracotta"},
"block": "minecraft:brown_terracotta" {"block": "minecraft:gray_terracotta"},
}, {"block": "minecraft:black_terracotta"}
{
"block": "minecraft:gray_terracotta"
},
{
"block": "minecraft:black_terracotta"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:brown_terracotta"}]
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:black_terracotta"}]
},
"palette": [
{
"block": "minecraft:black_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:gray_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:brown_terracotta"}]
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
@@ -129,76 +84,33 @@
], ],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:gold_block"}],
{ "replace": {"palette": [{"block": "minecraft:air"}]},
"block": "minecraft:gold_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "minecraft:netherrack"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:netherrack"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "minecraft:obsidian"}],
{ "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"block": "minecraft:obsidian"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "minecraft:lava"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:lava"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.2 "chance": 0.2
} }
], ],
"mode": "PAINT", "mode": "PAINT",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -218,24 +130,14 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:dead_bush"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"childShrinkFactor": 0.35, "childShrinkFactor": 0.35,

View File

@@ -17,76 +17,41 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:lime_terracotta"},
"block": "minecraft:lime_terracotta" {"block": "minecraft:green_terracotta"},
}, {"block": "minecraft:terracotta"},
{ {"block": "minecraft:brown_terracotta"}
"block": "minecraft:green_terracotta"
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:brown_terracotta"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:lime_terracotta"}]
},
"palette": [
{
"block": "minecraft:lime_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:green_terracotta"}]
},
"palette": [
{
"block": "minecraft:green_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:brown_terracotta"}]
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
@@ -102,76 +67,33 @@
], ],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:gold_block"}],
{ "replace": {"palette": [{"block": "minecraft:air"}]},
"block": "minecraft:gold_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "minecraft:netherrack"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:netherrack"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "minecraft:obsidian"}],
{ "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"block": "minecraft:obsidian"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "minecraft:lava"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:lava"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.2 "chance": 0.2
} }
], ],
"mode": "PAINT", "mode": "PAINT",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -191,24 +113,14 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:dead_bush"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"lockLayers": true "lockLayers": true

View File

@@ -32,14 +32,10 @@
"generator": "highplains" "generator": "highplains"
} }
], ],
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"layers": [ "layers": [
{ {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"zoom": 0.6, "zoom": 0.6,
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
@@ -81,18 +77,12 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:light_gray_terracotta"}]
{
"block": "minecraft:light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -107,36 +97,22 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -151,24 +127,15 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:light_gray_terracotta"}]
{
"block": "minecraft:light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"place": [ "place": [
"structures/tower", "structures/tower",
"structures/tower-twin" "structures/tower-twin"
@@ -185,14 +152,10 @@
"max": 360 "max": 360
} }
} }
} }],
], "decorators": [{
"decorators": [
{
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -212,11 +175,8 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC" }],
}
}
],
"childStyle": { "childStyle": {
"style": "NOWHERE_CELLULAR", "style": "NOWHERE_CELLULAR",
"zoom": 1.2, "zoom": 1.2,

View File

@@ -4,9 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "BADLANDS", "derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"biomeScatter": [ "biomeScatter": ["BADLANDS"],
"BADLANDS"
],
"generators": [ "generators": [
{ {
"min": 70, "min": 70,
@@ -24,85 +22,49 @@
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }
], ],
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"layers": [ "layers": [
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {"block": "minecraft:grass_block"},
"block": "minecraft:grass_block" {"block": "minecraft:coarse_dirt"},
}, {"block": "minecraft:dirt"},
{ {"block": "minecraft:grass_block"}
"block": "minecraft:coarse_dirt"
},
{
"block": "minecraft:dirt"
},
{
"block": "minecraft:grass_block"
}
] ]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:white_terracotta"}]
{
"block": "minecraft:white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:yellow_terracotta"}]
{
"block": "minecraft:yellow_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:brown_terracotta"}]
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"objects": [ "objects": [
@@ -111,7 +73,7 @@
"structures/tower", "structures/tower",
"structures/tower-twin" "structures/tower-twin"
], ],
"chance": 0.0005, "chance": 5.0E-4,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
"rotation": { "rotation": {
@@ -131,36 +93,18 @@
"trees/acacia/vexed3" "trees/acacia/vexed3"
], ],
"chance": 0.2, "chance": 0.2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:acacia_planks"}],
"find": [ "replace": {"palette": [{
{
"block": "minecraft:acacia_planks"
}
],
"replace": {
"palette": [
{
"block": "minecraft:acacia_wood", "block": "minecraft:acacia_wood",
"data": { "data": {"axis": "y"}
"axis": "y" }]}
} }]
}
]
}
}
]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{ }],
"block": "minecraft:tall_grass"
}
]
}
],
"lockLayers": true "lockLayers": true
} }

View File

@@ -4,95 +4,55 @@
"rarity": 1, "rarity": 1,
"derivative": "BADLANDS", "derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"biomeScatter": [ "biomeScatter": ["BADLANDS"],
"BADLANDS" "generators": [{
],
"generators": [
{
"min": 73, "min": 73,
"max": 98, "max": 98,
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }],
], "biomeStyle": {"style": "SIMPLEX"},
"biomeStyle": {
"style": "SIMPLEX"
},
"layers": [ "layers": [
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {"block": "minecraft:grass_block"},
"block": "minecraft:grass_block" {"block": "minecraft:coarse_dirt"},
}, {"block": "minecraft:dirt"},
{ {"block": "minecraft:grass_block"}
"block": "minecraft:coarse_dirt"
},
{
"block": "minecraft:dirt"
},
{
"block": "minecraft:grass_block"
}
] ]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:white_terracotta"}]
{
"block": "minecraft:white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:yellow_terracotta"}]
{
"block": "minecraft:yellow_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:brown_terracotta"}]
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"objects": [ "objects": [
@@ -101,7 +61,7 @@
"structures/tower", "structures/tower",
"structures/tower-twin" "structures/tower-twin"
], ],
"chance": 0.0005, "chance": 5.0E-4,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
"rotation": { "rotation": {
@@ -121,36 +81,18 @@
"trees/acacia/vexed3" "trees/acacia/vexed3"
], ],
"chance": 0.2, "chance": 0.2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:acacia_planks"}],
"find": [ "replace": {"palette": [{
{
"block": "minecraft:acacia_planks"
}
],
"replace": {
"palette": [
{
"block": "minecraft:acacia_wood", "block": "minecraft:acacia_wood",
"data": { "data": {"axis": "y"}
"axis": "y" }]}
} }]
}
]
}
}
]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{ }],
"block": "minecraft:tall_grass"
}
]
}
],
"lockLayers": true "lockLayers": true
} }

View File

@@ -9,107 +9,64 @@
"ERODED_BADLANDS", "ERODED_BADLANDS",
"ERODED_BADLANDS" "ERODED_BADLANDS"
], ],
"children": [ "children": ["mesa/plateau-dirt-high"],
"mesa/plateau-dirt-high" "generators": [{
],
"generators": [
{
"min": 70, "min": 70,
"max": 110, "max": 110,
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }],
], "biomeStyle": {"style": "SIMPLEX"},
"biomeStyle": {
"style": "SIMPLEX"
},
"layers": [ "layers": [
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {"block": "minecraft:red_terracotta"},
"block": "minecraft:red_terracotta" {"block": "minecraft:terracotta"},
}, {"block": "minecraft:terracotta"},
{ {"block": "minecraft:terracotta"},
"block": "minecraft:terracotta" {"block": "minecraft:terracotta"}
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:terracotta"
}
] ]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:white_terracotta"}]
{
"block": "minecraft:white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:yellow_terracotta"}]
{
"block": "minecraft:yellow_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 8, "maxHeight": 8,
"palette": [ "palette": [{"block": "minecraft:brown_terracotta"}]
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"place": [ "place": [
"structures/tower", "structures/tower",
"structures/tower-twin" "structures/tower-twin"
], ],
"chance": 0.0005, "chance": 5.0E-4,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
"rotation": { "rotation": {
@@ -121,17 +78,10 @@
"max": 360 "max": 360
} }
} }
} }],
], "decorators": [{
"decorators": [
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{ }],
"block": "minecraft:tall_grass"
}
]
}
],
"lockLayers": true "lockLayers": true
} }

View File

@@ -9,19 +9,13 @@
"ERODED_BADLANDS", "ERODED_BADLANDS",
"ERODED_BADLANDS" "ERODED_BADLANDS"
], ],
"children": [ "children": ["mesa/plateau-dirt"],
"mesa/plateau-dirt" "generators": [{
],
"generators": [
{
"min": 70, "min": 70,
"max": 98, "max": 98,
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }],
], "biomeStyle": {"style": "SIMPLEX"},
"biomeStyle": {
"style": "SIMPLEX"
},
"layers": [ "layers": [
{ {
"minHeight": 5, "minHeight": 5,
@@ -30,26 +24,14 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {"block": "minecraft:red_terracotta"},
"block": "minecraft:red_terracotta" {"block": "minecraft:terracotta"},
}, {"block": "minecraft:terracotta"},
{ {"block": "minecraft:terracotta"},
"block": "minecraft:terracotta" {"block": "minecraft:terracotta"}
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:terracotta"
}
] ]
}, },
{ {
@@ -59,11 +41,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -72,11 +50,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -85,11 +59,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:white_terracotta"}]
{
"block": "minecraft:white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
@@ -98,11 +68,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -111,11 +77,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:yellow_terracotta"}]
{
"block": "minecraft:yellow_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -124,11 +86,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
@@ -137,11 +95,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -150,11 +104,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:brown_terracotta"}]
{
"block": "minecraft:brown_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -163,11 +113,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -176,11 +122,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:red_terracotta"}]
{
"block": "minecraft:red_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -189,15 +131,10 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"place": [ "place": [
"structures/tower", "structures/tower",
"structures/tower-twin" "structures/tower-twin"
@@ -214,17 +151,10 @@
"max": 360 "max": 360
} }
} }
} }],
], "decorators": [{
"decorators": [
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{ }],
"block": "minecraft:tall_grass"
}
]
}
],
"lockLayers": true "lockLayers": true
} }

View File

@@ -17,91 +17,48 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:pink_terracotta"},
"block": "minecraft:pink_terracotta" {"block": "minecraft:red_terracotta"},
}, {"block": "minecraft:terracotta"},
{ {"block": "minecraft:light_gray_terracotta"},
"block": "minecraft:red_terracotta" {"block": "minecraft:brown_terracotta"}
},
{
"block": "minecraft:terracotta"
},
{
"block": "minecraft:light_gray_terracotta"
},
{
"block": "minecraft:brown_terracotta"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:pink_terracotta"}]
},
"palette": [
{
"block": "minecraft:pink_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:red_terracotta"}]
},
"palette": [
{
"block": "minecraft:red_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:light_gray_terracotta"}]
},
"palette": [
{
"block": "minecraft:light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:brown_terracotta"}]
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
@@ -117,76 +74,33 @@
], ],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:gold_block"}],
{ "replace": {"palette": [{"block": "minecraft:air"}]},
"block": "minecraft:gold_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "minecraft:netherrack"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:netherrack"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "minecraft:obsidian"}],
{ "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"block": "minecraft:obsidian"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "minecraft:lava"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:lava"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.2 "chance": 0.2
} }
], ],
"mode": "PAINT", "mode": "PAINT",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -206,41 +120,25 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:dead_bush"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"lockLayers": true, "lockLayers": true,
"deposits": [ "deposits": [{
{
"minHeight": 100, "minHeight": 100,
"maxPerChunk": 3, "maxPerChunk": 3,
"maxHeight": 150, "maxHeight": 150,
"minPerChunk": 0, "minPerChunk": 0,
"maxSize": 7, "maxSize": 7,
"minSize": 3, "minSize": 3,
"palette": [ "palette": [{"block": "minecraft:netherrack"}],
{
"block": "minecraft:netherrack"
}
],
"varience": 3 "varience": 3
} }]
]
} }

View File

@@ -3,50 +3,30 @@
"color": "#41C3FF", "color": "#41C3FF",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "NOWHERE"},
"style": "FRACTAL_WATER"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {"block": "minecraft:red_sand"},
"block": "minecraft:red_sand" {"block": "minecraft:orange_terracotta"}
},
{
"block": "minecraft:orange_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:red_sand"},
"block": "minecraft:red_sand" {"block": "minecraft:terracotta"},
}, {"block": "minecraft:gravel"},
{ {"block": "minecraft:red_sand"},
"block": "minecraft:terracotta" {"block": "minecraft:dirt"},
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:red_sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:red_sand" "block": "minecraft:red_sand"
@@ -54,14 +34,8 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{"block": "minecraft:seagrass"}]
{ }]
"block": "minecraft:seagrass"
}
]
}
]
} }

View File

@@ -4,48 +4,31 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:red_sandstone"},
"block": "minecraft:red_sandstone" {"block": "minecraft:red_sand"}
},
{
"block": "minecraft:red_sand"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "minecraft:red_sand"}]
{
"block": "minecraft:red_sand"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:red_sandstone"}]
{
"block": "minecraft:red_sandstone"
}
]
} }
], ],
"objects": [ "objects": [{
{
"mode": "PAINT", "mode": "PAINT",
"density": 3, "density": 3,
"chance": 1, "chance": 1,
@@ -54,12 +37,9 @@
"trees/acacia/vexed2", "trees/acacia/vexed2",
"trees/acacia/vexed3" "trees/acacia/vexed3"
] ]
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -4,13 +4,11 @@
"rarity": 1, "rarity": 1,
"derivative": "SAVANNA", "derivative": "SAVANNA",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"generators": [ "generators": [{
{
"min": 5, "min": 5,
"max": 15, "max": 15,
"generator": "smooth-dunes" "generator": "smooth-dunes"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -19,11 +17,7 @@
"minimumSlope": 2, "minimumSlope": 2,
"maximumSlope": 10 "maximumSlope": 10
}, },
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"slopeCondition": { "slopeCondition": {
@@ -60,18 +54,12 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:light_gray_terracotta"}]
{
"block": "minecraft:light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -86,36 +74,22 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:orange_terracotta"}]
{
"block": "minecraft:orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -130,20 +104,12 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:light_gray_terracotta"}]
{
"block": "minecraft:light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:terracotta"}]
{
"block": "minecraft:terracotta"
}
]
} }
], ],
"objects": [ "objects": [
@@ -154,25 +120,13 @@
"trees/acacia/vexed3" "trees/acacia/vexed3"
], ],
"chance": 0.4, "chance": 0.4,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:acacia_planks"}],
"find": [ "replace": {"palette": [{
{
"block": "minecraft:acacia_planks"
}
],
"replace": {
"palette": [
{
"block": "minecraft:acacia_wood", "block": "minecraft:acacia_wood",
"data": { "data": {"axis": "y"}
"axis": "y" }]}
} }]
}
]
}
}
]
}, },
{ {
"chance": 0.00175, "chance": 0.00175,
@@ -185,9 +139,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["clutter/camp1"]
"clutter/camp1"
]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
@@ -201,9 +153,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["clutter/bincluster1"]
"clutter/bincluster1"
]
}, },
{ {
"chance": 0.07, "chance": 0.07,
@@ -302,38 +252,20 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:white_tulip"},
"block": "minecraft:white_tulip" {"block": "minecraft:red_tulip"},
}, {"block": "minecraft:orange_tulip"},
{ {"block": "minecraft:dandelion"},
"block": "minecraft:red_tulip" {"block": "minecraft:poppy"}
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:dandelion"
},
{
"block": "minecraft:poppy"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
} }
] ]
} }

View File

@@ -4,9 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "WINDSWEPT_SAVANNA", "derivative": "WINDSWEPT_SAVANNA",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"children": [ "children": ["mesa/dark"],
"mesa/dark"
],
"generators": [ "generators": [
{ {
"min": 50, "min": 50,
@@ -20,121 +18,64 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:red_terracotta"},
"block": "minecraft:red_terracotta" {"block": "minecraft:gray_terracotta"},
}, {"block": "minecraft:yellow_terracotta"}
{
"block": "minecraft:gray_terracotta"
},
{
"block": "minecraft:yellow_terracotta"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:white_terracotta"}]
},
"palette": [
{
"block": "minecraft:white_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:red_terracotta"}]
},
"palette": [
{
"block": "minecraft:red_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 4, "maxHeight": 4,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:yellow_terracotta"}]
},
"palette": [
{
"block": "minecraft:yellow_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:terracotta"}]
},
"palette": [
{
"block": "minecraft:terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:brown_terracotta"}]
},
"palette": [
{
"block": "minecraft:brown_terracotta"
}
]
} }
], ],
"objects": [ "objects": [{
{
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -145,20 +86,13 @@
"enabled": true "enabled": true
}, },
"chance": 0.1, "chance": 0.1,
"translate": { "translate": {"y": -2},
"y": -2 "place": ["clutter/tntower1"]
}, }],
"place": [
"clutter/tntower1"
]
}
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -178,24 +112,14 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:dead_bush"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"lockLayers": true "lockLayers": true

View File

@@ -4,30 +4,18 @@
"rarity": 3, "rarity": 3,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [ "generators": [{
{
"max": 223, "max": 223,
"min": 106, "min": 106,
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:gravel"},
{ {"block": "minecraft:cyan_terracotta"}
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
"layers": [ "layers": [
@@ -38,43 +26,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 2.6 "maximumSlope": 2.6
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel" {"block": "minecraft:cyan_terracotta"}
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
] ]

View File

@@ -4,33 +4,19 @@
"rarity": 3, "rarity": 3,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": [ "children": ["mountain/cliffs-extended"],
"mountain/cliffs-extended" "generators": [{
],
"generators": [
{
"min": 26, "min": 26,
"max": 90, "max": 90,
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:gravel"},
{ {"block": "minecraft:cyan_terracotta"}
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
"layers": [ "layers": [
@@ -41,43 +27,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 2.6 "maximumSlope": 2.6
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel" {"block": "minecraft:cyan_terracotta"}
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
] ]

View File

@@ -4,32 +4,18 @@
"rarity": 1, "rarity": 1,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": [ "children": ["mountain/forest-extended"],
"mountain/forest-extended" "generators": [{
],
"generators": [
{
"generator": "mountain", "generator": "mountain",
"max": 135, "max": 135,
"min": 91 "min": 91
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:stone" {"block": "minecraft:cyan_terracotta"}
}, ]},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -38,43 +24,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
},
{ {
"block": "minecraft:grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:gravel" {"block": "minecraft:stone"},
}, {"block": "minecraft:cobblestone"}
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:cobblestone"
}
] ]
}, },
{ {
@@ -84,11 +52,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -97,11 +61,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -177,25 +137,13 @@
"trees/spruce/vgeneric31", "trees/spruce/vgeneric31",
"trees/spruce/vgeneric32" "trees/spruce/vgeneric32"
], ],
"edit": [ "edit": [{
{
"find": [ "find": [
{ {"block": "minecraft:dark_oak_fence"},
"block": "minecraft:dark_oak_fence" {"block": "minecraft:dark_oak_fence_gate"}
},
{
"block": "minecraft:dark_oak_fence_gate"
}
],
"replace": {
"palette": [
{
"block": "minecraft:spruce_leaves"
}
]
}
}
], ],
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
}],
"chance": 1, "chance": 1,
"density": 5, "density": 5,
"rotation": { "rotation": {
@@ -230,80 +178,42 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
}, },
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [
{ {
"block": "minecraft:sweet_berry_bush", "block": "minecraft:sweet_berry_bush",
"data": { "data": {"age": 2}
"age": 2
}
}, },
{ {
"block": "minecraft:sweet_berry_bush", "block": "minecraft:sweet_berry_bush",
"data": { "data": {"age": 1}
"age": 1
}
}, },
{ {
"block": "minecraft:sweet_berry_bush", "block": "minecraft:sweet_berry_bush",
"data": { "data": {"age": 0}
"age": 0
}
} }
] ]
} }

View File

@@ -4,29 +4,17 @@
"rarity": 1, "rarity": 1,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [ "generators": [{
{
"generator": "mountain", "generator": "mountain",
"max": 31, "max": 31,
"min": 15 "min": 15
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:stone" {"block": "minecraft:cyan_terracotta"}
}, ]},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -35,43 +23,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
},
{ {
"block": "minecraft:grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:gravel" {"block": "minecraft:stone"},
}, {"block": "minecraft:cobblestone"}
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:cobblestone"
}
] ]
}, },
{ {
@@ -81,11 +51,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -94,11 +60,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -174,25 +136,13 @@
"trees/spruce/vgeneric31", "trees/spruce/vgeneric31",
"trees/spruce/vgeneric32" "trees/spruce/vgeneric32"
], ],
"edit": [ "edit": [{
{
"find": [ "find": [
{ {"block": "minecraft:dark_oak_fence"},
"block": "minecraft:dark_oak_fence" {"block": "minecraft:dark_oak_fence_gate"}
},
{
"block": "minecraft:dark_oak_fence_gate"
}
],
"replace": {
"palette": [
{
"block": "minecraft:spruce_leaves"
}
]
}
}
], ],
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
}],
"chance": 1, "chance": 1,
"density": 5, "density": 5,
"rotation": { "rotation": {
@@ -227,80 +177,42 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
}, },
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [
{ {
"block": "minecraft:sweet_berry_bush", "block": "minecraft:sweet_berry_bush",
"data": { "data": {"age": 2}
"age": 2
}
}, },
{ {
"block": "minecraft:sweet_berry_bush", "block": "minecraft:sweet_berry_bush",
"data": { "data": {"age": 1}
"age": 1
}
}, },
{ {
"block": "minecraft:sweet_berry_bush", "block": "minecraft:sweet_berry_bush",
"data": { "data": {"age": 0}
"age": 0
}
} }
] ]
} }

View File

@@ -4,32 +4,18 @@
"rarity": 1, "rarity": 1,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": [ "children": ["mountain/forest"],
"mountain/forest" "generators": [{
],
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 33, "max": 33,
"min": 15 "min": 15
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:stone" {"block": "minecraft:cyan_terracotta"}
}, ]},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -38,43 +24,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
},
{ {
"block": "minecraft:grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:gravel" {"block": "minecraft:stone"},
}, {"block": "minecraft:cobblestone"}
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:cobblestone"
}
] ]
}, },
{ {
@@ -84,11 +52,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -97,11 +61,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -134,7 +94,7 @@
] ]
}, },
{ {
"chance": 0.0001, "chance": 1.0E-4,
"mode": "PAINT", "mode": "PAINT",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -145,9 +105,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["structures/ruin1"]
"structures/ruin1"
]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
@@ -205,59 +163,27 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
} }
], ],
"childStyle": { "childStyle": {

View File

@@ -3,37 +3,21 @@
"color": "#829098", "color": "#829098",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": [ "children": ["mountain/cliffs"],
"mountain/cliffs" "generators": [{
],
"generators": [
{
"generator": "mountain", "generator": "mountain",
"max": 223, "max": 223,
"min": 106 "min": 106
} }],
],
"biomeZoom": 0.4, "biomeZoom": 0.4,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:gravel"},
{ {"block": "minecraft:cyan_terracotta"}
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
"layers": [ "layers": [
@@ -44,43 +28,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 2.6 "maximumSlope": 2.6
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
},
{ {
"block": "minecraft:grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:gravel" {"block": "minecraft:stone"},
}, {"block": "minecraft:cobblestone"}
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:cobblestone"
}
] ]
}, },
{ {
@@ -90,11 +56,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -103,11 +65,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"decorators": [ "decorators": [
@@ -131,59 +89,27 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
} }
], ],
"childStyle": { "childStyle": {
@@ -197,9 +123,7 @@
} }
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -4,30 +4,18 @@
"rarity": 1, "rarity": 1,
"derivative": "WINDSWEPT_HILLS", "derivative": "WINDSWEPT_HILLS",
"vanillaDerivative": "WINDSWEPT_HILLS", "vanillaDerivative": "WINDSWEPT_HILLS",
"children": [ "children": ["mountain/mountain-extended"],
"mountain/mountain-extended" "generators": [{
],
"generators": [
{
"min": 73, "min": 73,
"max": 145, "max": 145,
"generator": "mountain" "generator": "mountain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
@@ -38,58 +26,34 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 2.6 "maximumSlope": 2.6
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel" {"block": "minecraft:cyan_terracotta"}
},
{
"block": "minecraft:cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:gravel"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -124,65 +88,31 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -16,46 +16,24 @@
"min": 1 "min": 1
} }
], ],
"wall": { "wall": {"palette": [
"palette": [ {"block": "minecraft:stone"},
{ {"block": "minecraft:andesite"}
"block": "minecraft:stone" ]},
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {"palette": [{"block": "minecraft:grass_block"}]},
"palette": [
{
"block": "minecraft:grass_block"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
}, },
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:stone"}
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -132,59 +110,27 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
} }
] ]
} }

View File

@@ -4,32 +4,18 @@
"rarity": 1, "rarity": 1,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": [ "children": ["mountain/plain-extended"],
"mountain/plain-extended" "generators": [{
],
"generators": [
{
"generator": "mountain", "generator": "mountain",
"max": 53, "max": 53,
"min": 45 "min": 45
} }],
], "wall": {"palette": [
"wall": { {"block": "minecraft:stone"},
"palette": [ {"block": "minecraft:andesite"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:stone" {"block": "minecraft:cyan_terracotta"}
}, ]},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -38,43 +24,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
},
{ {
"block": "minecraft:grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:gravel" {"block": "minecraft:stone"},
}, {"block": "minecraft:cobblestone"}
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:cobblestone"
}
] ]
}, },
{ {
@@ -84,11 +52,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -97,11 +61,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -134,7 +94,7 @@
] ]
}, },
{ {
"chance": 0.0003, "chance": 3.0E-4,
"mode": "PAINT", "mode": "PAINT",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -145,9 +105,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["structures/ruin1"]
"structures/ruin1"
]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
@@ -205,59 +163,27 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
}, },
{ {
"variance": { "variance": {
@@ -278,14 +204,10 @@
} }
}, },
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{
"block": "minecraft:wheat", "block": "minecraft:wheat",
"data": { "data": {"age": 7}
"age": 7 }]
}
}
]
} }
], ],
"childStyle": { "childStyle": {

View File

@@ -3,13 +3,11 @@
"color": "#4196FF", "color": "#4196FF",
"derivative": "RIVER", "derivative": "RIVER",
"vanillaDerivative": "RIVER", "vanillaDerivative": "RIVER",
"generators": [ "generators": [{
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
@@ -37,19 +35,12 @@
} }
] ]
}, },
{ {"palette": [
"palette": [ {"block": "minecraft:cobblestone"},
{ {"block": "minecraft:stone"}
"block": "minecraft:cobblestone" ]}
},
{
"block": "minecraft:stone"
}
]
}
], ],
"objects": [ "objects": [{
{
"chance": 0.001, "chance": 0.001,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -74,43 +65,24 @@
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.07, "chance": 0.07,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "minecraft:seagrass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:seagrass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.013, "chance": 0.013,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 6, "stackMax": 6,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:kelp_plant" "heightVariance": {"style": "NOWHERE"},
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "NOWHERE"
},
"stackMin": 2 "stackMin": 2
} }
] ]

View File

@@ -3,13 +3,11 @@
"color": "#3983DF", "color": "#3983DF",
"derivative": "RIVER", "derivative": "RIVER",
"vanillaDerivative": "RIVER", "vanillaDerivative": "RIVER",
"generators": [ "generators": [{
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
@@ -37,19 +35,12 @@
} }
] ]
}, },
{ {"palette": [
"palette": [ {"block": "minecraft:cobblestone"},
{ {"block": "minecraft:stone"}
"block": "minecraft:cobblestone" ]}
},
{
"block": "minecraft:stone"
}
]
}
], ],
"objects": [ "objects": [{
{
"chance": 0.001, "chance": 0.001,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -74,43 +65,24 @@
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.07, "chance": 0.07,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "minecraft:seagrass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:seagrass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.013, "chance": 0.013,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 6, "stackMax": 6,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:kelp_plant" "heightVariance": {"style": "NOWHERE"},
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "NOWHERE"
},
"stackMin": 2 "stackMin": 2
} }
] ]

View File

@@ -4,38 +4,27 @@
"rarity": 1, "rarity": 1,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA", "derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 2, "max": 2,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"}
},
{
"block": "minecraft:andesite"
}
] ]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "minecraft:stone"}]
{
"block": "minecraft:stone"
}
]
} }
], ],
"objects": [ "objects": [{
{
"mode": "PAINT", "mode": "PAINT",
"chance": 0.0025, "chance": 0.0025,
"rotation": { "rotation": {
@@ -47,27 +36,18 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["clutter/bincluster1"],
"clutter/bincluster1"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone_slab"},
"block": "minecraft:stone_slab" {"block": "minecraft:air"}
},
{
"block": "minecraft:air"
}
] ]
} }
} }

View File

@@ -4,8 +4,7 @@
"rarity": 2, "rarity": 2,
"derivative": "CRIMSON_FOREST", "derivative": "CRIMSON_FOREST",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [ "customDerivitives": [{
{
"category": "mushroom", "category": "mushroom",
"id": "mushroom_crimson_forest", "id": "mushroom_crimson_forest",
"waterColor": "#C41A1A", "waterColor": "#C41A1A",
@@ -13,65 +12,38 @@
"waterFogColor": "#C41A1A", "waterFogColor": "#C41A1A",
"grassColor": "#C41A1A", "grassColor": "#C41A1A",
"fogColor": "#C41A1A" "fogColor": "#C41A1A"
} }],
], "generators": [{
"generators": [
{
"min": 54, "min": 54,
"max": 95, "max": 95,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:crimson_hyphae"}]
},
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}, },
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE" "palette": [{"block": "minecraft:crimson_nylium"}]
},
"palette": [
{
"block": "minecraft:crimson_nylium"
}
]
}, },
{ {
"minHeight": 8, "minHeight": 8,
"maxHeight": 9, "maxHeight": 9,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -81,32 +53,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -130,7 +82,7 @@
"trees/mushroom/mushclut9", "trees/mushroom/mushclut9",
"trees/mushroom/mushclut10" "trees/mushroom/mushclut10"
], ],
"mode": "PAINT", "mode": "MIN_HEIGHT",
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -142,32 +94,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -202,32 +134,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -264,32 +176,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -326,32 +218,12 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -381,32 +253,12 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -435,9 +287,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -457,45 +307,25 @@
"block": "minecraft:crimson_button" "block": "minecraft:crimson_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:crimson_fungus"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:crimson_fungus"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.11, "chance": 0.11,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:crimson_roots"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:crimson_roots"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,

View File

@@ -4,8 +4,7 @@
"rarity": 2, "rarity": 2,
"derivative": "CRIMSON_FOREST", "derivative": "CRIMSON_FOREST",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [ "customDerivitives": [{
{
"category": "mushroom", "category": "mushroom",
"id": "mushroom_crimson_forest", "id": "mushroom_crimson_forest",
"waterColor": "#C41A1A", "waterColor": "#C41A1A",
@@ -13,68 +12,39 @@
"waterFogColor": "#C41A1A", "waterFogColor": "#C41A1A",
"grassColor": "#C41A1A", "grassColor": "#C41A1A",
"fogColor": "#C41A1A" "fogColor": "#C41A1A"
} }],
], "children": ["mushroom/crimson-forest-extended"],
"children": [ "generators": [{
"mushroom/crimson-forest-extended"
],
"generators": [
{
"min": 4, "min": 4,
"max": 25, "max": 25,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:crimson_hyphae"}]
},
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}, },
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE" "palette": [{"block": "minecraft:crimson_nylium"}]
},
"palette": [
{
"block": "minecraft:crimson_nylium"
}
]
}, },
{ {
"minHeight": 8, "minHeight": 8,
"maxHeight": 9, "maxHeight": 9,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -84,32 +54,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -145,32 +95,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -205,32 +135,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -267,32 +177,12 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -329,32 +219,12 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -384,32 +254,12 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:nether_wart_block"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -438,9 +288,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -460,46 +308,26 @@
"block": "minecraft:crimson_button" "block": "minecraft:crimson_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:crimson_fungus"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:crimson_fungus"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.11, "chance": 0.11,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:crimson_roots"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:crimson_roots"
}
],
"style": {
"style": "STATIC"
}
} }
], ],
"childShrinkFactor": 2.4, "childShrinkFactor": 2.4,
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [ "customDerivitives": [{
{
"category": "mushroom", "category": "mushroom",
"id": "mushroom_hills", "id": "mushroom_hills",
"waterColor": "#B4B2FF", "waterColor": "#B4B2FF",
@@ -13,42 +12,27 @@
"waterFogColor": "#BD94DF", "waterFogColor": "#BD94DF",
"grassColor": "#B39EC2", "grassColor": "#B39EC2",
"fogColor": "#CACDFF" "fogColor": "#CACDFF"
} }],
], "generators": [{
"generators": [
{
"min": 62, "min": 62,
"max": 90, "max": 90,
"generator": "plain" "generator": "plain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 6.9},
"minimumSlope": 6.9
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel"
},
{ {
"block": "minecraft:red_mushroom_block", "block": "minecraft:red_mushroom_block",
"data": { "data": {
@@ -65,13 +49,9 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4.6},
"minimumSlope": 4.6
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel"
},
{ {
"block": "minecraft:brown_mushroom_block", "block": "minecraft:brown_mushroom_block",
"data": { "data": {
@@ -87,17 +67,13 @@
}, },
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,
"block": "minecraft:mycelium" "block": "minecraft:mycelium"
}, },
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel"
},
{ {
"weight": 3, "weight": 3,
"block": "minecraft:mycelium" "block": "minecraft:mycelium"
@@ -108,30 +84,18 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -170,22 +134,10 @@
{ {
"chance": 0.18, "chance": 0.18,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -247,22 +199,10 @@
{ {
"chance": 0.05, "chance": 0.05,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -294,22 +234,10 @@
{ {
"chance": 0.5, "chance": 0.5,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -341,22 +269,10 @@
{ {
"chance": 0.025, "chance": 0.025,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -408,9 +324,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -430,33 +344,21 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "minecraft:red_mushroom"},
"block": "minecraft:red_mushroom" {"block": "minecraft:brown_mushroom"}
},
{
"block": "minecraft:brown_mushroom"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 8, "weight": 8,

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [ "customDerivitives": [{
{
"category": "mushroom", "category": "mushroom",
"id": "mushroom_forest", "id": "mushroom_forest",
"waterColor": "#B4B2FF", "waterColor": "#B4B2FF",
@@ -13,45 +12,28 @@
"waterFogColor": "#BD94DF", "waterFogColor": "#BD94DF",
"grassColor": "#B39EC2", "grassColor": "#B39EC2",
"fogColor": "#CACDFF" "fogColor": "#CACDFF"
} }],
], "children": ["mushroom/forest-extended"],
"children": [ "generators": [{
"mushroom/forest-extended"
],
"generators": [
{
"min": 6, "min": 6,
"max": 24, "max": 24,
"generator": "plain" "generator": "plain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 6.9},
"minimumSlope": 6.9
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel"
},
{ {
"block": "minecraft:red_mushroom_block", "block": "minecraft:red_mushroom_block",
"data": { "data": {
@@ -68,13 +50,9 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4.6},
"minimumSlope": 4.6
},
"palette": [ "palette": [
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel"
},
{ {
"block": "minecraft:brown_mushroom_block", "block": "minecraft:brown_mushroom_block",
"data": { "data": {
@@ -90,17 +68,13 @@
}, },
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,
"block": "minecraft:mycelium" "block": "minecraft:mycelium"
}, },
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel"
},
{ {
"weight": 3, "weight": 3,
"block": "minecraft:mycelium" "block": "minecraft:mycelium"
@@ -111,30 +85,18 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -173,22 +135,10 @@
{ {
"chance": 0.15, "chance": 0.15,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -251,22 +201,10 @@
{ {
"chance": 0.05, "chance": 0.05,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -298,22 +236,10 @@
{ {
"chance": 0.4, "chance": 0.4,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -345,22 +271,10 @@
{ {
"chance": 0.02, "chance": 0.02,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -412,9 +326,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -434,34 +346,22 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "minecraft:red_mushroom"},
"block": "minecraft:red_mushroom" {"block": "minecraft:brown_mushroom"}
},
{
"block": "minecraft:brown_mushroom"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
} }
], ],
"childShrinkFactor": 2.4, "childShrinkFactor": 2.4,
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 8, "weight": 8,

View File

@@ -4,8 +4,7 @@
"rarity": 1, "rarity": 1,
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [ "customDerivitives": [{
{
"category": "mushroom", "category": "mushroom",
"id": "mushroom_plains", "id": "mushroom_plains",
"waterColor": "#B4B2FF", "waterColor": "#B4B2FF",
@@ -13,37 +12,24 @@
"waterFogColor": "#BD94DF", "waterFogColor": "#BD94DF",
"grassColor": "#B39EC2", "grassColor": "#B39EC2",
"fogColor": "#CACDFF" "fogColor": "#CACDFF"
} }],
], "generators": [{
"generators": [
{
"min": 6, "min": 6,
"max": 14, "max": 14,
"generator": "plain" "generator": "plain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"zoom": 0.3, "zoom": 0.3,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {
"weight": 7, "weight": 7,
@@ -59,39 +45,25 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [{
{
"rarity": 150, "rarity": 150,
"structure": "mush-huts" "structure": "mush-huts"
} }],
],
"objects": [ "objects": [
{ {
"chance": 0.08, "chance": 0.08,
@@ -126,22 +98,10 @@
{ {
"chance": 0.08, "chance": 0.08,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -172,22 +132,10 @@
{ {
"chance": 0.025, "chance": 0.025,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -239,9 +187,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -261,33 +207,21 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.007, "chance": 0.007,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "minecraft:red_mushroom"},
"block": "minecraft:red_mushroom" {"block": "minecraft:brown_mushroom"}
},
{
"block": "minecraft:brown_mushroom"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 2, "weight": 2,

View File

@@ -3,43 +3,29 @@
"color": "#3171BF", "color": "#3171BF",
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"generators": [ "generators": [{
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"zoom": 0.3, "zoom": 0.3,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {
"weight": 7, "weight": 7,
"block": "minecraft:mycelium" "block": "minecraft:mycelium"
}, },
{ {"block": "minecraft:gravel"},
"block": "minecraft:gravel"
},
{ {
"weight": 9, "weight": 9,
"block": "minecraft:mycelium" "block": "minecraft:mycelium"
@@ -50,30 +36,18 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -111,22 +85,10 @@
{ {
"chance": 0.08, "chance": 0.08,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -157,22 +119,10 @@
{ {
"chance": 0.025, "chance": 0.025,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
{ }],
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:brown_mushroom_block"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -224,9 +174,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -246,33 +194,21 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.007, "chance": 0.007,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "minecraft:red_mushroom"},
"block": "minecraft:red_mushroom" {"block": "minecraft:brown_mushroom"}
},
{
"block": "minecraft:brown_mushroom"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 2, "weight": 2,

View File

@@ -3,74 +3,38 @@
"color": "#295E9F", "color": "#295E9F",
"derivative": "OCEAN", "derivative": "OCEAN",
"vanillaDerivative": "OCEAN", "vanillaDerivative": "OCEAN",
"generators": [ "generators": [{
{
"min": -82, "min": -82,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"palette": [ "palette": [
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:smooth_sandstone"},
}, {"block": "minecraft:red_sand"},
{ {"block": "minecraft:smooth_red_sandstone"},
"block": "minecraft:smooth_sandstone" {"block": "minecraft:smooth_sandstone"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:smooth_red_sandstone"}
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_red_sandstone"
},
{
"block": "minecraft:smooth_sandstone"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_red_sandstone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.825, "zoom": 0.825,
"palette": [ "palette": [
{ {"block": "minecraft:clay"},
"block": "minecraft:clay" {"block": "minecraft:stone"},
}, {"block": "minecraft:cobblestone"},
{ {"block": "minecraft:andesite"},
"block": "minecraft:stone" {"block": "minecraft:gravel"}
},
{
"block": "minecraft:cobblestone"
},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
}
]
},
{
"palette": [
{
"block": "minecraft:dirt"
}
] ]
}, },
{"palette": [{"block": "minecraft:dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -79,9 +43,7 @@
"weight": 2, "weight": 2,
"block": "minecraft:dirt" "block": "minecraft:dirt"
}, },
{ {"block": "minecraft:coarse_dirt"}
"block": "minecraft:coarse_dirt"
}
] ]
} }
], ],
@@ -103,22 +65,10 @@
"structures/usdship1", "structures/usdship1",
"structures/usdship2" "structures/usdship2"
], ],
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:oak_stairs"}],
"find": [ "replace": {"palette": [{"block": "minecraft:oak_planks"}]}
{ }],
"block": "minecraft:oak_stairs"
}
],
"replace": {
"palette": [
{
"block": "minecraft:oak_planks"
}
]
}
}
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -127,22 +77,10 @@
}, },
{ {
"chance": 0.3, "chance": 0.3,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:shroomlight"}],
"find": [ "replace": {"palette": [{"block": "minecraft:mushroom_stem"}]}
{ }],
"block": "minecraft:shroomlight"
}
],
"replace": {
"palette": [
{
"block": "minecraft:mushroom_stem"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -195,63 +133,35 @@
"decorators": [ "decorators": [
{ {
"chance": 0.06, "chance": 0.06,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 20, "zoom": 20,
"palette": [ "palette": [{"block": "minecraft:seagrass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:seagrass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.0006, "chance": 6.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "minecraft:soul_sand"},
"block": "minecraft:soul_sand" {"block": "minecraft:magma_block"}
},
{
"block": "minecraft:magma_block"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.1, "chance": 0.1,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:kelp_plant" "heightVariance": {"style": "STATIC"},
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {
@@ -283,15 +193,11 @@
"block": "minecraft:sea_pickle" "block": "minecraft:sea_pickle"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -4,48 +4,35 @@
"rarity": 1, "rarity": 1,
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELD_SHORE", "vanillaDerivative": "MUSHROOM_FIELD_SHORE",
"customDerivitives": [ "customDerivitives": [{
{
"id": "mushroom_beach", "id": "mushroom_beach",
"waterColor": "#B4B2FF", "waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF", "foliageColor": "#C9A9FF",
"waterFogColor": "#BD94DF", "waterFogColor": "#BD94DF",
"grassColor": "#A2A2FF", "grassColor": "#A2A2FF",
"fogColor": "#CACDFF" "fogColor": "#CACDFF"
} }],
], "generators": [{
"generators": [
{
"min": -5, "min": -5,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"}
},
{
"block": "minecraft:andesite"
}
] ]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:dirt"}]
{
"block": "minecraft:dirt"
}
]
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
@@ -61,74 +48,31 @@
], ],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:gold_block"}],
{ "replace": {"palette": [{"block": "minecraft:air"}]},
"block": "minecraft:gold_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "minecraft:netherrack"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:netherrack"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "minecraft:obsidian"}],
{ "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"block": "minecraft:obsidian"
}
],
"replace": {
"palette": [
{
"block": "minecraft:crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "minecraft:lava"}],
{ "replace": {"palette": [{"block": "minecraft:magma_block"}]},
"block": "minecraft:lava"
}
],
"replace": {
"palette": [
{
"block": "minecraft:magma_block"
}
]
},
"chance": 0.2 "chance": 0.2
} }
], ],
"mode": "PAINT", "mode": "PAINT",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -4,8 +4,7 @@
"rarity": 2, "rarity": 2,
"derivative": "WARPED_FOREST", "derivative": "WARPED_FOREST",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [ "customDerivitives": [{
{
"category": "mushroom", "category": "mushroom",
"id": "mushroom_warped_forest", "id": "mushroom_warped_forest",
"waterColor": "#A1E8E8", "waterColor": "#A1E8E8",
@@ -13,60 +12,35 @@
"waterFogColor": "#80CDA0", "waterFogColor": "#80CDA0",
"grassColor": "#5BCCB3", "grassColor": "#5BCCB3",
"fogColor": "#CACDFF" "fogColor": "#CACDFF"
} }],
], "generators": [{
"generators": [
{
"min": 54, "min": 54,
"max": 95, "max": 95,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:warped_hyphae"}]
},
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}, },
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE" "palette": [{"block": "minecraft:warped_nylium"}]
},
"palette": [
{
"block": "minecraft:warped_nylium"
}
]
}, },
{ {
"minHeight": 8, "minHeight": 8,
"maxHeight": 9, "maxHeight": 9,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 45, "minHeight": 45,
"maxHeight": 65, "maxHeight": 65,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:blackstone"}]
},
"palette": [
{
"block": "minecraft:blackstone"
}
]
} }
], ],
"objects": [ "objects": [
@@ -75,46 +49,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -149,46 +93,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -223,46 +137,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -299,46 +183,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -375,46 +229,16 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -444,46 +268,16 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -512,9 +306,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -534,62 +326,34 @@
"block": "minecraft:warped_button" "block": "minecraft:warped_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:warped_fungus"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:warped_fungus"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.11, "chance": 0.11,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:warped_roots"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:warped_roots"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 7, "stackMax": 7,
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:twisting_vines_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:twisting_vines_plant"
}
],
"style": {
"style": "STATIC"
},
"stackMin": 3 "stackMin": 3
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,

View File

@@ -4,8 +4,7 @@
"rarity": 2, "rarity": 2,
"derivative": "WARPED_FOREST", "derivative": "WARPED_FOREST",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [ "customDerivitives": [{
{
"category": "mushroom", "category": "mushroom",
"id": "mushroom_warped_forest", "id": "mushroom_warped_forest",
"waterColor": "#A1E8E8", "waterColor": "#A1E8E8",
@@ -13,63 +12,36 @@
"waterFogColor": "#80CDA0", "waterFogColor": "#80CDA0",
"grassColor": "#5BCCB3", "grassColor": "#5BCCB3",
"fogColor": "#CACDFF" "fogColor": "#CACDFF"
} }],
], "children": ["mushroom/warped-forest-extended"],
"children": [ "generators": [{
"mushroom/warped-forest-extended"
],
"generators": [
{
"min": 6, "min": 6,
"max": 25, "max": 25,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:warped_hyphae"}]
},
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}, },
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE" "palette": [{"block": "minecraft:warped_nylium"}]
},
"palette": [
{
"block": "minecraft:warped_nylium"
}
]
}, },
{ {
"minHeight": 8, "minHeight": 8,
"maxHeight": 9, "maxHeight": 9,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 45, "minHeight": 45,
"maxHeight": 65, "maxHeight": 65,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:blackstone"}]
},
"palette": [
{
"block": "minecraft:blackstone"
}
]
} }
], ],
"objects": [ "objects": [
@@ -78,46 +50,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -152,46 +94,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -226,46 +138,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -302,46 +184,16 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -378,46 +230,16 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -447,46 +269,16 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "minecraft:brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]}
"block": "minecraft:brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:red_mushroom_block"}],
{ "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]}
"block": "minecraft:red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "minecraft:warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "minecraft:mushroom_stem"}],
{ "replace": {"palette": [{"block": "minecraft:blackstone"}]}
"block": "minecraft:mushroom_stem"
}
],
"replace": {
"palette": [
{
"block": "minecraft:blackstone"
}
]
}
} }
], ],
"rotation": { "rotation": {
@@ -515,9 +307,7 @@
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -537,63 +327,35 @@
"block": "minecraft:warped_button" "block": "minecraft:warped_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:warped_fungus"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:warped_fungus"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.11, "chance": 0.11,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:warped_roots"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:warped_roots"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 7, "stackMax": 7,
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:twisting_vines_plant"}],
{ "style": {"style": "STATIC"},
"block": "minecraft:twisting_vines_plant"
}
],
"style": {
"style": "STATIC"
},
"stackMin": 3 "stackMin": 3
} }
], ],
"childShrinkFactor": 2.4, "childShrinkFactor": 2.4,
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,

View File

@@ -3,13 +3,11 @@
"color": "#5C4DEA", "color": "#5C4DEA",
"derivative": "DEEP_OCEAN", "derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN", "vanillaDerivative": "DEEP_OCEAN",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": -40, "max": -40,
"min": -80 "min": -80
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
@@ -18,29 +16,15 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "NOWHERE"},
"style": "NOWHERE"
},
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:clay" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"
@@ -50,11 +34,7 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"palette": [ "palette": [{"block": "minecraft:gravel"}]
{
"block": "minecraft:gravel"
}
]
} }
], ],
"objects": [ "objects": [
@@ -97,21 +77,13 @@
"structures/kship4" "structures/kship4"
], ],
"chance": 0.001, "chance": 0.001,
"markers": [ "markers": [{
{ "mark": [{"block": "minecraft:spruce_planks"}],
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 4, "maximumMarkers": 4,
"marker": "skelepirate" "marker": "skelepirate"
} }],
],
"onwater": true, "onwater": true,
"translate": { "translate": {"y": -1},
"y": -1
},
"waterloggable": true "waterloggable": true
}, },
{ {
@@ -169,59 +141,37 @@
"structures/oruins3" "structures/oruins3"
], ],
"mode": "PAINT", "mode": "PAINT",
"loot": [ "loot": [{"name": "tropical-dungeon"}]
{
"name": "tropical-dungeon"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.09, "chance": 0.09,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{
"block": "minecraft:kelp_plant"
}
],
"stackMin": 2, "stackMin": 2,
"stackMax": 12, "stackMax": 12,
"partOf": "SEA_FLOOR" "partOf": "SEA_FLOOR"
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{"block": "minecraft:seagrass"}]
{
"block": "minecraft:seagrass"
}
]
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "lower"}
"half": "lower" }],
} "topPalette": [{
}
],
"topPalette": [
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "upper"}
"half": "upper" }],
}
}
],
"partOf": "SEA_FLOOR" "partOf": "SEA_FLOOR"
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
} }
} }

View File

@@ -3,13 +3,11 @@
"color": "#5244D5", "color": "#5244D5",
"derivative": "OCEAN", "derivative": "OCEAN",
"vanillaDerivative": "OCEAN", "vanillaDerivative": "OCEAN",
"generators": [ "generators": [{
{
"generator": "mountain", "generator": "mountain",
"max": -35, "max": -35,
"min": -60 "min": -60
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
@@ -18,29 +16,15 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "FRACTAL_FBM_IRIS"},
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:clay" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"
@@ -50,11 +34,7 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"palette": [ "palette": [{"block": "minecraft:gravel"}]
{
"block": "minecraft:gravel"
}
]
} }
], ],
"objects": [ "objects": [
@@ -82,37 +62,17 @@
"edit": [ "edit": [
{ {
"find": [ "find": [
{ {"block": "minecraft:grass_block"},
"block": "minecraft:grass_block" {"block": "minecraft:dirt"}
},
{
"block": "minecraft:dirt"
}
], ],
"replace": { "replace": {"palette": [{"block": "minecraft:clay"}]}
"palette": [
{
"block": "minecraft:clay"
}
]
}
}, },
{ {
"find": [ "find": [
{ {"block": "minecraft:tall_grass"},
"block": "minecraft:tall_grass" {"block": "minecraft:grass"}
},
{
"block": "minecraft:grass"
}
], ],
"replace": { "replace": {"palette": [{"block": "minecraft:water"}]}
"palette": [
{
"block": "minecraft:water"
}
]
}
} }
] ]
}, },
@@ -158,40 +118,24 @@
"decorators": [ "decorators": [
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{
"block": "minecraft:kelp_plant"
}
],
"stackMin": 2, "stackMin": 2,
"stackMax": 6 "stackMax": 6
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "minecraft:seagrass"}]
{
"block": "minecraft:seagrass"
}
]
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "lower"}
"half": "lower" }],
} "topPalette": [{
}
],
"topPalette": [
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "upper"}
"half": "upper" }]
}
}
]
} }
], ],
"childStyle": { "childStyle": {

View File

@@ -3,52 +3,33 @@
"color": "#39ABDF", "color": "#39ABDF",
"derivative": "PLAINS", "derivative": "PLAINS",
"vanillaDerivative": "PLAINS", "vanillaDerivative": "PLAINS",
"generators": [ "generators": [{
{
"generator": "ocean", "generator": "ocean",
"max": -20, "max": -20,
"min": -30 "min": -30
} }],
],
"biomeZoom": 60, "biomeZoom": 60,
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX" "wall": {"palette": [
}, {"block": "minecraft:stone"},
"wall": { {"block": "minecraft:andesite"}
"palette": [ ]},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
},
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "minecraft:grass_block"}]
{
"block": "minecraft:grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "minecraft:dirt"},
"block": "minecraft:dirt" {"block": "minecraft:coarse_dirt"}
},
{
"block": "minecraft:coarse_dirt"
}
] ]
} }
], ],
"objects": [ "objects": [{
{
"place": [ "place": [
"structures/landstone1", "structures/landstone1",
"structures/landstone2", "structures/landstone2",
@@ -67,8 +48,7 @@
"max": 360 "max": 360
} }
} }
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.2, "chance": 0.2,
@@ -90,42 +70,18 @@
} }
}, },
"palette": [ "palette": [
{ {"block": "minecraft:dandelion"},
"block": "minecraft:dandelion" {"block": "minecraft:poppy"},
}, {"block": "minecraft:blue_orchid"},
{ {"block": "minecraft:allium"},
"block": "minecraft:poppy" {"block": "minecraft:azure_bluet"},
}, {"block": "minecraft:red_tulip"},
{ {"block": "minecraft:orange_tulip"},
"block": "minecraft:blue_orchid" {"block": "minecraft:white_tulip"},
}, {"block": "minecraft:pink_tulip"},
{ {"block": "minecraft:oxeye_daisy"},
"block": "minecraft:allium" {"block": "minecraft:cornflower"},
}, {"block": "minecraft:lily_of_the_valley"}
{
"block": "minecraft:azure_bluet"
},
{
"block": "minecraft:red_tulip"
},
{
"block": "minecraft:orange_tulip"
},
{
"block": "minecraft:white_tulip"
},
{
"block": "minecraft:pink_tulip"
},
{
"block": "minecraft:oxeye_daisy"
},
{
"block": "minecraft:cornflower"
},
{
"block": "minecraft:lily_of_the_valley"
}
] ]
}, },
{ {
@@ -133,34 +89,20 @@
"chance": 0.09, "chance": 0.09,
"stackMin": 1, "stackMin": 1,
"stackMax": 4, "stackMax": 4,
"palette": [ "palette": [{"block": "minecraft:sugar_cane"}],
{
"block": "minecraft:sugar_cane"
}
],
"style": { "style": {
"style": "NOWHERE", "style": "NOWHERE",
"zoom": 0.65 "zoom": 0.65
}, },
"heightVariance": { "heightVariance": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}]
{
"block": "minecraft:tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "minecraft:grass"}]
{
"block": "minecraft:grass"
}
]
} }
] ]
} }

View File

@@ -3,24 +3,16 @@
"color": "#4639C0", "color": "#4639C0",
"derivative": "WARM_OCEAN", "derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN",
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": -30, "max": -30,
"min": -50 "min": -50
} }],
], "layers": [{
"layers": [
{
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"palette": [ "palette": [{"block": "minecraft:sand"}]
{ }],
"block": "minecraft:sand"
}
]
}
],
"objects": [ "objects": [
{ {
"place": [ "place": [
@@ -73,41 +65,23 @@
"min": -360 "min": -360
} }
}, },
"edit": [ "edit": [{
{
"find": [ "find": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:dirt"}
},
{
"block": "minecraft:dirt"
}
], ],
"replace": { "replace": {
"palette": [ "palette": [
{ {"block": "minecraft:brain_coral_block"},
"block": "minecraft:brain_coral_block" {"block": "minecraft:horn_coral_block"},
}, {"block": "minecraft:tube_coral_block"},
{ {"block": "minecraft:fire_coral_block"},
"block": "minecraft:horn_coral_block" {"block": "minecraft:bubble_coral_block"}
},
{
"block": "minecraft:tube_coral_block"
},
{
"block": "minecraft:fire_coral_block"
},
{
"block": "minecraft:bubble_coral_block"
}
], ],
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.07 "zoom": 0.07
} }
} }]
]
}, },
{ {
"place": [ "place": [
@@ -124,37 +98,17 @@
"edit": [ "edit": [
{ {
"find": [ "find": [
{ {"block": "minecraft:grass_block"},
"block": "minecraft:grass_block" {"block": "minecraft:dirt"}
},
{
"block": "minecraft:dirt"
}
], ],
"replace": { "replace": {"palette": [{"block": "minecraft:clay"}]}
"palette": [
{
"block": "minecraft:clay"
}
]
}
}, },
{ {
"find": [ "find": [
{ {"block": "minecraft:tall_grass"},
"block": "minecraft:tall_grass" {"block": "minecraft:grass"}
},
{
"block": "minecraft:grass"
}
], ],
"replace": { "replace": {"palette": [{"block": "minecraft:seagrass"}]}
"palette": [
{
"block": "minecraft:seagrass"
}
]
}
} }
] ]
}, },
@@ -176,22 +130,14 @@
"structures/kship3", "structures/kship3",
"structures/kship4" "structures/kship4"
], ],
"markers": [ "markers": [{
{ "mark": [{"block": "minecraft:spruce_planks"}],
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 4, "maximumMarkers": 4,
"marker": "skelepirate" "marker": "skelepirate"
} }],
],
"chance": 0.005, "chance": 0.005,
"onwater": true, "onwater": true,
"translate": { "translate": {"y": -1},
"y": -1
},
"waterloggable": true "waterloggable": true
}, },
{ {
@@ -212,97 +158,63 @@
"structures/oruins3" "structures/oruins3"
], ],
"mode": "PAINT", "mode": "PAINT",
"loot": [ "loot": [{"name": "tropical-dungeon"}]
{
"name": "tropical-dungeon"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.05, "chance": 0.05,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "variance": {"style": "STATIC"},
},
"variance": {
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"block": "minecraft:sea_pickle", "block": "minecraft:sea_pickle",
"data": { "data": {"pickles": 1}
"pickles": 1
}
}, },
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sea_pickle", "block": "minecraft:sea_pickle",
"data": { "data": {"pickles": 2}
"pickles": 2
}
}, },
{ {
"weight": 3, "weight": 3,
"block": "minecraft:sea_pickle", "block": "minecraft:sea_pickle",
"data": { "data": {"pickles": 3}
"pickles": 3
}
}, },
{ {
"weight": 4, "weight": 4,
"block": "minecraft:sea_pickle", "block": "minecraft:sea_pickle",
"data": { "data": {"pickles": 4}
"pickles": 4
}
} }
] ]
}, },
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{
"block": "minecraft:kelp_plant"
}
],
"stackMin": 2, "stackMin": 2,
"stackMax": 6, "stackMax": 6,
"partOf": "SEA_FLOOR" "partOf": "SEA_FLOOR"
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{"block": "minecraft:seagrass"}]
{
"block": "minecraft:seagrass"
}
]
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "lower"}
"half": "lower" }],
} "topPalette": [{
}
],
"topPalette": [
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "upper"}
"half": "upper" }],
}
}
],
"partOf": "SEA_FLOOR" "partOf": "SEA_FLOOR"
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
} }
} }

View File

@@ -3,50 +3,30 @@
"color": "#382CAA", "color": "#382CAA",
"derivative": "WARM_OCEAN", "derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN",
"children": [ "children": ["ocean/warm-bottom"],
"ocean/warm-bottom" "generators": [{
],
"generators": [
{
"min": -32, "min": -32,
"max": -10, "max": -10,
"generator": "mountain" "generator": "mountain"
} }],
], "layers": [{
"layers": [
{
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"style": { "style": {"style": "FRACTAL_FBM_IRIS"},
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {"block": "minecraft:sand"},
"block": "minecraft:sand" {"block": "minecraft:clay"},
}, {"block": "minecraft:sand"},
{ {"block": "minecraft:gravel"},
"block": "minecraft:clay" {"block": "minecraft:sand"},
}, {"block": "minecraft:dirt"},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "minecraft:sand" "block": "minecraft:sand"
} }
] ]
} }],
],
"objects": [ "objects": [
{ {
"place": [ "place": [
@@ -100,41 +80,23 @@
"min": -360 "min": -360
} }
}, },
"edit": [ "edit": [{
{
"find": [ "find": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:dirt"}
},
{
"block": "minecraft:dirt"
}
], ],
"replace": { "replace": {
"palette": [ "palette": [
{ {"block": "minecraft:brain_coral_block"},
"block": "minecraft:brain_coral_block" {"block": "minecraft:horn_coral_block"},
}, {"block": "minecraft:tube_coral_block"},
{ {"block": "minecraft:fire_coral_block"},
"block": "minecraft:horn_coral_block" {"block": "minecraft:bubble_coral_block"}
},
{
"block": "minecraft:tube_coral_block"
},
{
"block": "minecraft:fire_coral_block"
},
{
"block": "minecraft:bubble_coral_block"
}
], ],
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.07 "zoom": 0.07
} }
} }]
]
}, },
{ {
"place": [ "place": [
@@ -151,37 +113,17 @@
"edit": [ "edit": [
{ {
"find": [ "find": [
{ {"block": "minecraft:grass_block"},
"block": "minecraft:grass_block" {"block": "minecraft:dirt"}
},
{
"block": "minecraft:dirt"
}
], ],
"replace": { "replace": {"palette": [{"block": "minecraft:clay"}]}
"palette": [
{
"block": "minecraft:clay"
}
]
}
}, },
{ {
"find": [ "find": [
{ {"block": "minecraft:tall_grass"},
"block": "minecraft:tall_grass" {"block": "minecraft:grass"}
},
{
"block": "minecraft:grass"
}
], ],
"replace": { "replace": {"palette": [{"block": "minecraft:seagrass"}]}
"palette": [
{
"block": "minecraft:seagrass"
}
]
}
} }
] ]
}, },
@@ -203,22 +145,14 @@
"structures/kship3", "structures/kship3",
"structures/kship4" "structures/kship4"
], ],
"markers": [ "markers": [{
{ "mark": [{"block": "minecraft:spruce_planks"}],
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 4, "maximumMarkers": 4,
"marker": "skelepirate" "marker": "skelepirate"
} }],
],
"chance": 0.005, "chance": 0.005,
"onwater": true, "onwater": true,
"translate": { "translate": {"y": -1},
"y": -1
},
"waterloggable": true "waterloggable": true
}, },
{ {
@@ -239,60 +173,38 @@
"structures/oruins3" "structures/oruins3"
], ],
"mode": "PAINT", "mode": "PAINT",
"loot": [ "loot": [{"name": "tropical-dungeon"}]
{
"name": "tropical-dungeon"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [{"block": "minecraft:kelp_plant"}],
{
"block": "minecraft:kelp_plant"
}
],
"stackMin": 2, "stackMin": 2,
"stackMax": 6, "stackMax": 6,
"partOf": "SEA_FLOOR" "partOf": "SEA_FLOOR"
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "minecraft:seagrass"}]
{
"block": "minecraft:seagrass"
}
]
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "lower"}
"half": "lower" }],
} "topPalette": [{
}
],
"topPalette": [
{
"block": "minecraft:tall_seagrass", "block": "minecraft:tall_seagrass",
"data": { "data": {"half": "upper"}
"half": "upper" }],
}
}
],
"partOf": "SEA_FLOOR" "partOf": "SEA_FLOOR"
} }
], ],
"loot": { "loot": {
"mode": "ADD", "mode": "ADD",
"multiplier": 1, "multiplier": 1,
"tables": [ "tables": ["tropical-dungeon"]
"tropical-dungeon"
]
}, },
"childStyle": { "childStyle": {
"style": "GLOB", "style": "GLOB",

View File

@@ -4,82 +4,46 @@
"rarity": 1, "rarity": 1,
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "SAVANNA", "vanillaDerivative": "SAVANNA",
"customDerivitives": [ "customDerivitives": [{
{
"category": "savanna", "category": "savanna",
"id": "savanna_acacia_denmyre", "id": "savanna_acacia_denmyre",
"grassColor": "#DFD545", "grassColor": "#DFD545",
"foliageColor": "#D6A513", "foliageColor": "#D6A513",
"waterColor": "#33CB99", "waterColor": "#33CB99",
"downfallType": "none" "downfallType": "none"
} }],
], "generators": [{
"generators": [
{
"min": 4, "min": 4,
"max": 7, "max": 7,
"generator": "plain" "generator": "plain"
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
}, },
"layers": [ "layers": [
{ {
"style": { "style": {"style": "FLAT"},
"style": "FLAT" "palette": [{"block": "minecraft:grass_block"}]
},
"palette": [
{
"block": "minecraft:grass_block"
}
]
},
{
"palette": [
{
"block": "minecraft:dirt"
}
]
}, },
{"palette": [{"block": "minecraft:dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "minecraft:coarse_dirt"}]
{
"block": "minecraft:coarse_dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "minecraft:stone"},
"block": "minecraft:stone" {"block": "minecraft:andesite"},
}, {"block": "minecraft:stone"}
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:stone"
}
] ]
} }
], ],
@@ -93,26 +57,13 @@
"rarity": 1500 "rarity": 1500
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.5, "chance": 0.5,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "minecraft:acacia_planks"}],
"find": [ "replace": {"palette": [{"block": "minecraft:stripped_acacia_wood"}]}
{ }],
"block": "minecraft:acacia_planks"
}
],
"replace": {
"palette": [
{
"block": "minecraft:stripped_acacia_wood"
}
]
}
}
],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -136,64 +87,39 @@
"y": -1, "y": -1,
"z": 0 "z": 0
} }
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.1, "chance": 0.1,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.01, "zoom": 0.01,
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,
"block": "minecraft:dead_bush" "block": "minecraft:dead_bush"
}, },
{ {"block": "minecraft:brown_mushroom"}
"block": "minecraft:brown_mushroom"
}
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 2, "stackMax": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "minecraft:cactus"}],
},
"palette": [
{
"block": "minecraft:cactus"
}
],
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.4, "chance": 0.4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:grass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:grass"
}
],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
@@ -213,24 +139,14 @@
"block": "minecraft:stone_button" "block": "minecraft:stone_button"
} }
], ],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
}, },
{ {
"chance": 0.017, "chance": 0.017,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "minecraft:tall_grass"}],
{ "style": {"style": "STATIC"}
"block": "minecraft:tall_grass"
}
],
"style": {
"style": "STATIC"
}
} }
] ]
} }

Some files were not shown because too many files have changed in this diff Show More