9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00

Alpha V3700

cool
This commit is contained in:
RePixelatedMC
2023-09-01 20:14:31 +02:00
parent 0b4bd19222
commit 34036446c0
65 changed files with 3663 additions and 2138 deletions

View File

@@ -2,10 +2,12 @@
"name": "Cursed forest", "name": "Cursed forest",
"derivative": "DEEP_DARK", "derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK", "vanillaDerivative": "DEEP_DARK",
"color": "#404040",
"entitySpawners": [ "entitySpawners": [
"corrupted/cursed-forest" "corrupted/cursed-forest"
], ],
"jigsawStructures": [ "jigsawStructures": [
{ {
"structure": "woodland-mansion", "structure": "woodland-mansion",
@@ -98,11 +100,11 @@
"carvingSupport": "SURFACE_ONLY", "carvingSupport": "SURFACE_ONLY",
"chance": 0.25, "chance": 0.25,
"mode": "MIN_HEIGHT", "mode": "FAST_MIN_HEIGHT",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
"max": 0, "max": 270,
"interval": 90, "interval": 90,
"enabled": true "enabled": true
}, },

View File

@@ -0,0 +1,82 @@
{
"name": "Cursed Mountains",
"derivative": "DEEP_DARK",
"vanillaDerivative": "DEEP_DARK",
"color": "#010203",
"entitySpawners": [
"corrupted/cursed-forest"
],
"children": [
"cursed/cursed-forest"
],
"childShrinkFactor": 1,
"childStyle":{
"style": "CELLULAR",
"zoom": 2.5
},
"jigsawStructures": [
{
"structure": "woodland-mansion",
"rarity": 2400
}
],
"customDerivitives": [
{
"category": "plains",
"id": "cursedforest",
"ambientParticle":{
"particle": "ASH",
"rarity": 3
},
"skyColor": "#111111",
"fogColor": "#111111",
"waterColor": "#660000",
"waterFogColor": "#660000",
"downfallType": "rain",
"grassColor": "#222222",
"foliageColor": "#444444"
}
],
"effects": [
{
"sound": "MUSIC_NETHER_SOUL_SAND_VALLEY",
"soundDistance": 12,
"volume": 3.6,
"chance": 1,
"interval": 140000
},
{
"sound": "ENTITY_GHAST_SCREAM",
"soundDistance": 12,
"volume": 6.6,
"chance": 1,
"interval": 140000
}
],
"generators": [{
"generator": "mountain",
"max": 340,
"min": 139
}],
"layers": [
{
"palette": [{"block": "minecraft:tuff"}],
"slopeCondition":{"maximumSlope": 4},
"maxHeight": 1
},
{
"palette": [{"block": "minecraft:deepslate"}],
"maxHeight": 1
}],
"wall": {"palette": [
{"block": "minecraft:deepslate"}
]}
}

View File

@@ -32,11 +32,6 @@
"particleCount": 0 "particleCount": 0
} }
], ],
"loot":{
"tables": ["structures/ancient-city"],
"mode": "REPLACE",
"multiplier": 1
},
"carving": { "carving": {
"caves": [ "caves": [

View File

@@ -22,8 +22,8 @@
"generators": [{ "generators": [{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": -220, "max": -40,
"min": -280 "min": -80
}], }],
"layers": [ "layers": [

View File

@@ -0,0 +1,25 @@
{
"name": "Cursed T1",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"color": "#404040",
"generators": [{
"generator": "plain",
"max": 24,
"min": 13
}],
"layers": [
{
"palette": [{"block": "minecraft:grass_block"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
},
{
"palette": [{"block": "minecraft:deepslate"}],
"maxHeight": 12
}],
"wall": {"palette": [
{"block": "minecraft:deepslate"}
]}
}

View File

@@ -0,0 +1,39 @@
{
"name": "Cursed Walls",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"color": "#404040",
"generators": [{
"generator": "mountain",
"max": 34,
"min": 13
}],
"children": [
"developer-biomes/cursed-t1"
],
"childShrinkFactor": 2,
"childStyle":{
"imageMap":{
"channel": "BRIGHTNESS",
"centered": true,
"coordinateScale": 1,
"image": "wallsv2",
"interpolationMethod": "BILINEAR_STARCAST_12",
"tiled": true
},
"zoom": 1
},
"layers": [
{
"palette": [{"block": "minecraft:deepslate"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
},
{
"palette": [{"block": "minecraft:deepslate"}],
"maxHeight": 12
}],
"wall": {"palette": [
{"block": "minecraft:deepslate"}
]}
}

View File

@@ -0,0 +1,26 @@
{
"name": "Cursed Outerwalls",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"color": "#404040",
"generators": [{
"generator": "highplains",
"max": 30,
"min": 29
}],
"layers": [
{
"palette": [{"block": "minecraft:podzol"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
},
{
"palette": [{"block": "minecraft:deepslate"}],
"maxHeight": 12
}],
"wall": {"palette": [
{"block": "minecraft:deepslate"}
]}
}

View File

@@ -0,0 +1,187 @@
{
"name": "Cold plains",
"color": "#B0BDC4",
"rarity": 1,
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"children": ["frozen/fields/mountain-spruce-frosty"],
"childStyle":{
"style": "SIMPLEX_CELLS",
"zoom": 0.3
},
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 30,
"min": 20
},
{
"generator": "mountain",
"max": 5,
"min": 1
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.025,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.055,
"place": [
"clutter/stone1",
"clutter/stone2",
"clutter/stone3",
"clutter/stone4",
"clutter/stone5",
"clutter/stone6",
"clutter/stone7",
"clutter/stoneboulder1",
"clutter/stoneboulder2",
"clutter/stoneboulder3",
"clutter/stoneboulder4",
"clutter/stoneboulder5",
"clutter/stoneboulder6",
"clutter/stoneboulder7",
"clutter/stoneboulder8",
"clutter/stoneboulder9",
"clutter/stoneboulder10",
"clutter/stoneboulder11",
"clutter/stoneboulder12",
"clutter/stoneboulder13",
"clutter/stoneboulder14",
"clutter/stoneboulder15"
]
}
],
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.25,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "SIMPLEX",
"zoom": 0.2,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "minecraft:dandelion"},
{"block": "minecraft:poppy"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:allium"},
{"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,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.02,
"palette": [
{
"block": "minecraft:sweet_berry_bush",
"data": {"age": 2}
},
{
"block": "minecraft:sweet_berry_bush",
"data": {"age": 1}
},
{
"block": "minecraft:sweet_berry_bush",
"data": {"age": 0}
}
]
}
]
}

View File

@@ -0,0 +1,219 @@
{
"name": "Cold Spines",
"color": "#B0BDC4",
"rarity": 1,
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 30,
"min": 20
},
{
"generator": "mountain",
"max": 5,
"min": 1
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"place": [
"trees/spruce/lfrostgeneric1",
"trees/spruce/lfrostgeneric2",
"trees/spruce/lfrostgeneric3",
"trees/spruce/lfrostgeneric4",
"trees/spruce/lfrostgeneric5",
"trees/spruce/lfrostgeneric6",
"trees/spruce/lfrostgeneric7",
"trees/spruce/lfrostgeneric8",
"trees/spruce/lfrostgeneric9",
"trees/spruce/lfrostgeneric10",
"trees/spruce/lfrostgeneric11",
"trees/spruce/lfrostgeneric12",
"trees/spruce/lfrostgeneric13",
"trees/spruce/lfrostgeneric14",
"trees/spruce/lfrostgeneric15",
"trees/spruce/lfrostgeneric16",
"trees/spruce/lfrostgeneric17",
"trees/spruce/lfrostgeneric18",
"trees/spruce/lfrostgeneric19",
"trees/spruce/lfrostgeneric20",
"trees/spruce/lfrostgeneric21"
],
"edit": [{
"find": [
{"block": "minecraft:dark_oak_fence"},
{"block": "minecraft:dark_oak_fence_gate"}
],
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
},
{
"find": [
{"block": "minecraft:spruce_leaves"}
],
"replace": {"palette": [{"block": "minecraft:oak_leaves"}]}
}],
"chance": 0.6,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.25,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "SIMPLEX",
"zoom": 0.2,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "minecraft:dandelion"},
{"block": "minecraft:poppy"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:allium"},
{"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,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.02,
"palette": [
{
"block": "minecraft:sweet_berry_bush",
"data": {"age": 2}
},
{
"block": "minecraft:sweet_berry_bush",
"data": {"age": 1}
},
{
"block": "minecraft:sweet_berry_bush",
"data": {"age": 0}
}
]
}
]
}

View File

@@ -0,0 +1,145 @@
{
"name": "Hilly Plains",
"color": "#4E5A61",
"rarity": 1,
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-snowy",
"rarity": 800
},
{
"structure": "igloo",
"rarity": 800
}
],
"generators": [
{
"generator": "prototype/rivers",
"max": 10,
"min": -5
}
],
"wall": {
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
}
]
},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.01,
"place": [
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11"
]
},
{
"mode": "PAINT",
"rotation":{
"zAxis":{
"max": 360,
"min": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"chance": 0.05,
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"snow": 0.25
}
]
}

View File

@@ -0,0 +1,274 @@
{
"name": "Mountain Forest",
"color": "#B0BDC4",
"rarity": 1,
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 70,
"min": 50
},
{
"generator": "mountain",
"max": 5,
"min": 1
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"style":{
"style": "SIMPLEX",
"zoom": 0.5,
"fracture": {
"axialFracturing": true,
"style": "STATIC",
"multiplier": 4
}
},
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:snow_block"}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"density": 1,
"chance": 0.005,
"place": [
"clutter/camp1",
"clutter/camp2",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"place": [
"trees/spruce/vgeneric1",
"trees/spruce/vgeneric3",
"trees/spruce/vgeneric4",
"trees/spruce/vgeneric5",
"trees/spruce/vgeneric6",
"trees/spruce/vgeneric7",
"trees/spruce/vgeneric8",
"trees/spruce/vgeneric9",
"trees/spruce/vgeneric10",
"trees/spruce/vgeneric11",
"trees/spruce/vgeneric12",
"trees/spruce/vgeneric13",
"trees/spruce/vgeneric14",
"trees/spruce/vgeneric15",
"trees/spruce/vgeneric16",
"trees/spruce/vgeneric17",
"trees/spruce/vgeneric18",
"trees/spruce/vgeneric19",
"trees/spruce/vgeneric20",
"trees/spruce/vgeneric21",
"trees/spruce/vgeneric22",
"trees/spruce/vgeneric23",
"trees/spruce/vgeneric24",
"trees/spruce/vgeneric25",
"trees/spruce/vgeneric26",
"trees/spruce/vgeneric27",
"trees/spruce/vgeneric28",
"trees/spruce/vgeneric29",
"trees/spruce/vgeneric30",
"trees/spruce/vgeneric31",
"trees/spruce/vgeneric32"
],
"edit": [{
"find": [
{"block": "minecraft:dark_oak_fence"},
{"block": "minecraft:dark_oak_fence_gate"}
],
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
},
{
"find": [
{"block": "minecraft:spruce_leaves"}
],
"replace": {"palette": [{"block": "minecraft:oak_leaves"}]}
}],
"chance": 1,
"density": 2,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "minecraft:sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:snow"}]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "north", "face": "floor"}
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "east", "face": "floor"}
}
]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:fern"}]
},
{
"chance": 0.1,
"palette": [{"block": "minecraft:large_fern"}]
},
{
"chance": 0.05,
"palette": [{"block": "minecraft:cobblestone_slab"}]
}
]
}

