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

Added a whole new mountain range (as per request))

added more carving, and added a separation system
This commit is contained in:
Brian Fopiano
2021-09-10 17:35:56 -07:00
parent 92766a8048
commit 1fd617caf0
9 changed files with 466 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
},
{
"block": "minecraft:stone",
"weight": 16
"weight": 20
}
]
}],

View File

@@ -26,8 +26,9 @@
}],
"caveCeilingLayers": [{
"maxHeight": 2,
"style": {"style": "STATIC"},
"minHeight": 2,
"palette": [{"block": "minecraft:dripstone_block"}]
"palette": [{"block": "minecraft:dripstone_block", "weight": 20}, {"block": "minecraft:shroomlight", "weight": 1}]
}],
"decorators": [
{

View File

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

View File

@@ -0,0 +1,190 @@
{
"name": "Tundra Magic Forest",
"derivative": "MOUNTAINS",
"color": "#164598",
"rarity": 7,
"vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [{
"generator": "smooth-dunes",
"max": 14,
"min": 8
}],
"customDerivitives": [{
"grassColor": "#4E83CF",
"foliageColor": "#2F99DC",
"id": "tunmagforest",
"waterColor": "#5C3BEF",
"waterFogColor": "#7A768F",
"category": "forest",
"fogColor": "#686090"
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1000,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {"minimumSlope": 6.9},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {"minimumSlope": 5.3},
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"},
{"block": "minecraft:gravel"}
]
},
{"palette": [{"block": "minecraft:grass_block"}]},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"place": [
"clutter/gravelsplotch1",
"clutter/gravelsplotch2",
"clutter/gravelsplotch3",
"clutter/gravelsplotch4"
],
"chance": 0.35,
"mode": "PAINT"
},
{
"chance": 0.8,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mixed/dotree1",
"trees/mixed/dotree2",
"trees/mixed/dotree3",
"trees/mixed/dotree4",
"trees/mixed/dotree5",
"trees/mixed/dotree6",
"trees/mixed/dotree7",
"trees/mixed/dotree8",
"trees/mixed/dotree9",
"trees/mixed/dotree10"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:poppy"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"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.2,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:grass"}],
"style": {"style": "STATIC"}
}
],
"childShrinkFactor": 8,
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"biomeScatter": [
"TAIGA_HILLS",
"MOUNTAINS"
]
}

View File

@@ -0,0 +1,154 @@
{
"name": "Frosted Peaks",
"derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"customDerivitives": [{
"id": "frosted-peaks",
"grassColor": "#80ab69",
"category": "extreme_hills"
}],
"biomeZoom": 0.73,
"rarity": 5,
"generators": [{
"generator": "mountain",
"max": 200,
"min": 90
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0.1,
"maximumSlope": 1.65
},
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"style": {
"style": "FRACTAL_WATER",
"fracture": {
"style": "STATIC",
"multiplier": 15
}
},
"zoom": 0.4,
"slopeCondition": {
"minimumSlope": 3.95,
"maximumSlope": 6
},
"palette": [
{
"block": "minecraft:diorite",
"weight": 4
},
{
"block": "minecraft:stone",
"weight": 10
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"style": {"style": "STATIC"},
"slopeCondition": {"minimumSlope": 2.5},
"palette": [
{
"block": "minecraft:smooth_basalt",
"weight": 3
},
{
"block": "minecraft:stone",
"weight": 5
},
{
"block": "minecraft:gray_concrete_powder",
"weight": 3
},
{
"block": "minecraft:gravel",
"weight": 3
}
]
},
{
"minHeight": 2,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:stone",
"weight": 2
},
{
"block": "minecraft:andesite",
"weight": 1
}
]
}
],
"slab": {
"style": {"style": "STATIC"},
"slopeCondition": {"minimumSlope": 2.3},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:cobblestone_slab"
},
{
"weight": 6,
"block": "minecraft:air"
}
]
},
"carving": {"caves": [{
"breakSurface": true,
"cave": "rocky/tubes",
"rarity": 11,
"caveStartHeight": {
"max": 180,
"min": 80,
"style": {"style": "STATIC"}
}
}]},
"decorators": [
{
"chance": 0.01,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.15,
"palette": [{"block": "minecraft:fern"}]
},
{
"chance": 0.15,
"palette": [{"block": "minecraft:fern"}]
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:basalt"}
]
}
}

69
caves/rocky/tubes.json Normal file
View File

@@ -0,0 +1,69 @@
{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 220,
"min": 30
},
"customBiome": "carving/mountain-caves",
"fork": {
"ravines": [{
"breakSurface": false,
"rarity": 100,
"ravine": "deep/main"
}],
"caves": [
{
"breakSurface": false,
"cave": "calcite/main",
"rarity": 105
},
{
"breakSurface": false,
"cave": "drip/main",
"rarity": 120
},
{
"breakSurface": false,
"cave": "amethyst/small",
"rarity": 125
},
{
"breakSurface": false,
"cave": "volcanic/small",
"rarity": 140
}
]
},
"worm": {
"girth": {
"max": 7,
"min": 2,
"style": {"style": "STATIC"}
},
"maxDistance": 150,
"yStyle": {
"min": -3,
"max": 2,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"xStyle": {
"min": -12,
"max": 12,
"generator": {
"zoom": 2,
"style": "IRIS_DOUBLE"
}
},
"zStyle": {
"min": -12,
"max": 12,
"generator": {
"zoom": 2,
"style": "IRIS_DOUBLE"
}
}
}
}

View File

@@ -30,10 +30,11 @@
"swamp",
"hot",
"temperate",
"tropical",
"temperate",
"tundra",
"frozen",
"tundra"
"tropical",
"temperate"
],
"carving": {
"caves": [{

View File

@@ -11,6 +11,7 @@
"temperate/oak-forest",
"temperate/osaka-red-forest",
"temperate/birch-forest",
"temperate/reaching-forest",
"temperate/lush-plains"
],
"shoreBiomes": [

View File

@@ -14,6 +14,7 @@
"tundra/mountains-cliffs",
"mountain/hills",
"mountain/forest-hills",
"tundra/frosted-peaks",
"mountain/forest",
"mountain/plains",
"mountain/cliffs",