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

Merge pull request #220 from IrisDimensions/master

Iris 2011
This commit is contained in:
Dan
2021-09-15 18:54:37 -04:00
committed by GitHub
397 changed files with 2548 additions and 658 deletions

View File

@@ -18,7 +18,7 @@
]
}],
"decorators": [{
"chance": 0.05,
"chance": 0.001,
"style": {"style": "STATIC"},
"topPalette": [{"block": "minecraft:andesite"}],
"stackMax": 5,

31
biomes/carving/deep.json Normal file
View File

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

View File

@@ -0,0 +1,64 @@
{
"name": "Deepened Ravine",
"wall": {
"style": {"style": "IRIS"},
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{"block": "minecraft:stone"}
]
},
"layers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{
"block": "minecraft:andesite",
"weight": 3
}
]
}],
"caveCeilingLayers": [{
"maxHeight": 1,
"minHeight": 1,
"style": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:shroomlight",
"weight": 1
},
{
"block": "minecraft:stone",
"weight": 20
}
]
}],
"childStyle": {
"style": "STATIC",
"zoom": 2
},
"decorators": [
{
"partOf": "CEILING",
"chance": 0.03,
"palette": [{"block": "minecraft:hanging_roots"}]
},
{
"partOf": "CEILING",
"chance": 0.05,
"scaleStack": true,
"stackMin": 20,
"stackMax": 70,
"absoluteMaxStack": 10,
"heightVariance": {"style": "STATIC"},
"palette": [{"block": "minecraft:stone"}]
}
]
}

View File

@@ -7,9 +7,19 @@
"palette": [{"block": "minecraft:dripstone_block"}]
}],
"caveCeilingLayers": [{
"style": {"style": "IRIS"},
"maxHeight": 2,
"minHeight": 2,
"palette": [{"block": "minecraft:dripstone_block"}]
"palette": [
{
"block": "minecraft:dripstone_block",
"weight": 15
},
{
"block": "minecraft:shroomlight",
"weight": 1
}
]
}],
"decorators": [
{
@@ -25,7 +35,7 @@
},
{
"partOf": "CEILING",
"chance": 0.08,
"chance": 0.03,
"absoluteMaxStack": 4,
"scaleStack": true,
"stackMin": 5,

View File

@@ -26,8 +26,18 @@
}],
"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

@@ -24,7 +24,7 @@
}],
"decorators": [
{
"chance": 0.05,
"chance": 5.0E-4,
"scaleStack": true,
"stackMin": 1,
"stackMax": 5,
@@ -33,7 +33,7 @@
"palette": [{"block": "minecraft:big_dripleaf"}]
},
{
"chance": 0.05,
"chance": 0.001,
"partOf": "CEILING",
"scaleStack": true,
"stackMin": 5,
@@ -43,15 +43,24 @@
"palette": [{"block": "minecraft:cave_vines"}]
},
{
"chance": 0.8,
"chance": 0.4,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:jungle_sapling"},
{"block": "minecraft:tall_grass"},
{"block": "minecraft:fern"},
{
"block": "minecraft:jungle_sapling",
"weight": 10
},
{
"block": "minecraft:tall_grass",
"weight": 10
},
{
"block": "minecraft:fern",
"weight": 10
},
{
"block": "minecraft:grass",
"weight": 10
"weight": 100
},
{"block": "minecraft:azalea"},
{"block": "minecraft:flowering_azalea"},

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

@@ -1,38 +1,20 @@
{
"name": "Red Sandstone Cavern",
"wall": {"palette": [
{"block": "minecraft:red_sandstone"}
]},
"wall": {"palette": [{"block": "minecraft:red_sandstone"}]},
"layers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_red_sandstone",
"weight": 8
}
]
"palette": [{
"block": "minecraft:smooth_red_sandstone",
"weight": 8
}]
}],
"caveCeilingLayers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_red_sandstone",
"weight": 8
}
]
}],
"decorators": [
{
"chance": 0.03,
"stackMin": 1,
"stackMax": 3,
"palette": [{"block": "minecraft:cactus"}]
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:dead_bush"}]
}
]
"palette": [{
"block": "minecraft:smooth_red_sandstone",
"weight": 8
}]
}]
}

View File

@@ -49,7 +49,7 @@
"scaleStack": true,
"stackMin": 10,
"stackMax": 90,
"absoluteMaxStack": 15,
"absoluteMaxStack": 5,
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}

View File