View File

@@ -0,0 +1,294 @@
{
"name": "Mountain Forest",
"color": "#B0BDC4",
"rarity": 1,
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"children": ["frozen/fields/mountain-spruce-frosty-extended"],
"childStyle":{
"style": "SIMPLEX",
"zoom": 0.5
},
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-snowy",
"rarity": 800
},
{
"structure": "igloo",
"rarity": 800
}
],
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 30,
"min": 20
},
{
"generator": "mountain",
"max": 5,
"min": 1
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"style":{
"style": "SIMPLEX",
"zoom": 0.5,
"fracture": {
"axialFracturing": true,
"style": "STATIC",
"multiplier": 4
}
},
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:snow_block"}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"density": 1,
"chance": 0.005,
"place": [
"clutter/camp1",
"clutter/camp2",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"place": [
"trees/spruce/vgeneric1",
"trees/spruce/vgeneric3",
"trees/spruce/vgeneric4",
"trees/spruce/vgeneric5",
"trees/spruce/vgeneric6",
"trees/spruce/vgeneric7",
"trees/spruce/vgeneric8",
"trees/spruce/vgeneric9",
"trees/spruce/vgeneric10",
"trees/spruce/vgeneric11",
"trees/spruce/vgeneric12",
"trees/spruce/vgeneric13",
"trees/spruce/vgeneric14",
"trees/spruce/vgeneric15",
"trees/spruce/vgeneric16",
"trees/spruce/vgeneric17",
"trees/spruce/vgeneric18",
"trees/spruce/vgeneric19",
"trees/spruce/vgeneric20",
"trees/spruce/vgeneric21",
"trees/spruce/vgeneric22",
"trees/spruce/vgeneric23",
"trees/spruce/vgeneric24",
"trees/spruce/vgeneric25",
"trees/spruce/vgeneric26",
"trees/spruce/vgeneric27",
"trees/spruce/vgeneric28",
"trees/spruce/vgeneric29",
"trees/spruce/vgeneric30",
"trees/spruce/vgeneric31",
"trees/spruce/vgeneric32"
],
"edit": [{
"find": [
{"block": "minecraft:dark_oak_fence"},
{"block": "minecraft:dark_oak_fence_gate"}
],
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
},
{
"find": [
{"block": "minecraft:spruce_leaves"}
],
"replace": {"palette": [{"block": "minecraft:oak_leaves"}]}
}],
"chance": 1,
"density": 2,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "minecraft:sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:snow"}]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "north", "face": "floor"}
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "east", "face": "floor"}
}
]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:fern"}]
},
{
"chance": 0.1,
"palette": [{"block": "minecraft:large_fern"}]
},
{
"chance": 0.05,
"palette": [{"block": "minecraft:cobblestone_slab"}]
}
]
}

View File

@@ -0,0 +1,284 @@
{
"name": "Mountain Forest",
"color": "#B0BDC4",
"rarity": 1,
"children": ["frozen/fields/mountain-spruce-frosty"],
"childStyle":{
"style": "SIMPLEX_CELLS",
"zoom": 0.3
},
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 70,
"min": 50
},
{
"generator": "mountain",
"max": 5,
"min": 1
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"style":{
"style": "SIMPLEX",
"zoom": 0.5,
"fracture": {
"axialFracturing": true,
"style": "STATIC",
"multiplier": 4
}
},
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:snow_block"}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"density": 1,
"chance": 0.005,
"place": [
"clutter/camp1",
"clutter/camp2",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"snow": 0.5
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"snow": 0.5
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"snow": 0.5
},
{
"place": [
"trees/spruce/vgeneric1",
"trees/spruce/vgeneric3",
"trees/spruce/vgeneric4",
"trees/spruce/vgeneric5",
"trees/spruce/vgeneric6",
"trees/spruce/vgeneric7",
"trees/spruce/vgeneric8",
"trees/spruce/vgeneric9",
"trees/spruce/vgeneric10",
"trees/spruce/vgeneric11",
"trees/spruce/vgeneric12",
"trees/spruce/vgeneric13",
"trees/spruce/vgeneric14",
"trees/spruce/vgeneric15",
"trees/spruce/vgeneric16",
"trees/spruce/vgeneric17",
"trees/spruce/vgeneric18",
"trees/spruce/vgeneric19",
"trees/spruce/vgeneric20",
"trees/spruce/vgeneric21",
"trees/spruce/vgeneric22",
"trees/spruce/vgeneric23",
"trees/spruce/vgeneric24",
"trees/spruce/vgeneric25",
"trees/spruce/vgeneric26",
"trees/spruce/vgeneric27",
"trees/spruce/vgeneric28",
"trees/spruce/vgeneric29",
"trees/spruce/vgeneric30",
"trees/spruce/vgeneric31",
"trees/spruce/vgeneric32"
],
"edit": [{
"find": [
{"block": "minecraft:dark_oak_fence"},
{"block": "minecraft:dark_oak_fence_gate"}
],
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
},
{
"find": [
{"block": "minecraft:spruce_leaves"}
],
"replace": {"palette": [{"block": "minecraft:oak_leaves"}]}
}],
"chance": 1,
"density": 2,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"snow": 0.5
}
],
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "minecraft:sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:snow"}]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "north", "face": "floor"}
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "east", "face": "floor"}
}
]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:fern"}]
},
{
"chance": 0.1,
"palette": [{"block": "minecraft:large_fern"}]
},
{
"chance": 0.05,
"palette": [{"block": "minecraft:cobblestone_slab"}]
}
]
}

View File

@@ -0,0 +1,297 @@
{
"name": "Mountain Forest",
"color": "#B0BDC4",
"rarity": 1,
"children": ["frozen/fields/mountain-spruce-frosty"],
"childStyle":{
"style": "SIMPLEX_CELLS",
"zoom": 0.3
},
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-snowy",
"rarity": 800
},
{
"structure": "igloo",
"rarity": 800
}
],
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 30,
"min": 20
},
{
"generator": "mountain",
"max": 5,
"min": 1
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"style":{
"style": "SIMPLEX",
"zoom": 0.5,
"fracture": {
"axialFracturing": true,
"style": "STATIC",
"multiplier": 4
}
},
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:snow_block"}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"density": 1,
"chance": 0.005,
"place": [
"clutter/camp1",
"clutter/camp2",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"snow": 0.5
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"snow": 0.5
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"snow": 0.5
},
{
"place": [
"trees/spruce/vgeneric1",
"trees/spruce/vgeneric3",
"trees/spruce/vgeneric4",
"trees/spruce/vgeneric5",
"trees/spruce/vgeneric6",
"trees/spruce/vgeneric7",
"trees/spruce/vgeneric8",
"trees/spruce/vgeneric9",
"trees/spruce/vgeneric10",
"trees/spruce/vgeneric11",
"trees/spruce/vgeneric12",
"trees/spruce/vgeneric13",
"trees/spruce/vgeneric14",
"trees/spruce/vgeneric15",
"trees/spruce/vgeneric16",
"trees/spruce/vgeneric17",
"trees/spruce/vgeneric18",
"trees/spruce/vgeneric19",
"trees/spruce/vgeneric20",
"trees/spruce/vgeneric21",
"trees/spruce/vgeneric22",
"trees/spruce/vgeneric23",
"trees/spruce/vgeneric24",
"trees/spruce/vgeneric25",
"trees/spruce/vgeneric26",
"trees/spruce/vgeneric27",
"trees/spruce/vgeneric28",
"trees/spruce/vgeneric29",
"trees/spruce/vgeneric30",
"trees/spruce/vgeneric31",
"trees/spruce/vgeneric32"
],
"snow": 0.5,
"edit": [{
"find": [
{"block": "minecraft:dark_oak_fence"},
{"block": "minecraft:dark_oak_fence_gate"}
],
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
},
{
"find": [
{"block": "minecraft:spruce_leaves"}
],
"replace": {"palette": [{"block": "minecraft:oak_leaves"}]}
}],
"chance": 1,
"density": 2,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "minecraft:sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:snow"}]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "north", "face": "floor"}
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "east", "face": "floor"}
}
]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:fern"}]
},
{
"chance": 0.1,
"palette": [{"block": "minecraft:large_fern"}]
},
{
"chance": 0.05,
"palette": [{"block": "minecraft:cobblestone_slab"}]
}
]
}

View File

@@ -0,0 +1,114 @@
{
"name": "Ice Spikes",
"color": "#4E5A61",
"rarity": 1,
"derivative": "SNOWY_PLAINS",
"vanillaDerivative": "SNOWY_PLAINS",
"customDerivitives": [
{
"category": "taiga",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"grassColor": "#FFFAFA"
},
{
"category": "taiga",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"grassColor": "#FFFAFA"
}
],
"generators": [
{
"generator": "mountain",
"max": 43,
"min": 15
},
{
"generator": "highplains",
"max": 50,
"min": 40
}
],
"wall": {
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
}
]
},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}, {"block": "minecraft:stone"}]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11"
],
"rotation":{
"zAxis":{
"max": 360,
"min": 0,
"interval": 90,
"enabled": true
},
"enabled": true
}
}
]
}

View File

@@ -1,261 +0,0 @@
{
"name": "Frozen Mountain Cliffs",
"color": "#3090BB",
"rarity": 3,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",
"biomeScatter": [
"ICE_SPIKES",
"FROZEN_OCEAN",
"FROZEN_RIVER"
],
"customDerivitives": [{
"category": "extreme_hills",
"id": "frozen_mountaincliff",
"downfallType": "snow",
"temperature": -3,
"waterColor": "#216FC4",
"fogColor": "#B8D0E1",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [
{
"min": 4,
"max": 30,
"generator": "plain-cliffs"
},
{
"min": 55,
"max": 120,
"generator": "mountain"
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "NOWHERE"},
"palette": [{"block": "minecraft:packed_ice"}]
},
"layers": [
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 1,
"maxHeight": 5,
"palette": [{"block": "minecraft:packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:andesite"},
{
"weight": 2,
"block": "minecraft:stone"
}
]
}
],
"objects": [
{
"chance": 0.003,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike5",
"clutter/twoicespike1",
"clutter/twoicespike2",
"clutter/twoicespike3",
"clutter/twoicespike4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.5,
"mode": "PAINT",
"slopeCondition":{"maximumSlope": 1},
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": false
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/lfrostgeneric5",
"trees/spruce/lfrostgeneric6",
"trees/spruce/lfrostgeneric7",
"trees/spruce/lfrostgeneric8",
"trees/spruce/lfrostgeneric9",
"trees/spruce/lfrostgeneric10",
"trees/spruce/lfrostgeneric12",
"trees/spruce/lfrostgeneric13",
"trees/spruce/lfrostgeneric14",
"trees/spruce/lfrostgeneric15",
"trees/spruce/lfrostgeneric16",
"trees/spruce/lfrostgeneric17",
"trees/spruce/lfrostgeneric18",
"trees/spruce/lfrostgeneric19",
"trees/spruce/lfrostgeneric20",
"trees/spruce/lfrostgeneric21",
"trees/spruce/lfrostgeneric22",
"trees/spruce/lfrostgeneric23",
"trees/spruce/lfrostgeneric24",
"trees/spruce/lfrostgeneric25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.01,
"mode": "PAINT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": false
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/lfrostgeneric22",
"trees/spruce/lfrostgeneric23",
"trees/spruce/lfrostgeneric24",
"trees/spruce/lfrostgeneric25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.05,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5",
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11",
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"},
{
"data": {"layers": 5},
"block": "minecraft:snow"
},
{
"data": {"layers": 6},
"block": "minecraft:snow"
},
{
"data": {"layers": 7},
"block": "minecraft:snow"
},
{
"data": {"layers": 8},
"block": "minecraft:snow"
}
]
}]
}

View File

@@ -1,261 +0,0 @@
{
"name": "Frozen Mountain Cliffs",
"color": "#3090BB",
"rarity": 3,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",
"biomeScatter": [
"ICE_SPIKES",
"FROZEN_OCEAN",
"FROZEN_RIVER"
],
"customDerivitives": [{
"category": "extreme_hills",
"id": "frozen_mountaincliff",
"downfallType": "snow",
"temperature": -3,
"waterColor": "#216FC4",
"fogColor": "#B8D0E1",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"children": ["frozen/mountain-cliffs-extended"],
"generators": [
{
"min": 4,
"max": 30,
"generator": "plain-cliffs"
},
{
"min": 10,
"max": 40,
"generator": "mountain"
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "NOWHERE"},
"palette": [{"block": "minecraft:packed_ice"}]
},
"layers": [
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 1,
"maxHeight": 5,
"palette": [{"block": "minecraft:packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:andesite"},
{
"weight": 2,
"block": "minecraft:stone"
}
]
}
],
"objects": [
{
"chance": 0.003,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike5",
"clutter/twoicespike1",
"clutter/twoicespike2",
"clutter/twoicespike3",
"clutter/twoicespike4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.5,
"mode": "PAINT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": false
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/lfrostgeneric5",
"trees/spruce/lfrostgeneric6",
"trees/spruce/lfrostgeneric7",
"trees/spruce/lfrostgeneric8",
"trees/spruce/lfrostgeneric9",
"trees/spruce/lfrostgeneric10",
"trees/spruce/lfrostgeneric12",
"trees/spruce/lfrostgeneric13",
"trees/spruce/lfrostgeneric14",
"trees/spruce/lfrostgeneric15",
"trees/spruce/lfrostgeneric16",
"trees/spruce/lfrostgeneric17",
"trees/spruce/lfrostgeneric18",
"trees/spruce/lfrostgeneric19",
"trees/spruce/lfrostgeneric20",
"trees/spruce/lfrostgeneric21",
"trees/spruce/lfrostgeneric22",
"trees/spruce/lfrostgeneric23",
"trees/spruce/lfrostgeneric24",
"trees/spruce/lfrostgeneric25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.01,
"mode": "PAINT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": false
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/lfrostgeneric22",
"trees/spruce/lfrostgeneric23",
"trees/spruce/lfrostgeneric24",
"trees/spruce/lfrostgeneric25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.05,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5",
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11",
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"},
{
"data": {"layers": 5},
"block": "minecraft:snow"
},
{
"data": {"layers": 6},
"block": "minecraft:snow"
},
{
"data": {"layers": 7},
"block": "minecraft:snow"
},
{
"data": {"layers": 8},
"block": "minecraft:snow"
}
]
}]
}

View File