@@ -2,40 +2,22 @@
"name": "Red Sandstone Cavern",
"wall": {
"style": {"style": "VASCULAR"},
"palette": [
{"block": "minecraft:sandstone"}
]
"palette": [{"block": "minecraft:sandstone"}]
},
"layers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_sandstone",
"weight": 8
}
]
"palette": [{
"block": "minecraft:smooth_sandstone",
"weight": 8
}]
}],
"caveCeilingLayers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_sandstone",
"weight": 8
}
]
}],
"decorators": [
{
"chance": 0.03,
"stackMin": 1,
"stackMax": 3,
"palette": [{"block": "minecraft:cactus"}]
},
{
"chance": 0.02,
"palette": [{"block": "minecraft:dead_bush"}]
}
]
"palette": [{
"block": "minecraft:smooth_sandstone",
"weight": 8
}]
}]
}

View File

@@ -27,7 +27,7 @@
}],
"decorators": [
{
"chance": 0.3,
"chance": 0.15,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:grass"},
@@ -35,12 +35,11 @@
]
},
{
"chance": 0.08,
"chance": 0.04,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:brown_mushroom"},
{"block": "minecraft:red_mushroom"},
{"block": "minecraft:crimson_fungus"}
{"block": "minecraft:red_mushroom"}
]
}
]

View File