@@ -1,106 +0,0 @@
{
"name": "Frozen Mountain Middle",
"color": "#2686B0",
"rarity": 1,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",
"biomeScatter": [
"PLAINS",
"FOREST"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_mountain_middle",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [{
"generator": "mountain",
"max": 310,
"min": 90
}],
"biomeZoom": 0.4,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {"palette": [
{"block": "minecraft:ice"},
{"block": "minecraft:ice"},
{"block": "minecraft:cave_air"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
}
}

View File

@@ -1,102 +0,0 @@
{
"name": "Frozen Mountains",
"color": "#1E83AF",
"rarity": 1,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",
"biomeScatter": [
"PLAINS",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS"
],
"customDerivitives": [{
"category": "extreme_hills",
"id": "frozen_mountain",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"children": [
"frozen/mountain-extended",
"frozen/peak",
"frozen/mountain-cliffs"
],
"generators": [{
"min": 90,
"max": 160,
"generator": "plain"
}],
"biomeZoom": 30,
"biomeStyle": {
"style": "NOWHERE",
"zoom": 0.7,
"exponent": 4
},
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}]
}

View File

@@ -1,214 +0,0 @@
{
"name": "Frozen Mountains",
"color": "#167DA9",
"rarity": 1,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",
"biomeScatter": [
"SNOWY_TAIGA",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS",
"ICE_SPIKES"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_mountains",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"children": [
"frozen/peak",
"frozen/vander"
],
"generators": [{
"min": 10,
"max": 150,
"generator": "mountain"
}],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:andesite"},
{
"weight": 2,
"block": "minecraft:stone"
}
]
},
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "minecraft:packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:andesite"},
{
"weight": 2,
"block": "minecraft:stone"
}
]
}
],
"objects": [
{
"chance": 0.003,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/twoicespike1",
"clutter/twoicespike2",
"clutter/twoicespike3",
"clutter/twoicespike4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.5,
"mode": "PAINT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/lfrostgeneric5",
"trees/spruce/lfrostgeneric6",
"trees/spruce/lfrostgeneric7",
"trees/spruce/lfrostgeneric8",
"trees/spruce/lfrostgeneric9",
"trees/spruce/lfrostgeneric12",
"trees/spruce/lfrostgeneric13",
"trees/spruce/lfrostgeneric14",
"trees/spruce/lfrostgeneric15",
"trees/spruce/lfrostgeneric16",
"trees/spruce/lfrostgeneric17",
"trees/spruce/lfrostgeneric18",
"trees/spruce/lfrostgeneric19",
"trees/spruce/lfrostgeneric20",
"trees/spruce/lfrostgeneric21",
"trees/spruce/lfrostgeneric22",
"trees/spruce/lfrostgeneric23",
"trees/spruce/lfrostgeneric24",
"trees/spruce/lfrostgeneric25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.0125,
"density": 1,
"place": ["structures/snowulder"]
},
{
"chance": 0.05,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5",
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11",
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}],
"childShrinkFactor": 25
}

View File

@@ -0,0 +1,49 @@
{
"name": "Glacial",
"color": "#6E7D85",
"rarity": 12,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",
"generators": [
{
"min": 23,
"max": 395,
"generator": "spikes"
}],
"wall":{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2.6
},
"style":{
"style": "IRIS",
"zoom": 0.1
},
"palette": [
{"block": "minecraft:blue_ice"},
{"block": "minecraft:packed_ice"}
]
},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2.6
},
"style":{
"style": "IRIS",
"zoom": 0.1
},
"palette": [
{"block": "minecraft:blue_ice"},
{"block": "minecraft:packed_ice"}
]
}
]
}

View File

@@ -0,0 +1,144 @@
{
"name": "Large Mountain Top",
"color": "#3B98C2",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [{
"category": "icy",
"id": "frozen_hills",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [{
"generator": "mountain",
"max": 250,
"min": 106
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "minecraft:snow_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 7,
"maxHeight": 18,
"palette": [{"block": "minecraft:dirt"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/pine1",
"trees/spruce/pine2",
"trees/spruce/pine3",
"trees/spruce/pine4",
"trees/spruce/pine5",
"trees/spruce/pine6",
"trees/spruce/pine7",
"trees/spruce/pine8",
"trees/spruce/pine9"
],
"chance": 0.12,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 270
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
},
{
"chance": 0.005,
"mode": "PAINT",
"edit": [{
"find": [{"block": "minecraft:vine"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}]
}

View File

@@ -0,0 +1,150 @@
{
"name": "Large Mountain",
"color": "#3B98C2",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [{
"category": "icy",
"id": "frozen_hills",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [{
"generator": "mountain",
"max": 103,
"min": 60
}],
"children": ["frozen/mountains/large-mountain-top"],
"childShrinkFactor": 2,
"childStyle":{
"style": "CELLULAR_BICUBIC",
"zoom": 0.5
},
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "minecraft:snow_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 7,
"maxHeight": 18,
"palette": [{"block": "minecraft:dirt"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/pine1",
"trees/spruce/pine2",
"trees/spruce/pine3",
"trees/spruce/pine4",
"trees/spruce/pine5",
"trees/spruce/pine6",
"trees/spruce/pine7",
"trees/spruce/pine8",
"trees/spruce/pine9"
],
"chance": 0.12,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 270
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
},
{
"chance": 0.005,
"mode": "PAINT",
"edit": [{
"find": [{"block": "minecraft:vine"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}]
}

View File

@@ -0,0 +1,130 @@
{
"name": "Mountain Extreem",
"color": "#3B98C2",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [{
"category": "icy",
"id": "frozen_hills",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [{
"generator": "mountain",
"max": 420,
"min": 176
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "minecraft:snow_block"}],
"slopeCondition":{"maximumSlope": 4.5}
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}],
"slopeCondition":{"maximumSlope": 4.5}
},
{
"minHeight": 7,
"maxHeight": 18,
"palette": [{"block": "minecraft:dirt"}],
"slopeCondition":{"maximumSlope": 43.5}
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/pine1",
"trees/spruce/pine2",
"trees/spruce/pine3",
"trees/spruce/pine4",
"trees/spruce/pine5",
"trees/spruce/pine6",
"trees/spruce/pine7",
"trees/spruce/pine8",
"trees/spruce/pine9"
],
"chance": 0.12,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 270
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
},
{
"chance": 0.005,
"mode": "PAINT",
"edit": [{
"find": [{"block": "minecraft:vine"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
]
}
]
}

View File

@@ -1,188 +0,0 @@
{
"name": "Frozen Peak",
"color": "#1177A3",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeScatter": [
"SNOWY_TAIGA",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS",
"ICE_SPIKES"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_peak",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [
{
"min": 110,
"max": 270,
"generator": "mountain"
},
{
"generator": "mountain-aggro",
"max": 5,
"min": 1
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:ice"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "minecraft:ice"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"weight": 2,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{"block": "minecraft:blackstone"},
{"block": "minecraft:packed_ice"},
{"block": "minecraft:cobblestone"},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{
"weight": 2,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{
"weight": 2,
"block": "minecraft:packed_ice"
},
{"block": "minecraft:obsidian"},
{"block": "minecraft:packed_ice"},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{
"weight": 4,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "y"},
"block": "minecraft:basalt"
},
{
"weight": 4,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "z"},
"block": "minecraft:basalt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"chance": 0.003,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5",
"clutter/twoicespike1",
"clutter/twoicespike2",
"clutter/twoicespike3",
"clutter/twoicespike4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.05,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5",
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}]
}

View File

@@ -1,198 +0,0 @@
{
"name": "Frozen Pines",
"color": "#0D6389",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeScatter": [
"SNOWY_TAIGA",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS",
"ICE_SPIKES"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_pines",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [{
"min": 59,
"max": 111,
"generator": "mountain"
}],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "minecraft:packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"chance": 0.02,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11",
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.8,
"snow": 1,
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/spruce/levergreen1",
"trees/spruce/levergreen1",
"trees/spruce/mevergreen1",
"trees/spruce/mevergreen2",
"trees/spruce/mevergreen3"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.06,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}],
"childShrinkFactor": 20
}

View File

@@ -4,30 +4,60 @@
"rarity": 1, "rarity": 1,
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"biomeScatter": [ "customDerivitives": [
"SNOWY_TAIGA", {
"OLD_GROWTH_PINE_TAIGA", "category": "taiga",
"WINDSWEPT_HILLS", "downfallType": "snow",
"ICE_SPIKES" "foliageColor": "#194569",
"id": "winter_mountain_forest1",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"grassColor": "#D0E1FF"
},
{
"category": "taiga",
"downfallType": "snow",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"grassColor": "#D0E1FF"
},
{
"category": "taiga",
"downfallType": "snow",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"grassColor": "#D0E1FF"
}],
"jigsawStructures": [
{
"structure": "village-snowy",
"rarity": 1200
},
{
"structure": "pillager-outpost",
"rarity": 1500
},
{
"structure": "igloo",
"rarity": 800
}
], ],
"customDerivitives": [{
"category": "icy",
"id": "frozen_pines",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"children": ["frozen/pines-extended"],
"generators": [{ "generators": [{
"min": 16, "min": 10,
"max": 64, "max": 25,
"generator": "mountain" "generator": "mountain"
}], }],
"biomeZoom": 30, "biomeZoom": 30,
@@ -125,7 +155,8 @@
} }
}, },
{ {
"chance": 0.8, "chance": 0.5,
"density": 1,
"snow": 1, "snow": 1,
"edit": [{ "edit": [{
"find": [{"block": "minecraft:spruce_leaves"}], "find": [{"block": "minecraft:spruce_leaves"}],

View File

@@ -70,6 +70,7 @@
"objects": [ "objects": [
{ {
"chance": 2.56E-4, "chance": 2.56E-4,
"density": 1,
"snow": 0.25, "snow": 0.25,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -84,6 +85,7 @@
}, },
{ {
"chance": 0.005, "chance": 0.005,
"density": 1,
"edit": [{ "edit": [{
"find": [{"block": "minecraft:vine"}], "find": [{"block": "minecraft:vine"}],
"replace": {"palette": [{"block": "minecraft:air"}]} "replace": {"palette": [{"block": "minecraft:air"}]}
@@ -145,6 +147,7 @@
} }
}, },
{ {
"density": 1,
"edit": [{ "edit": [{
"find": [{"block": "minecraft:spruce_leaves"}], "find": [{"block": "minecraft:spruce_leaves"}],
"replace": { "replace": {
@@ -191,6 +194,7 @@
"snow": 0.1 "snow": 0.1
}, },
{ {
"density": 1,
"mode": "PAINT", "mode": "PAINT",
"chance": 0.00975, "chance": 0.00975,
"rotation": { "rotation": {

View File

@@ -1,187 +0,0 @@
{
"name": "Frozen Redwood Forest",
"color": "#0F5575",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeScatter": [
"SNOWY_TAIGA",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS",
"ICE_SPIKES"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_redwood_forest",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [{
"min": 115,
"max": 223,
"generator": "highplains"
}],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"maxHeight": 3,
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "minecraft:packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"chance": 0.02,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11",
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.4,
"density": 1,
"edit": [
{
"find": [{"block": "minecraft:birch_leaves"}],
"replace": {"palette": [{
"block": "minecraft:oak_leaves",
"data": {"persistent": true}
}]}
},
{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {"palette": [{
"block": "minecraft:dark_oak_leaves",
"data": {"persistent": true}
}]}
}
],
"snow": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mixed/tredwood1",
"trees/mixed/tredwood2",
"trees/mixed/tredwood3",
"trees/mixed/tredwood4",
"trees/mixed/tredwood5",
"trees/mixed/tredwood6",
"trees/mixed/tredwood7",
"trees/mixed/tredwood8",
"trees/mixed/tredwood9",
"trees/mixed/tredwood10"
],
"translate": {
"x": 0,
"y": -10,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}]
}

View File

@@ -1,188 +0,0 @@
{
"name": "Frozen Redwood Forest",
"color": "#0F5575",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeScatter": [
"SNOWY_TAIGA",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS",
"ICE_SPIKES"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_redwood_forest",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"children": ["frozen/redwood-forest-extended"],
"generators": [{
"min": 82,
"max": 93,
"generator": "highplains"
}],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"maxHeight": 3,
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "minecraft:packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"chance": 0.02,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11",
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.4,
"density": 1,
"edit": [
{
"find": [{"block": "minecraft:birch_leaves"}],
"replace": {"palette": [{
"block": "minecraft:oak_leaves",
"data": {"persistent": true}
}]}
},
{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {"palette": [{
"block": "minecraft:dark_oak_leaves",
"data": {"persistent": true}
}]}
}
],
"snow": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mixed/tredwood1",
"trees/mixed/tredwood2",
"trees/mixed/tredwood3",
"trees/mixed/tredwood4",
"trees/mixed/tredwood5",
"trees/mixed/tredwood6",
"trees/mixed/tredwood7",
"trees/mixed/tredwood8",
"trees/mixed/tredwood9",
"trees/mixed/tredwood10"
],
"translate": {
"x": 0,
"y": -10,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}]
}

View File

@@ -30,6 +30,28 @@
} }
], ],
"objects": [ "objects": [
{
"chance": 0.001,
"mode": "CENTER_HEIGHT",
"density": 1,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"onwater": true,
"place": [
"structures/gall1"
],
"translate":{
"y": -7
}
},
{ {
"chance": 0.003, "chance": 0.003,
"mode": "PAINT", "mode": "PAINT",

View File

@@ -0,0 +1,531 @@
{
"name": "Winter Forest",
"color": "#8EDEE7",
"rarity": 1,
"derivative": "TAIGA",
"vanillaDerivative": "DARK_FOREST",
"customDerivitives": [
{
"category": "taiga",
"downfallType": "snow",
"foliageColor": "#194569",
"id": "winter_mountain_forest1",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"grassColor": "#D0E1FF"
},
{
"category": "taiga",
"downfallType": "snow",
"foliageColor": "#5F84A2",
"id": "winter_mountain_forest2",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"grassColor": "#D0E1FF"
},
{
"category": "taiga",
"downfallType": "snow",
"foliageColor": "#91AEC4",
"id": "winter_mountain_forest3",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"grassColor": "#D0E1FF"
}],
"generators": [{
"min": 48,
"max": 86,
"generator": "smooth-dunes"
}],
"biomeStyle": {
"style": "STATIC",
"zoom": 1
},
"wall": {
"style": {"style": "NOWHERE"},
"palette": [
{"block": "minecraft:diorite"},
{"block": "minecraft:diorite"},
{"block": "minecraft:stone"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"style": {
"style": "SIMPLEX",
"fracture": {
"style": "NOWHERE",
"zoom": 0.39,
"multiplier": 23
}
},
"zoom": 0.7,
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:snow_block"},
{"block": "minecraft:powder_snow"}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "minecraft:dirt"}]
},
{
"style": {"style": "STATIC"},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"mode": "PAINT",
"density": 1,
"place": [
"clutter/boulder1",
"clutter/boulder2",
"clutter/boulder3",
"clutter/boulder4",
"clutter/boulder5",
"clutter/boulder6",
"clutter/boulder7",
"clutter/boulder8",
"clutter/boulder9",
"clutter/boulder10"
],
"chance": 0.4,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"mode": "PAINT",
"density": 1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"chance": 0.6,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"chance": 0.35,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [
{"block": "minecraft:birch_leaves"},
{"block": "minecraft:spruce_leaves"}
],
"exact": false,
"replace": {"palette": [
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:acacia_leaves"},
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]}
}],
"place": [
"trees/mixed/tredwood1",
"trees/mixed/tredwood2",
"trees/mixed/tredwood3",
"trees/mixed/tredwood4",
"trees/mixed/tredwood5",
"trees/mixed/tredwood6",
"trees/mixed/tredwood7",
"trees/mixed/tredwood8",
"trees/mixed/tredwood9",
"trees/mixed/tredwood10"
],
"translate": {
"x": 0,
"y": -12,
"z": 0
}
},
{
"chance": 0.32,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"mode": "PAINT",
"place": [
"clutter/srock1",
"clutter/srock2"
],
"translate": {
"x": 0,
"y": -10,
"yRandom": 1,
"z": 0
},
"edit": [{
"find": [{"block": "minecraft:polished_diorite"}],
"replace": {"palette": [{"block": "minecraft:diorite"}]}
}]
},
{
"chance": 0.45,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [
{"block": "minecraft:birch_leaves"},
{"block": "minecraft:spruce_leaves"}
],
"exact": false,
"replace": {"palette": [
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:acacia_leaves"},
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]}
}],
"place": [
"trees/mixed/tredwoodsmol1",
"trees/mixed/tredwoodsmol2",
"trees/mixed/tredwoodsmol3",
"trees/mixed/tredwoodsmol1",
"trees/mixed/tredwoodsmol2",
"trees/mixed/tredwoodsmol3",
"trees/mixed/tredwoodsmol4",
"trees/mixed/tredwoodsmol5"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.35,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [
{"block": "minecraft:birch_leaves"},
{"block": "minecraft:spruce_leaves"}
],
"exact": false,
"replace": {"palette": [
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:acacia_leaves"},
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]}
}],
"place": [
"clutter/spruceclutt1",
"clutter/spruceclutt2",
"clutter/spruceclutt3",
"clutter/spruceclutt4",
"clutter/spruceclutt5"
],
"translate": {
"x": 0,
"y": -8,
"z": 0
}
},
{
"chance": 0.05,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11"
],
"translate": {
"x": 0,
"y": -8,
"z": 0
}
},
{
"chance": 0.15,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [
{"block": "minecraft:birch_leaves"},
{"block": "minecraft:spruce_leaves"}
],
"exact": false,
"replace": {"palette": [
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:acacia_leaves"},
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]}
}],
"place": [
"clutter/rshrub1",
"clutter/rshrub2"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mixed/tredwoodbee1",
"trees/mixed/tredwoodbee2",
"trees/mixed/tredwoodbee3",
"trees/mixed/tredwoodbee4"
],
"edit": [{
"find": [
{"block": "minecraft:birch_leaves"},
{"block": "minecraft:spruce_leaves"}
],
"exact": false,
"replace": {"palette": [
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:acacia_leaves"},
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]}
}],
"translate": {
"x": 0,
"y": -8,
"z": 0
}
},
{
"chance": 0.075,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/stump1",
"clutter/stump2",
"clutter/stump3",
"clutter/stump4",
"clutter/stump5",
"clutter/stump6"
],
"edit": [
{
"find": [{"block": "minecraft:oak_log"}],
"replace": {"palette": [{"block": "minecraft:spruce_log"}]}
},
{
"find": [{"block": "minecraft:oak_wood"}],
"replace": {"palette": [{"block": "minecraft:spruce_wood"}]}
}
],
"mode": "PAINT"
},
{
"chance": 0.008,
"mode": "PAINT",
"place": [
"clutter/pumpkins1",
"clutter/pumpkins2",
"clutter/pumpkins3",
"clutter/pumpkins4",
"clutter/pumpkins5",
"clutter/pumpkins6"
],
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"max": 360,
"min": 0,
"interval": 90
}
},
"translate": {"y": 1}
}
],
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "minecraft:sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:snow"}]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "north", "face": "floor"}
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:stone_button",
"data": {"Facing": "east", "face": "floor"}
}
]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.25,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:fern"}]
},
{
"chance": 0.1,
"palette": [{"block": "minecraft:large_fern"}]
},
{
"chance": 0.05,
"palette": [{"block": "minecraft:cobblestone_slab"}]
}
],
"childShrinkFactor": 2.4
}