@@ -78,7 +78,7 @@
},
{
"chance": 0.0014,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -55,7 +55,7 @@
},
{
"chance": 0.0018,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -117,7 +117,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"lockLayers": true,

View File

@@ -135,7 +135,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"childShrinkFactor": 0.35,

View File

@@ -117,7 +117,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"lockLayers": true,

View File

@@ -123,7 +123,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"lockLayers": true,

View File

@@ -143,7 +143,7 @@
},
{
"chance": 1.0E-4,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -166,7 +166,7 @@
},
{
"chance": 3.0E-4,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -118,7 +118,7 @@
"trees/mushroom/mushclut9",
"trees/mushroom/mushclut10"
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"translate": {
"x": 0,
"y": -1,

View File

@@ -74,7 +74,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"slab": {

View File

@@ -148,7 +148,7 @@
"structures/oruins3"
],
"chance": 0.008,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"underwater": true,
"waterloggable": true
}

View File

@@ -240,7 +240,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 0.3,

View File

@@ -298,7 +298,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 0.3,

View File

@@ -274,7 +274,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 0.3,

View File

@@ -142,7 +142,7 @@
}
},
{
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"place": [
"trees/jungle/lgeneric1",
"trees/jungle/lgeneric2",

View File

@@ -192,7 +192,7 @@
"trees/darkoak/willowgeneric1",
"trees/darkoak/willowgeneric2"
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"translate": {
"x": 24,
"y": -3,
@@ -300,7 +300,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 5.0E-5,

View File

@@ -86,7 +86,7 @@
],
"objects": [
{
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"chance": 0.009,
"rotation": {
"yAxis": {
@@ -144,7 +144,7 @@
},
{
"chance": 1.0E-4,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -86,7 +86,7 @@
],
"objects": [
{
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"chance": 0.009,
"rotation": {
"yAxis": {
@@ -144,7 +144,7 @@
},
{
"chance": 1.0E-4,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -106,7 +106,7 @@
],
"objects": [
{
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"chance": 0.009,
"rotation": {
"yAxis": {
@@ -164,7 +164,7 @@
},
{
"chance": 1.0E-4,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -100,7 +100,7 @@
],
"objects": [
{
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"chance": 0.009,
"rotation": {
"yAxis": {
@@ -158,7 +158,7 @@
},
{
"chance": 1.0E-4,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -94,7 +94,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
},
{

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

@@ -84,7 +84,7 @@
},
"enabled": true
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"place": [
"trees/jungle/palm1",
"trees/jungle/palm2",

View File

@@ -466,7 +466,7 @@
"replace": {"palette": [{"block": "minecraft:spruce_wood"}]}
}
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 0.008,

View File

@@ -325,7 +325,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
}
],
"wall": {

View File

@@ -79,7 +79,7 @@
"structures/woodhand3"
],
"chance": 0.07,
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 0.8,

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"}
]
}
}

View File

@@ -231,7 +231,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 0.125,

View File

@@ -407,7 +407,7 @@
"replace": {"palette": [{"block": "minecraft:spruce_wood"}]}
}
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
}
]
}

View File

@@ -368,7 +368,7 @@
"replace": {"palette": [{"block": "minecraft:spruce_wood"}]}
}
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
}
]
}

View File

@@ -291,7 +291,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM"
"mode": "FAST_MIN_HEIGHT"
},
{
"chance": 0.008,

View File

@@ -66,7 +66,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"slab": {

View File

@@ -125,7 +125,7 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}],
"slab": {

View File

@@ -268,7 +268,7 @@
"clutter/stump5",
"clutter/stump6"
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"translate": {
"x": 0,
"y": -1,

View File

@@ -53,13 +53,13 @@
"chance": 0.2
}
],
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "CARVING_ONLY"
},
{
"name": "standard-underground",
"chance": 0.2,
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"place": [
"clutter/swordnp2",
"clutter/swordnp1",

72
caves/deep/elongated.json Normal file
View File

@@ -0,0 +1,72 @@
{
"fill": {"block": "minecraft:cave_air"},
"verticalRange": {
"max": 50,
"min": 10
},
"customBiome": "carving/deepravine",
"fork": {
"ravines": [{
"breakSurface": false,
"rarity": 13,
"ravine": "deep/main"
}],
"caves": [
{
"breakSurface": false,
"cave": "calcite/main",
"rarity": 25
},
{
"breakSurface": false,
"cave": "drip/main",
"rarity": 30
},
{
"breakSurface": false,
"cave": "amethyst/small",
"rarity": 35
},
{
"breakSurface": false,
"cave": "volcanic/small",
"rarity": 20
}
]
},
"worm": {
"girth": {
"max": 7,
"min": 3,
"style": {
"style": "SIMPLEX",
"zoom": 0.5
}
},
"maxDistance": 230,
"yStyle": {
"min": -2,
"max": 1,
"generator": {
"zoom": 3,
"style": "PERLIN"
}
},
"xStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
},
"zStyle": {
"min": -9,
"max": 9,
"generator": {
"zoom": 0.6,
"style": "IRIS"
}
}
}
}

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

@@ -1,5 +1,5 @@
{
"version": 2010,
"version": 2011,
"name": "Overworld",
"environment": "NORMAL",
"fluidHeight": 63,
@@ -30,22 +30,33 @@
"swamp",
"hot",
"temperate",
"tropical",
"temperate",
"tundra",
"frozen",
"tundra"
"tropical",
"temperate"
],
"carving": {
"caves": [{
"breakSurface": true,
"cave": "deep/main",
"rarity": 28,
"caveStartHeight": {
"max": 35,
"min": 12,
"style": {"style": "STATIC"}
"carving": {"caves": [
{
"breakSurface": true,
"cave": "deep/main",
"rarity": 28,
"caveStartHeight": {
"max": 35,
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": false,
"cave": "deep/elongated",
"rarity": 27,
"caveStartHeight": {
"max": 45,
"min": 3,
"style": {"style": "STATIC"}
}
}
}]},
]},
"islandBiomeChanceStyle": {
"style": "NOWHERE_CELLULAR",
"axialFracturing": true,
@@ -239,6 +250,7 @@
"coordFractureDistance": 926,
"coordFractureZoom": 0.15,
"preventLeafDecay": true,
"noiseModificationFromFeatures": false,
"postProcessCaves": true,
"postProcessing": true,
"useMantle": true,

View File

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

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 15
"horizontalScale": 16
},
"seed": 7246661,
"composite": [{

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_3",
"horizontalScale": 50
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 60
},
"seed": 377394,
"composite": [{

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 35
"horizontalScale": 50
},
"seed": 530530,
"composite": [

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 65
"horizontalScale": 60
},
"seed": 9246661,
"composite": [{

View File

@@ -15,7 +15,7 @@
}],
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 49
"horizontalScale": 60
},
"seed": 7246661,
"cliffHeightMax": 80,

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 63
"horizontalScale": 60
},
"seed": 7246661,
"composite": [{

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_6",
"horizontalScale": 8
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 9
},
"seed": 377394,
"composite": [{

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 18
"horizontalScale": 16
},
"seed": 2343,
"composite": [{

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 45
"horizontalScale": 50
},
"seed": 133434,
"composite": [

View File

@@ -1,7 +1,7 @@
{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 17
"horizontalScale": 16
},
"seed": 7246661,
"composite": [{

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -74,7 +74,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -89,7 +89,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -57,7 +57,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -1,6 +1,21 @@
{
"connectors": [],
"placementOptions": {
"markers": [
{
"emptyAbove": true,
"mark": [
{
"block": "minecraft:cobblestone"
},
{
"block": "minecraft:mossy_cobblestone"
}
],
"marker": "dank",
"maximumMarkers": 9
}
],
"overStilt": 0,
"chance": 1,
"meld": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -81,8 +81,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -66,8 +66,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -66,8 +66,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -81,8 +81,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

View File

@@ -49,8 +49,8 @@
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"vacuumInterpolationRadius": 16,
"vacuumInterpolationMethod": "BILINEAR_STARCAST_9",
"FAST_MIN_HEIGHTInterpolationRadius": 16,
"FAST_MIN_HEIGHTInterpolationMethod": "BILINEAR_STARCAST_9",
"underwater": false,
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,

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