View File

@@ -23,7 +23,7 @@
}], }],
"generators": [{ "generators": [{
"min": 15, "min": 15,
"max": 64, "max": 34,
"generator": "mountain" "generator": "mountain"
}], }],
"biomeZoom": 50, "biomeZoom": 50,
@@ -125,7 +125,7 @@
}, },
{ {
"chance": 0.45, "chance": 0.45,
"density": 2, "density": 1,
"edit": [ "edit": [
{ {
"find": [{"block": "minecraft:spruce_planks"}], "find": [{"block": "minecraft:spruce_planks"}],

View File

@@ -1,20 +1,8 @@
{ {
"name": "Magical Beach", "name": "Magical Beach",
"entitySpawners": [ "entitySpawners": [
"magical/magical-forest" "mystical/magical-forest"
], ],
"carving":{
"caves": [
{
"cave": "cavesv4/glacial/main",
"rarity": 80,
"caveStartHeight":{
"max": 400,
"min": 30
}
}
]
},
"color": "#3cdfff", "color": "#3cdfff",
"rarity": 5, "rarity": 5,
@@ -63,7 +51,7 @@
{"block": "minecraft:andesite"} {"block": "minecraft:andesite"}
]}, ]},
"layers": [ "layers": [
{"palette": [{"block": "minecraft:grass_block"}]}, {"palette": [{"block": "minecraft:sand"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -83,28 +71,11 @@
} }
], ],
"objects": [ "objects": [
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/camp1",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{ {
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"chance": 0.015, "chance": 0.5,
"density": 1,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -116,14 +87,11 @@
}, },
"edit": [ "edit": [
{ {
"find": [{"block": "minecraft:packed_ice"}], "find": [{"block": "minecraft:birch_leaves"}],
"chance": 1, "chance": 1,
"replace":{ "replace":{
"palette": [{ "palette": [{
"block": "minecraft:amethyst_block", "weight": 3 "block": "minecraft:oak_leaves", "weight": 3
},
{
"block": "minecraft:budding_amethyst", "weight": 1
} }
] ]
@@ -141,110 +109,22 @@
} }
], ],
"translate":{
"y": -10
},
"place": [ "place": [
"clutter/icecluster1", "trees/jungle/bmbogeneric1",
"clutter/icecluster2", "trees/jungle/bmbogeneric2",
"clutter/icecluster3", "trees/jungle/bmbogeneric3",
"clutter/icecluster4", "trees/jungle/bmbogeneric4",
"clutter/icecluster5", "trees/jungle/bmbogeneric5",
"clutter/icecluster6", "trees/jungle/bmbogeneric6",
"clutter/icecluster7", "trees/jungle/bmbogeneric7",
"clutter/icecluster8", "trees/jungle/bmbogeneric8",
"clutter/icecluster9", "trees/jungle/bmbogeneric9"
"clutter/icecluster10",
"clutter/icecluster11"
] ]
},
{
"mode": "CENTER_HEIGHT",
"chance": 0.1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/amethyst-cluster1",
"clutter/amethyst-cluster2",
"clutter/amethyst-cluster3",
"clutter/amethyst-cluster4",
"clutter/amethyst-cluster5"
],
"translate":{
"y": 1
}
},
{
"mode": "MIN_HEIGHT",
"chance": 0.015,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/boulder1",
"clutter/boulder2",
"clutter/boulder3",
"clutter/boulder4",
"clutter/boulder5",
"clutter/boulder6",
"clutter/boulder7",
"clutter/boulder8",
"clutter/boulder9",
"clutter/boulder10"
]
},
{
"chance": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"trees/sakura/genericsak1",
"trees/sakura/genericsak2",
"trees/sakura/genericsak3",
"trees/sakura/genericsak4",
"trees/sakura/genericsak5"
],
"translate":{
"y": -3
}
} }
], ],
"decorators": [ "decorators": [
{
"chance": 0.015,
"style": {
"style": "STATIC",
"zoom": 0.4
},
"palette": [
{
"block": "minecraft:oak_leaves"
}
],
"forcePlace": false
},
{ {
"chance": 0.4, "chance": 0.4,
"style": { "style": {
@@ -262,32 +142,6 @@
} }
], ],
"forcePlace": false "forcePlace": false
},
{
"chance": 0.025,
"style": {
"style": "STATIC",
"zoom": 0.4
},
"palette": [
{
"block": "minecraft:large_amethyst_bud",
"weight": 3
},
{
"block": "minecraft:medium_amethyst_bud",
"weight": 2
},
{
"block": "minecraft:small_amethyst_bud",
"weight": 3
},
{
"block": "minecraft:amethyst_cluster",
"weight": 2
}
],
"forcePlace": false
} }
], ],
"childStyle": { "childStyle": {

View File

@@ -1,12 +1,12 @@
{ {
"name": "Magical Forest", "name": "Magical Forest",
"entitySpawners": [ "entitySpawners": [
"magical/magical-forest" "mystical/magical-forest"
], ],
"carving":{ "carving":{
"caves": [ "caves": [
{ {
"cave": "cavesv4/glacial/main", "cave": "cavesv4/crystalized/tubes",
"rarity": 80, "rarity": 80,
"caveStartHeight":{ "caveStartHeight":{
"max": 400, "max": 400,
@@ -47,11 +47,20 @@
"particleDistance": 64 "particleDistance": 64
} }
], ],
"generators": [{ "generators": [
"min": 4, {
"max": 10, "min": -8,
"max": 2,
"generator": "prototype/rivers"
},
{
"min": 3,
"max": 8,
"generator": "plain" "generator": "plain"
}], }
],
"wall": {"palette": [ "wall": {"palette": [
{"block": "minecraft:stone"}, {"block": "minecraft:stone"},
{"block": "minecraft:andesite"} {"block": "minecraft:andesite"}
@@ -82,25 +91,6 @@
} }
], ],
"objects": [ "objects": [
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/camp1",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{ {
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"chance": 0.015, "chance": 0.015,
@@ -182,7 +172,7 @@
}, },
{ {
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"chance": 0.015, "chance": 0.025,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -212,7 +202,7 @@
"min": 0, "min": 0,
"max": 270, "max": 270,
"interval": 90, "interval": 90,
"enabled": false "enabled": true
}, },
"enabled": true "enabled": true
}, },
@@ -227,6 +217,31 @@
"y": -3 "y": -3
} }
},
{
"chance": 0.253,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"translate":{
"y": 1
},
"place": [
"trees/oak/arid1",
"trees/oak/arid2",
"trees/oak/arid3",
"trees/oak/arid4",
"trees/oak/arid5",
"trees/oak/arid6",
"trees/oak/arid7"
]
} }
], ],
"decorators": [ "decorators": [

View File

@@ -1,20 +1,8 @@
{ {
"name": "Magical Land", "name": "Mystical Shattered",
"entitySpawners": [ "entitySpawners": [
"magical/magical-forest" "mystical/magical-forest"
], ],
"carving":{
"caves": [
{
"cave": "cavesv4/glacial/main",
"rarity": 80,
"caveStartHeight":{
"max": 400,
"min": 30
}
}
]
},
"color": "#3cdfff", "color": "#3cdfff",
"rarity": 5, "rarity": 5,
@@ -47,23 +35,32 @@
"particleDistance": 64 "particleDistance": 64
} }
], ],
"generators": [ "generators": [
{ {
"min": 3, "min": 5,
"max": 7, "max": 15,
"generator": "plain" "generator": "mountain"
}, },
{ {
"min": -7, "min": 4,
"max": 2, "max": 200,
"generator": "prototype/scattered" "generator": "prototype/scattered"
}], }
],
"wall": {"palette": [ "wall": {"palette": [
{"block": "minecraft:stone"}, {"block": "minecraft:stone"},
{"block": "minecraft:andesite"} {"block": "minecraft:andesite"}
]}, ]},
"layers": [ "layers": [
{"palette": [{"block": "minecraft:grass_block"}]}, {"palette": [{"block": "minecraft:grass_block"}]},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "minecraft:dirt"}]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -82,7 +79,62 @@
] ]
} }
], ],
"objects": [ "objects": [
{
"mode": "CENTER_HEIGHT",
"chance": 0.35,
"clamp":{
"minimumHeight": 210
},
"slopeCondition":{
"maximumSlope": 10
},
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [
{
"find": [{"block": "minecraft:birch_leaves"}],
"chance": 1,
"replace":{
"palette": [{
"block": "minecraft:oak_leaves", "weight": 3
}
]
}
},
{
"find": [{"block": "minecraft:ice"}],
"chance": 1,
"replace":{
"palette": [{
"block": "minecraft:purple_stained_glass"
}]
}
}
],
"place": [
"trees/jungle/bmbogeneric1",
"trees/jungle/bmbogeneric2",
"trees/jungle/bmbogeneric3",
"trees/jungle/bmbogeneric4",
"trees/jungle/bmbogeneric5",
"trees/jungle/bmbogeneric6",
"trees/jungle/bmbogeneric7",
"trees/jungle/bmbogeneric8",
"trees/jungle/bmbogeneric9"
]
},
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.00975, "chance": 0.00975,
@@ -183,7 +235,7 @@
}, },
{ {
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"chance": 0.015, "chance": 0.035,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -205,32 +257,8 @@
"clutter/boulder9", "clutter/boulder9",
"clutter/boulder10" "clutter/boulder10"
] ]
},
{
"chance": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"trees/sakura/genericsak1",
"trees/sakura/genericsak2",
"trees/sakura/genericsak3",
"trees/sakura/genericsak4",
"trees/sakura/genericsak5"
],
"translate":{
"y": -3
}
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.015, "chance": 0.015,
@@ -295,4 +323,4 @@
"zoom": 0.5, "zoom": 0.5,
"exponent": 2 "exponent": 2
} }
} }

View File

@@ -0,0 +1,241 @@
{
"name": "Ocean",
"color": "#5244D5",
"derivative": "OCEAN",
"vanillaDerivative": "OCEAN",
"generators": [{
"generator": "mountain",
"max": -35,
"min": -60
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {"style": "FRACTAL_FBM_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "minecraft:sand"},
{"block": "minecraft:clay"},
{"block": "minecraft:sand"},
{"block": "minecraft:gravel"},
{"block": "minecraft:sand"},
{"block": "minecraft:dirt"},
{
"weight": 2,
"block": "minecraft:sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"palette": [{"block": "minecraft:gravel"}]
}
],
"objects": [
{
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"chance": 1,
"mode": "PAINT",
"underwater": true,
"waterloggable": true,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": 0
}
},
"edit": [
{
"find": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:dirt"}
],
"replace": {"palette": [{"block": "minecraft:clay"}]}
},
{
"find": [
{"block": "minecraft:tall_grass"},
{"block": "minecraft:grass"}
],
"replace": {"palette": [{"block": "minecraft:water"}]}
}
]
},
{
"place": [
"structures/shipwithmastdegraded",
"structures/shipwithmast",
"structures/shipupsidedownfulldegraded",
"structures/shipupsidedownfull",
"structures/shipupsidedownfronthalfdegraded",
"structures/shipupsidedownfronthalf",
"structures/shipupsidedownbackhalfdegraded",
"structures/shipupsidedownbackhalf",
"structures/shipsidewaysfulldegraded",
"structures/shipsidewaysfull",
"structures/shipsidewaysfronthalfdegraded",
"structures/shipsidewaysfronthalf",
"structures/shipsidewaysbackhalfdegraded",
"structures/shipsidewaysbackhalf",
"structures/shiprightsideupfulldegraded",
"structures/shiprightsideupfull",
"structures/shiprightsideupfronthalfdegraded",
"structures/shiprightsideupfronthalf",
"structures/shiprightsideupbackhalfdegraded",
"structures/shiprightsideupbackhalf"
],
"chance": 0.0008,
"underwater": true,
"waterloggable": true
},
{
"place": [
"structures/oruins1",
"structures/oruins2",
"structures/oruins3"
],
"chance": 0.008,
"mode": "PAINT",
"underwater": true,
"waterloggable": true
},
{
"loot": ["structures/ocean-ruins"],
"overStilt": 0,
"chance": 0.0002,
"meld": false,
"density": 1,
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMinY": 0,
"smartBore": false,
"waterloggable": true,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": -1,
"z": 0
},
"mode": "STILT",
"snow": 0,
"underwater": true,
"boreExtendMaxY": 0,
"onwater": false,
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"place": ["jigsaw/ocean-monument/ocean_monument"],
"markers": [
{
"marker": "guardian",
"exact": false,
"maximumMarkers": 4,
"mark": [
{
"block": "minecraft:dark_prismarine_slab"
}
]
},
{
"marker": "guardian",
"exact": false,
"maximumMarkers": 9,
"mark": [
{
"block": "minecraft:prismarine"
}
]
},
{
"marker": "elderguardian",
"exact": false,
"maximumMarkers": 3,
"mark": [
{
"block": "minecraft:sea_pickle"
}
]
}
]
}
],
"decorators": [
{
"chance": 0.02,
"palette": [{"block": "minecraft:kelp_plant"}],
"stackMin": 2,
"stackMax": 6
},
{
"chance": 0.05,
"palette": [{"block": "minecraft:seagrass"}]
}
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 2,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.8,
"multiplier": 50,
"fracture": {
"style": "CELLULAR",
"zoom": 0.3,
"multiplier": 25
}
}
},
"childShrinkFactor": 1
}

View File

@@ -6,8 +6,8 @@
"generators": [{ "generators": [{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": -120, "max": -70,
"min": -140 "min": -80
}], }],
"layers": [ "layers": [
{ {

View File

@@ -2,7 +2,8 @@
"version": 3700, "version": 3700,
"name": "Overworld", "name": "Overworld",
"environment": "NORMAL", "environment": "NORMAL",
"dimensionAngleDeg": 12, "dimensionAngleDeg": 69,
"focusRegion": "prototype/cursed",
"fluidHeight": 75, "fluidHeight": 75,
"continentZoom": 1, "continentZoom": 1,
"continentalStyle": { "continentalStyle": {
@@ -23,7 +24,7 @@
"logicalHeight": 512, "logicalHeight": 512,
"dimensionHeight": { "dimensionHeight": {
"max": 512, "max": 512,
"min": -256 "min": -64
}, },
"logicalHeightEnd": 448, "logicalHeightEnd": 448,
"dimensionHeightEnd": { "dimensionHeightEnd": {
@@ -35,14 +36,14 @@
"max": 448, "max": 448,
"min": -64 "min": -64
}, },
"landChance": 0.29, "landChance": 1,
"regionStyle": { "regionStyle": {
"style": "NOWHERE_CELLULAR", "style": "CELLULAR_IRIS_DOUBLE",
"axialFracturing": true, "axialFracturing": true,
"fracture": { "fracture": {
"axialFracturing": true, "axialFracturing": true,
"multiplier": 9, "multiplier": 9,
"style": "FRACTAL_SMOKE", "style": "FRACTAL_WATER",
"zoom": 0.15, "zoom": 0.15,
"fracture": { "fracture": {
"style": "STATIC", "style": "STATIC",
@@ -51,8 +52,9 @@
} }
} }
}, },
"regionZoom": 42.15,
"regions": [ "regionZoom": 20.15,
"regions": [
"frozen", "frozen",
"hot", "hot",
"terralost", "terralost",
@@ -60,134 +62,13 @@
"temperate", "temperate",
"tropical", "tropical",
"swamp", "swamp",
"tundra", "tundra"
"prototype/ocean",
"cursed"
], ],
"carving": {"caves": [
{ "seaBiomeStyle": {
"breakSurface": true, "style": "SIMPLEX",
"cave": "cavesv4/dark-depths/tubes", "axialFracturing": true
"rarity": 90,
"caveStartHeight": {
"max": 30,
"min": 10,
"style": {"style": "STATIC"}
}
}, },
{
"breakSurface": true,
"cave": "cavesv4/azure-wastes/main",
"rarity": 90,
"caveStartHeight": {
"max": 120,
"min": 78,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "cavesv4/mushroom/main",
"rarity": 60,
"caveStartHeight": {
"max": 140,
"min": 78,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "cavesv4/glacial/main",
"rarity": 60,
"caveStartHeight": {
"max": 60,
"min": 38,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "cavesv4/crystalized-overgrown/tubes",
"rarity": 120,
"caveStartHeight": {
"max": 90,
"min": 42,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "cavesv4/crystalized/tubes",
"rarity": 120,
"caveStartHeight": {
"max": 90,
"min": 42,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "cavesv4/spider-infestation/main",
"rarity": 70,
"caveStartHeight": {
"max": 360,
"min": 52,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "cavesv4/mantle-core/main",
"rarity": 60,
"caveStartHeight": {
"max": 60,
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "deep/main",
"rarity": 60,
"caveStartHeight": {
"max": 90,
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"cave": "lush/main",
"rarity": 100,
"breakSurface": false,
"caveStartHeight": {
"max": 65,
"min": 45,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": false,
"cave": "deep/elongated",
"rarity": 40,
"caveStartHeight": {
"max": 90,
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": false,
"cave": "deepdark/big-deepdarkcave",
"rarity": 300,
"caveStartHeight": {
"max": 60,
"min": 12,
"style": {"style": "STATIC"}
}
}
]},
"seaBiomeStyle": {"style": "SIMPLEX"},
"landBiomeStyle": { "landBiomeStyle": {
"style": "NOWHERE_CELLULAR", "style": "NOWHERE_CELLULAR",
"axialFracturing": true, "axialFracturing": true,

View File

@@ -0,0 +1 @@
{"type": "SNIFFER"}

View File

@@ -0,0 +1,24 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 12
},
"seed": 510,
"composite": [{
"seed": 530,
"zoom": 2,
"style":
{
"style": "VASCULAR",
"fracture":{
"style": "FRACTAL_SMOKE",
"zoom": 0.1
},
"zoom": 5,
"exponent": 1.5
}
}]
}

View File

@@ -1,18 +1,23 @@
{ {
"interpolator": { "interpolator": {
"function": "NONE" "function": "BILINEAR_STARCAST_9"
}, },
"seed": 510, "seed": 510,
"composite": [{ "composite": [{
"seed": 510,
"sinCentered": true,
"negative": true, "negative": true,
"seed": 530,
"style":{
"imageMap":{
"channel": "BRIGHTNESS",
"coordinateScale": 8,
"image": "vascularcliffs",
"centered": true,
"interpolationMethod": "HERMITE_STARCAST_12",
"tiled": true
"style": { },
"zoom": 0.5
"style": "VASCULAR", }
"zoom": 2
}
}] }]
} }

14
generators/spikes.json Normal file
View File

@@ -0,0 +1,14 @@
{
"interpolator": {
"function": "STARCAST_12",
"horizontalScale": 42
},
"seed": 550,
"composite": [{
"seed": 560,
"style": {
"style": "NONOCTAVE_FRACTAL_BILLOW_SIMPLEX",
"zoom": 0.9
}
}]
}

BIN
images/prototype-rivers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
images/smallsquare.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/vascularcliffs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
images/walls.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
images/wallsv2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,4 +1,7 @@
{ {
"object": "jigsaw/ancient-city/ancient_city", "object": "jigsaw/ancient-city/ancient_city",
"placementOptions": {"loot": ["structures/ancient-city"]} "placementOptions": {
"loot": ["structures/ancient-city"],
"mode": "PAINT"
}
} }

View File

@@ -87,6 +87,8 @@
} }
], ],
"placementOptions": { "placementOptions": {
"mode": "CENTER_STILT",
"smartBore": true,
"markers": [{ "markers": [{
"emptyAbove": true, "emptyAbove": true,
"maximumMarkers": 4, "maximumMarkers": 4,

View File

@@ -85,5 +85,9 @@
}, },
"direction": "WEST_NEGATIVE_X" "direction": "WEST_NEGATIVE_X"
} }
] ],
"placementOptions":{
"mode": "CENTER_STILT",
"smartBore": true
}
} }

View File

@@ -0,0 +1,42 @@
{
"object": "structures/frosty-village",
"placementOptions":{
"bore": true,
"boreExtendMaxY": 64,
"carvingSupport": "SURFACE_ONLY",
"rotation": {
"enabled": true,
"xAxis": {
"enabled": false,
"min": 0,
"max": 0,
"interval": 0
},
"yAxis": {
"enabled": true,
"min": 0,
"max": 0,
"interval": 90
},
"zAxis": {
"enabled": false,
"min": 0,
"max": 0,
"interval": 0
}
},
"mode": "CENTER_HEIGHT",
"markers": [{
"maximumMarkers": 4,
"mark": [{"block": "minecraft:spruce_planks"}],
"marker": "villager"
},
{
"maximumMarkers": 3,
"mark": [{"block": "minecraft:spruce_pressure_plate"}],
"marker": "animals"
}]
}
}

View File

@@ -25,6 +25,13 @@
"interval": 0 "interval": 0
} }
}, },
"mode": "MIN_HEIGHT",
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace":{
"palette": [{"block": "minecraft:void_air"}]
}
}],
"markers": [{ "markers": [{
"maximumMarkers": 8, "maximumMarkers": 8,
"mark": [{"block": "minecraft:birch_planks"}], "mark": [{"block": "minecraft:birch_planks"}],

View File

@@ -0,0 +1,5 @@
{
"pieces": [
"village/frosty/frosty-village"
]
}

View File

@@ -1,6 +1,8 @@
{ {
"name": "Ancient City", "name": "Ancient City",
"rarity": 1, "rarity": 1,
"maxPicked": 10,
"minPicked": 10,
"loot": [ "loot": [
{ {
"type": "coal", "type": "coal",

5
markers/animals.json Normal file
View File

@@ -0,0 +1,5 @@
{
"removeOnChange": true,
"spawners": ["temperate/passive"]
}

Binary file not shown.

View File

@@ -4,14 +4,21 @@
"rarity": 1, "rarity": 1,
"landBiomes": [ "landBiomes": [
"frozen/plains", "frozen/plains",
"frozen/mountain",
"frozen/mountain",
"frozen/hills", "frozen/hills",
"frozen/pine-plains", "frozen/tundra-winter",
"frozen/redwood-forest",
"frozen/pines", "frozen/pines",
"frozen/vander" "frozen/vander",
"frozen/fields/hilly-plains",
"frozen/fields/mountain-spruce-winter",
"frozen/fields/mountain-spruce-winter-extended",
"frozen/fields/cold-spines",
"frozen/fields/cold-plains",
"frozen/ice-spikes",
"frozen/mountains/large-mountain",
"frozen/mountains/extreem-ice-spikes",
"frozen/mountains/mountain-extreemv1"
], ],
"caveBiomes": [ "caveBiomes": [
"carving/rocky-cavebiome" "carving/rocky-cavebiome"
], ],

View File

@@ -1,10 +1,9 @@
{ {
"name": "Cursed", "name": "Cursed Forest",
"landBiomeZoom": 2.4, "landBiomeZoom": 20.4,
"rarity": 15, "rarity": 15,
"landBiomes": [ "landBiomes": [
"cursed/cursed-forest", "cursed/cursed-mountains"
"cursed/cursed-sculk"
], ],
"seaBiomes": [ "seaBiomes": [
"cursed/oceans/cursed-ocean" "cursed/oceans/cursed-ocean"

View File

@@ -0,0 +1,22 @@
{
"name": "Dev",
"color": "#44C3D1",
"rarity": 128,
"landBiomes": [
"developer-biomes/plains"
],
"shoreBiomes": ["developer-biomes/plains"],
"seaBiomeZoom": 1,
"seaBiomes": [
"mystical/oceans/ocean"
],
"landBiomeZoom": 5,
"shoreHeightMin": 0.2,
"shoreHeightMax": 1,
"shoreHeightZoom": 1.14,
"loot": {
"mode": "REPLACE",
"tables": ["frozen/clutter", "frozen/food", "snow/clutter"]
}
}

View File

@@ -0,0 +1,22 @@
{
"name": "Dev",
"color": "#44C3D1",
"rarity": 1,
"landBiomes": [
"developer-biomes/cursed-walls"
],
"shoreBiomes": ["developer-biomes/cursed-t1"],
"seaBiomeZoom": 1,
"seaBiomes": [
"mystical/oceans/ocean"
],
"landBiomeZoom": 5,
"shoreHeightMin": 0.2,
"shoreHeightMax": 1,
"shoreHeightZoom": 1.14,
"loot": {
"mode": "REPLACE",
"tables": ["frozen/clutter", "frozen/food", "snow/clutter"]
}
}

View File

@@ -1,10 +1,10 @@
{ {
"name": "Mystical", "name": "Mystical",
"color": "#44C3D1", "color": "#44C3D1",
"rarity": 1, "rarity": 128,
"landBiomes": [ "landBiomes": [
"mystical/magical-forest", "mystical/magical-forest",
"mystical/magical-land" "mystical/mystical-shattered"
], ],
"objects": [ "objects": [
@@ -49,11 +49,10 @@
} }
} }
], ],
"shoreBiomes": ["frozen/shore/beach"], "shoreBiomes": ["mystical/beach/magical-beach"],
"seaBiomeZoom": 1, "seaBiomeZoom": 1,
"seaBiomes": [ "seaBiomes": [
"frozen/sea/ocean", "mystical/oceans/ocean"
"frozen/sea/frozen-river-ice"
], ],
"deposits": [ "deposits": [
{ {
@@ -77,12 +76,10 @@
"varience": 8 "varience": 8
} }
], ],
"riverRarity": 1,
"landBiomeZoom": 5, "landBiomeZoom": 5,
"shoreHeightMin": 2.2, "shoreHeightMin": 0.2,
"shoreHeightMax": 4.2, "shoreHeightMax": 1,
"shoreHeightZoom": 1.14, "shoreHeightZoom": 1.14,
"riverThickness": 0.006,
"loot": { "loot": {
"mode": "REPLACE", "mode": "REPLACE",
"tables": ["frozen/clutter", "frozen/food", "snow/clutter"] "tables": ["frozen/clutter", "frozen/food", "snow/clutter"]

View File

@@ -12,6 +12,12 @@
"energyMultiplier": 0.85, "energyMultiplier": 0.85,
"weather": "NONE", "weather": "NONE",
"spawns": [ "spawns": [
{
"entity": "standard/passive/sniffer",
"maxSpawns": 4,
"minSpawns": 1,
"rarity": 15
},
{ {
"entity": "standard/passive/allay", "entity": "standard/passive/allay",
"maxSpawns": 4, "maxSpawns": 4,