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

RR Additives

I modified a load but yea
This commit is contained in:
Brian Neumann-Fopiano
2023-04-09 14:07:20 -04:00
parent e96aa51944
commit a8598e0b78
172 changed files with 3961 additions and 2047 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@
_docs/
.iris/
LICENSE

View File

@@ -0,0 +1,14 @@
{
"name": "DeepDark",
"layers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:deepslate",
"weight": 3
}
]
}]
}

View File

@@ -0,0 +1,10 @@
{
"name": "RockyHollows",
"vanillaDerivative": "THE_VOID",
"generators": [{
"generator": "rare-hills",
"max": 1,
"min": 1
}]
}

View File

@@ -0,0 +1,42 @@
{
"name": "DeepDark Tunnels",
"vanillaDerivative": "DEEP_DARK",
"wall": {
"style": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:deepslate",
"weight": 3
}
]
},
"caveCeilingLayers": [
{
"palette": [{
"block": "minecraft:deepslate"
}]
}
],
"layers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:sculk",
"weight": 3
}
]
}],
"decorators": [
{
"chance": 0.05,
"palette": [
{"block": "minecraft:sculk_sensor", "weight": 180},
{"block": "minecraft:sculk_catalyst", "weight": 2},
{"block": "minecraft:sculk_shrieker", "weight": 1}
]
}
]
}

View File

@@ -28,17 +28,21 @@
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "minecraft:snow_block"}]
"palette": [{"block": "minecraft:snow_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
"palette": [{"block": "minecraft:grass_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 7,
"maxHeight": 18,
"palette": [{"block": "minecraft:dirt"}]
"palette": [{"block": "minecraft:dirt"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 6,
@@ -51,34 +55,9 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.1,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
@@ -93,17 +72,32 @@
}
}],
"place": [
"trees/spruce/twirl1",
"trees/spruce/twirl2",
"trees/spruce/twirl3",
"trees/spruce/twirl4",
"trees/spruce/twirl5",
"trees/spruce/twirl6",
"trees/spruce/twirl7",
"trees/spruce/twirl8",
"trees/spruce/twirl9",
"trees/spruce/twirl10"
]
"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": -360,
"max": 360
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
},
{
"chance": 0.005,

View File

@@ -21,7 +21,7 @@
],
"generators": [{
"generator": "plain",
"max": 46,
"max": 36,
"min": 28
}],
"wall": {"palette": [
@@ -32,17 +32,21 @@
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "minecraft:snow_block"}]
"palette": [{"block": "minecraft:snow_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
"palette": [{"block": "minecraft:grass_block"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 7,
"maxHeight": 18,
"palette": [{"block": "minecraft:dirt"}]
"palette": [{"block": "minecraft:dirt"}],
"slopeCondition":{"maximumSlope": 3.5}
},
{
"minHeight": 6,
@@ -55,34 +59,9 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.1,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
@@ -97,17 +76,42 @@
}
}],
"place": [
"trees/spruce/twirl1",
"trees/spruce/twirl2",
"trees/spruce/twirl3",
"trees/spruce/twirl4",
"trees/spruce/twirl5",
"trees/spruce/twirl6",
"trees/spruce/twirl7",
"trees/spruce/twirl8",
"trees/spruce/twirl9",
"trees/spruce/twirl10"
]
"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"
],
"chance": 0.62,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
}
},
{
"chance": 0.005,

View File

@@ -67,20 +67,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.003,
@@ -112,7 +99,8 @@
{
"chance": 0.5,
"mode": "PAINT",
"density": 3,
"slopeCondition":{"maximumSlope": 1},
"density": 2,
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -68,20 +68,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.003,

View File

@@ -21,8 +21,8 @@
}],
"generators": [{
"generator": "mountain",
"max": 280,
"min": 70
"max": 310,
"min": 90
}],
"biomeZoom": 0.4,
"biomeStyle": {"style": "SIMPLEX"},

View File

@@ -26,8 +26,8 @@
"frozen/mountain-cliffs"
],
"generators": [{
"min": 70,
"max": 140,
"min": 90,
"max": 160,
"generator": "plain"
}],
"biomeZoom": 30,
@@ -84,20 +84,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"decorators": [{
"chance": 1,
"variance": {

View File

@@ -71,20 +71,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.003,

View File

@@ -51,20 +51,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [{
"edit": [
{

View File

@@ -52,20 +52,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [{
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],

View File

@@ -68,20 +68,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.02,

View File

@@ -10,6 +10,9 @@
"WINDSWEPT_HILLS",
"ICE_SPIKES"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_pines",
@@ -69,20 +72,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.02,

View File

@@ -15,10 +15,24 @@
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"children": ["frozen/hills"],
"jigsawStructures": [
{
"structure": "village-snowy",
"rarity": 1200
},
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "igloo",
"rarity": 800
}
],
"generators": [{
"min": 6,
"max": 11,
"max": 14,
"generator": "plain"
}],
"wall": {"palette": [
@@ -52,20 +66,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 2.56E-4,
@@ -144,18 +145,6 @@
}
},
{
"chance": 0.1,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
@@ -170,17 +159,36 @@
}
}],
"place": [
"trees/spruce/twirl1",
"trees/spruce/twirl2",
"trees/spruce/twirl3",
"trees/spruce/twirl4",
"trees/spruce/twirl5",
"trees/spruce/twirl6",
"trees/spruce/twirl7",
"trees/spruce/twirl8",
"trees/spruce/twirl9",
"trees/spruce/twirl10"
]
"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"
],
"slopeCondition":{
"maximumSlope": 2
},
"chance": 0.6,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
},
{
"mode": "PAINT",

View File

@@ -62,20 +62,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.02,

View File

@@ -63,20 +63,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.02,

View File

@@ -50,20 +50,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [{
"chance": 0.8,
"snow": 1,

View File

@@ -51,20 +51,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [{
"chance": 0.8,
"density": 3,

View File

@@ -51,20 +51,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [{
"chance": 0.8,
"snow": 1,

View File

@@ -62,20 +62,6 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.02,
@@ -139,7 +125,7 @@
},
{
"chance": 0.45,
"density": 3,
"density": 2,
"edit": [
{
"find": [{"block": "minecraft:spruce_planks"}],
@@ -198,7 +184,7 @@
{
"chance": 0.1,
"mode": "PAINT",
"density": 3,
"density": 1,
"snow": 0.35,
"rotation": {
"yAxis": {

View File

@@ -0,0 +1,271 @@
{
"name": "Mesa Valley",
"color": "#8C3A16",
"rarity": 1,
"derivative": "SAVANNA",
"vanillaDerivative": "BADLANDS",
"generators": [{
"min": 20,
"max": 75,
"generator": "mountain"
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 2,
"maximumSlope": 10
},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2
},
"style": {
"style": "NOWHERE",
"fracture": {
"style": "STATIC",
"multiplier": 4,
"axialFracturing": true
},
"zoom": 1.4
},
"zoom": 0.9,
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"weight": 3,
"block": "minecraft:red_sand"
},
{
"weight": 2,
"block": "minecraft:orange_terracotta"
},
{
"weight": 7,
"block": "minecraft:grass_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:light_gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
{
"weight": 1,
"block": "minecraft:terracotta"
},
{
"weight": 1,
"block": "minecraft:light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "minecraft:orange_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
{
"weight": 1,
"block": "minecraft:terracotta"
},
{
"weight": 1,
"block": "minecraft:light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:light_gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:terracotta"}]
}
],
"objects": [
{
"place": [
"trees/acacia/vexed1",
"trees/acacia/vexed2",
"trees/acacia/vexed3"
],
"chance": 0.4,
"edit": [{
"find": [{"block": "minecraft:acacia_planks"}],
"replace": {"palette": [{
"block": "minecraft:acacia_wood",
"data": {"axis": "y"}
}]}
}]
},
{
"chance": 0.00175,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"]
},
{
"mode": "PAINT",
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/bincluster1"]
},
{
"chance": 0.07,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/acacia/savannaD1",
"trees/acacia/savannaD2",
"trees/acacia/savannaD3"
]
},
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/acacia/savannaF1",
"trees/acacia/savannaF2",
"trees/acacia/savannaF3",
"trees/acacia/savannaF4",
"trees/acacia/savannaF5",
"trees/acacia/savannaF6",
"trees/acacia/savannaF7",
"trees/acacia/savannaF8",
"trees/acacia/savannaF9",
"trees/acacia/savannaF10",
"trees/acacia/savannaF11",
"trees/acacia/savannaF13",
"trees/acacia/savannaF14"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.04,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/acacia/savannaS1",
"trees/acacia/savannaS2",
"trees/acacia/savannaS3",
"trees/acacia/savannaS4",
"trees/acacia/savannaS5",
"trees/acacia/savannaS6",
"trees/acacia/savannaS7",
"trees/acacia/savannaS8",
"trees/acacia/savannas9",
"trees/acacia/savannas10",
"trees/acacia/savannas11",
"trees/acacia/savannas12"
]
}
],
"decorators": [
{
"chance": 0.189,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:red_tulip"},
{"block": "minecraft:orange_tulip"},
{"block": "minecraft:dandelion"},
{"block": "minecraft:poppy"}
]
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
}
]
}

View File

@@ -4,6 +4,18 @@
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": ["hot/mountain-cliffs"],
"childShrinkFactor": 1.5,
"childStyle":{
"style": "IRIS",
"zoom": 1.5
},
"jigsawStructures": [
{
"structure": "village-desert",
"rarity": 1200
}
],
"generators": [{
"generator": "smooth-dunes",
"max": 35,
@@ -29,20 +41,7 @@
}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-desert"
},
{
"rarity": 1900,
"structure": "pyramid-desert"
}
],
"objects": [
{
"chance": 0.001,
@@ -52,67 +51,6 @@
"clutter/rdesertpost2",
"clutter/rdesertpost3"
]
},
{
"chance": 0.0018,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jigsaw/pyramid/pyramid-red-extreme",
"jigsaw/pyramid/pyramid-red"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"mode": "MIN_HEIGHT",
"place": [
"structures/ruins-desert-1",
"structures/ruins-desert-2"
],
"chance": 0.005,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"chance": 0.0014,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/rsphinx1",
"clutter/rbrksphinx1"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"decorators": [

View File

@@ -6,9 +6,20 @@
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "smooth-dunes",
"max": 41,
"max": 51,
"min": 28
}],
"jigsawStructures": [
{
"structure": "village-desert",
"rarity": 1200
},
{
"structure": "pyramid-desert",
"rarity": 1500
}
],
"layers": [
{
"minHeight": 3,
@@ -29,20 +40,6 @@
}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-desert"
},
{
"rarity": 1900,
"structure": "pyramid-desert"
}
],
"objects": [
{
"chance": 0.001,
@@ -52,68 +49,6 @@
"clutter/desertpost2",
"clutter/desertpost3"
]
},
{
"mode": "MIN_HEIGHT",
"place": [
"structures/ruins-desert-1",
"structures/ruins-desert-2"
],
"chance": 0.005,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"chance": 0.0018,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/sphinx1",
"clutter/brksphinx1"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.0014,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jigsaw/pyramid/pyramid-extreme",
"jigsaw/pyramid/pyramid_1",
"jigsaw/pyramid/pyramid_2"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"decorators": [

View File

@@ -49,19 +49,5 @@
{"block": "minecraft:stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-desert"
},
{
"rarity": 1900,
"structure": "pyramid-desert"
}
]
}

View File

@@ -22,20 +22,6 @@
"palette": [{"block": "minecraft:red_sandstone"}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-desert"
},
{
"rarity": 1900,
"structure": "pyramid-desert"
}
],
"decorators": [{
"chance": 0.001,
"variance": {"style": "STATIC"},

View File

@@ -53,19 +53,5 @@
{"block": "minecraft:stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-desert"
},
{
"rarity": 1900,
"structure": "pyramid-desert"
}
]
}

View File

@@ -51,45 +51,7 @@
"palette": [{"block": "minecraft:magenta_terracotta"}]
}
],
"objects": [{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"structures/swordnp2",
"structures/swordnp1",
"structures/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/megaportal1",
"structures/megaportal2"
],
"edit": [
{
"find": [{"block": "minecraft:gold_block"}],
"replace": {"palette": [{"block": "minecraft:air"}]},
"chance": 0.1
},
{
"find": [{"block": "minecraft:netherrack"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "minecraft:obsidian"}],
"replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "minecraft:lava"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.2
}
],
"mode": "PAINT",
"carvingSupport": "SURFACE_ONLY"
}],
"decorators": [
{
"chance": 0.009,

View File

@@ -68,45 +68,7 @@
"palette": [{"block": "minecraft:brown_terracotta"}]
}
],
"objects": [{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"structures/swordnp2",
"structures/swordnp1",
"structures/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/megaportal1",
"structures/megaportal2"
],
"edit": [
{
"find": [{"block": "minecraft:gold_block"}],
"replace": {"palette": [{"block": "minecraft:air"}]},
"chance": 0.1
},
{
"find": [{"block": "minecraft:netherrack"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "minecraft:obsidian"}],
"replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "minecraft:lava"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.2
}
],
"mode": "PAINT",
"carvingSupport": "SURFACE_ONLY"
}],
"decorators": [
{
"chance": 0.009,

View File

@@ -51,45 +51,7 @@
"palette": [{"block": "minecraft:brown_terracotta"}]
}
],
"objects": [{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"structures/swordnp2",
"structures/swordnp1",
"structures/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/megaportal1",
"structures/megaportal2"
],
"edit": [
{
"find": [{"block": "minecraft:gold_block"}],
"replace": {"palette": [{"block": "minecraft:air"}]},
"chance": 0.1
},
{
"find": [{"block": "minecraft:netherrack"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "minecraft:obsidian"}],
"replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "minecraft:lava"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.2
}
],
"mode": "PAINT",
"carvingSupport": "SURFACE_ONLY"
}],
"decorators": [
{
"chance": 0.009,

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa",
"color": "#CA5F30",
"rarity": 1,
"rarity": 2,
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
@@ -135,24 +135,7 @@
"palette": [{"block": "minecraft:terracotta"}]
}
],
"objects": [{
"place": [
"structures/tower",
"structures/tower-twin"
],
"chance": 0.1,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}],
"decorators": [{
"chance": 0.009,
"variance": {"style": "STATIC"},

View File

@@ -1,4 +1,5 @@
{
"name": "Mesa Plateau Dirt high",
"color": "#C65726",
"rarity": 1,
@@ -68,24 +69,7 @@
}
],
"objects": [
{
"place": [
"structures/tower",
"structures/tower-twin"
],
"chance": 5.0E-4,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"trees/acacia/vexed1",

View File

@@ -56,24 +56,7 @@
}
],
"objects": [
{
"place": [
"structures/tower",
"structures/tower-twin"
],
"chance": 5.0E-4,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"trees/acacia/vexed1",

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Plateau High",
"color": "#AF4B1F",
"rarity": 1,
"rarity": 3,
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
@@ -61,24 +61,6 @@
"palette": [{"block": "minecraft:brown_terracotta"}]
}
],
"objects": [{
"place": [
"structures/tower",
"structures/tower-twin"
],
"chance": 5.0E-4,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}],
"decorators": [{
"chance": 0.05,
"palette": [{"block": "minecraft:tall_grass"}]

View File

@@ -134,24 +134,7 @@
"palette": [{"block": "minecraft:terracotta"}]
}
],
"objects": [{
"place": [
"structures/tower",
"structures/tower-twin"
],
"chance": 0.002,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}],
"decorators": [{
"chance": 0.05,
"palette": [{"block": "minecraft:tall_grass"}]

View File

@@ -58,45 +58,7 @@
"palette": [{"block": "minecraft:brown_terracotta"}]
}
],
"objects": [{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"structures/swordnp2",
"structures/swordnp1",
"structures/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/megaportal1",
"structures/megaportal2"
],
"edit": [
{
"find": [{"block": "minecraft:gold_block"}],
"replace": {"palette": [{"block": "minecraft:air"}]},
"chance": 0.1
},
{
"find": [{"block": "minecraft:netherrack"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "minecraft:obsidian"}],
"replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "minecraft:lava"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.2
}
],
"mode": "PAINT",
"carvingSupport": "SURFACE_ONLY"
}],
"decorators": [
{
"chance": 0.009,

View File

@@ -75,20 +75,6 @@
"palette": [{"block": "minecraft:brown_terracotta"}]
}
],
"objects": [{
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"chance": 0.1,
"translate": {"y": -2},
"place": ["clutter/tntower1"]
}],
"decorators": [
{
"chance": 0.009,

View File

@@ -0,0 +1,148 @@
{
"name": "Mountain Middle",
"color": "#829098",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": ["mountain/Cute_Cliffs+"],
"generators": [{
"generator": "mountain",
"max": 223,
"min": 106
}],
"biomeZoom": 0.4,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]
},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2.6
},
"palette": [{"block": "minecraft:grass_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:grass_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
}
],
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"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"}]
}
],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
},
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:cobblestone_slab"
},
{
"weight": 2,
"block": "minecraft:air"
}
]
}
}

View File

@@ -0,0 +1,133 @@
{
"name": "Lower Mountain",
"color": "#6E7D85",
"rarity": 1,
"derivative": "WINDSWEPT_HILLS",
"vanillaDerivative": "WINDSWEPT_HILLS",
"children": ["mountain/Cute_Cliffs+"],
"generators": [
{
"min": 4,
"max": 30,
"generator": "plain-cliffs"
},
{
"min": 93,
"max": 145,
"generator": "mountain"
}],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2.6
},
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:gravel"}
]
},
{
"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": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"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"}]
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:cobblestone_slab"
},
{
"weight": 2,
"block": "minecraft:air"
}
]
}
}

View File

@@ -64,16 +64,7 @@
"palette": [{"block": "minecraft:dirt"}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -63,16 +63,7 @@
"palette": [{"block": "minecraft:dirt"}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"mode": "PAINT",
@@ -144,7 +135,7 @@
"replace": {"palette": [{"block": "minecraft:spruce_leaves"}]}
}],
"chance": 1,
"density": 5,
"density": 3,
"rotation": {
"enabled": true,
"yAxis": {

View File

@@ -64,16 +64,7 @@
"palette": [{"block": "minecraft:dirt"}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"mode": "PAINT",
@@ -93,20 +84,7 @@
"clutter/sbush3"
]
},
{
"chance": 0.0001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"mode": "PAINT",
"chance": 0.1,

View File

@@ -57,16 +57,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"decorators": [
{
"chance": 0.2,

View File

@@ -37,16 +37,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"place": [
@@ -54,8 +45,7 @@
"trees/oak/truegeneric3",
"trees/oak/truegeneric3",
"trees/oak/truegeneric4",
"trees/oak/truegeneric5",
"trees/oak/truegeneric6"
"trees/oak/truegeneric5"
],
"chance": 0.07,
"rotation": {

View File

@@ -64,16 +64,7 @@
"palette": [{"block": "minecraft:dirt"}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"mode": "PAINT",
@@ -93,20 +84,7 @@
"clutter/sbush3"
]
},
{
"chance": 3.0E-4,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"mode": "PAINT",
"chance": 0.1,

View File

@@ -13,6 +13,12 @@
"grassColor": "#B39EC2",
"fogColor": "#CACDFF"
}],
"jigsawStructures": [
{
"structure": "mush-huts",
"rarity": 800
}
],
"generators": [{
"min": 6,
"max": 14,
@@ -60,10 +66,7 @@
]
}
],
"jigsawStructures": [{
"rarity": 150,
"structure": "mush-huts"
}],
"objects": [
{
"chance": 0.08,

View File

@@ -3,6 +3,7 @@
"color": "#5C4DEA",
"derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN",
"generators": [{
"generator": "smooth-dunes",
"max": -40,
@@ -41,7 +42,7 @@
{
"underwater": true,
"waterloggable": true,
"chance": 0.008,
"chance": 0.00003,
"mode": "PAINT",
"rotation": {
"enabled": true,
@@ -143,6 +144,102 @@
"mode": "PAINT",
"loot": [{"name": "structures/ocean-ruins"}],
"overrideGlobalLoot": true
},
{
"loot": ["structures/ocean-ruins"],
"overStilt": 0,
"chance": 0.0007,
"meld": false,
"density": 1,
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"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": [

View File

@@ -113,6 +113,102 @@
"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": 0,
"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": [

View File

@@ -160,6 +160,102 @@
"mode": "PAINT",
"loot": [{"name": "structures/ocean-ruins"}],
"overrideGlobalLoot": true
},
{
"loot": ["structures/ocean-ruins"],
"overStilt": 0,
"chance": 0.0006,
"meld": false,
"density": 1,
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"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": [

View File

@@ -47,16 +47,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"structure": "village-savanna",
"rarity": 1500
}
],
"objects": [{
"chance": 0.5,
"density": 2,

View File

@@ -73,16 +73,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"structure": "village-savanna",
"rarity": 1500
}
],
"objects": [
{
"chance": 0.07,

View File

@@ -76,16 +76,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"structure": "village-savanna",
"rarity": 1500
}
],
"objects": [
{
"chance": 0.07,

View File

@@ -1,7 +1,7 @@
{
"name": "Savanna Forest",
"color": "#B06F27",
"rarity": 1,
"rarity": 3,
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"biomeScatter": [
@@ -68,16 +68,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"structure": "village-savanna",
"rarity": 1500
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -8,6 +8,12 @@
"SAVANNA",
"DESERT"
],
"jigsawStructures": [
{
"structure": "village-savanna",
"rarity": 1200
}
],
"customDerivitives": [{
"category": "savanna",
"id": "savanna_plateau",
@@ -68,16 +74,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"structure": "village-savanna",
"rarity": 1500
}
],
"objects": [
{
"chance": 0.00175,

View File

@@ -69,16 +69,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"structure": "village-savanna",
"rarity": 1500
}
],
"objects": [
{
"chance": 0.00175,

View File

@@ -39,16 +39,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -51,16 +51,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"chance": 0.632,
@@ -107,74 +98,7 @@
},
"mode": "MIN_HEIGHT"
},
{
"chance": 0.5123,
"mode": "MIN_HEIGHT",
"translate": {
"x": 0,
"y": -4,
"z": 0,
"yRandom": -5
},
"edit": [
{
"find": [{"block": "minecraft:oak_log"}],
"replace": {"palette": [{"block": "minecraft:dark_oak_log"}]}
},
{
"find": [{"block": "minecraft:oak_wood"}],
"replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]}
},
{
"find": [{"block": "minecraft:oak_leaves"}],
"replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"structures/oakspindle1",
"structures/oakspindle2",
"structures/oakspindle3",
"structures/oakspindle4",
"structures/oakspindle5",
"structures/oakspindle6",
"structures/oakspindle7"
]
},
{
"chance": 0.124,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"structures/swampforearm1",
"structures/swampforearm2",
"structures/swampforearm3",
"structures/swampforearm4",
"structures/swampforearm5"
],
"mode": "MIN_HEIGHT",
"translate": {
"x": 0,
"y": -10,
"z": 0,
"yRandom": -20
}
},
{
"chance": 0.135,
"rotation": {

View File

@@ -52,16 +52,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"chance": 0.1,

View File

@@ -55,16 +55,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"chance": 0.1,

View File

@@ -52,16 +52,6 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"chance": 0.5,

View File

@@ -55,16 +55,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"chance": 0.5,

View File

@@ -75,6 +75,7 @@
"mode": "MIN_STILT",
"onwater": true,
"chance": 1,
"waterloggable": true,
"clamp": {"maximumHeight": 225},
"density": 5,
"place": [

View File

@@ -51,16 +51,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"chance": 0.7,

View File

@@ -58,16 +58,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"chance": 0.7,

View File

@@ -39,16 +39,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -63,16 +63,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -1,7 +1,7 @@
{
"name": "Birch Forest",
"color": "#A8F588",
"rarity": 3,
"rarity": 6,
"derivative": "BIRCH_FOREST",
"vanillaDerivative": "BIRCH_FOREST",
"children": [
@@ -66,16 +66,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -1,7 +1,7 @@
{
"name": "Birch Thin Forest",
"color": "#9FF07D",
"rarity": 2,
"rarity": 4,
"derivative": "BIRCH_FOREST",
"vanillaDerivative": "BIRCH_FOREST",
"generators": [
@@ -57,16 +57,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 900,
"structure": "pillager-outpost"
},
{
"rarity": 1100,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -0,0 +1,212 @@
{
"name": "Calm Plains",
"customDerivitives": [{
"temperature": 0.8,
"downfallType": "rain"
}],
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"layers": [{
"palette": [{"block": "minecraft:grass_block"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
}],
"wall": {"palette": [
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
]},
"objects": [{
"place": [
"trees/mixed/pollup1",
"trees/mixed/pollup2",
"trees/mixed/pollup4",
"trees/mixed/pollup5",
"trees/mixed/pollup6",
"trees/mixed/pollup7",
"trees/mixed/pollup8",
"trees/mixed/pollup9",
"trees/mixed/pollup10",
"trees/mixed/pollup11",
"trees/mixed/pollup12",
"trees/mixed/pollup13"
],
"carvingSupport": "SURFACE_ONLY",
"chance": 1,
"mode": "CENTER_STILT",
"stiltSettings":{"yMax": 4, "yRand": 1},
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
}
}
],
"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"}]
},
{
"stackMin": 1,
"stackMax": 7,
"chance": 0.015,
"forcePlace": false,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"stage": 0,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
}
],
"style": {"style": "STATIC"}
}
],
"generators": [{
"generator": "mountain",
"max": 10,
"min": -15
}]
}

View File

@@ -45,16 +45,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.07,

View File

@@ -48,16 +48,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.07,

View File

@@ -0,0 +1,140 @@
{
"name": "Fancy Plains",
"blockDrops": [{"blocks": [{"block": "minecraft:grass_block"}], "drops": [{"type": "bamboo", "minAmount": 1, "maxAmount": 1}], "replaceVanillaDrops": true}],
"customDerivitives": [{
"temperature": 0.8,
"downfallType": "rain"
}],
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"layers": [{
"palette": [{"block": "minecraft:grass_block"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
}],
"wall": {"palette": [
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
]},
"objects": [{
"place": [
"trees/oak/oakFancy1",
"trees/oak/oakFancy2NS",
"trees/oak/oakFancy3",
"trees/oak/oakFancy4",
"trees/oak/oakFancy5",
"trees/oak/oakFancy6",
"trees/oak/oakFancy7",
"trees/oak/oakFancy7",
"trees/oak/oakFancy8",
"trees/oak/oakFancy9",
"trees/oak/oakFancy10",
"trees/oak/antioch5",
"trees/oak/antioch3",
"trees/oak/antioch4"
],
"carvingSupport": "SURFACE_ONLY",
"chance": 1,
"mode": "CENTER_STILT",
"stiltSettings":{"yMax": 4, "yRand": 1},
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
}
}
],
"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.22,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.2,
"palette": [{"block": "minecraft:grass"}]
},
{
"chance": 0.2,
"palette": [{"block": "minecraft:fern"}]
},
{
"chance": 0.06,
"palette": [{"block": "minecraft:azalea"}]
},
{
"chance": 0.3,
"style":{"style": "NOWHERE", "zoom": 0.282},
"palette": [{"block": "minecraft:moss_carpet"}]
},
{
"stackMin": 1,
"stackMax": 7,
"chance": 0.025,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"stage": 0,
"age": 0,
"leaves": "none"
},
"block": "minecraft:big_dripleaf_stem"
}
],
"style": {"style": "STATIC"}
}
],
"generators": [{
"generator": "mountain",
"max": 10,
"min": -15
}]
}

View File

@@ -61,16 +61,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager-outpost"
},
{
"rarity": 500,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.07,

View File

@@ -62,16 +62,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager-outpost"
},
{
"rarity": 500,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.07,

View File

@@ -55,16 +55,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [{
"chance": 0.5,
"density": 2,

View File

@@ -43,16 +43,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager-outpost"
},
{
"rarity": 800,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.5,

View File

@@ -1,7 +1,7 @@
{
"name": "Long tree forest",
"color": "#74D64A",
"rarity": 3,
"rarity": 7,
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"customDerivitives": [{
@@ -44,16 +44,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager-outpost"
},
{
"rarity": 800,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.5,

View File

@@ -39,16 +39,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",
@@ -107,20 +98,7 @@
"trees/oak/generic6"
]
},
{
"chance": 0.0001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"chance": 0.004,
"rotation": {

View File

@@ -9,6 +9,16 @@
"max": 7,
"generator": "plain"
}],
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-plains",
"rarity": 1200
}
],
"biomeStyle": {"style": "SIMPLEX"},
"wall": {"palette": [
{"block": "minecraft:stone"},
@@ -39,16 +49,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",
@@ -107,20 +108,7 @@
"trees/oak/generic6"
]
},
{
"chance": 0.0001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"chance": 0.004,
"rotation": {

View File

@@ -6,13 +6,15 @@
"vanillaDerivative": "FLOWER_FOREST",
"children": [
"temperate/lush-plains-yellow",
"temperate/lush-plains-red"
"temperate/lush-plains-red",
"temperate/overflowed"
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {"palette": [
@@ -44,16 +46,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",
@@ -112,20 +105,7 @@
"trees/oak/generic6"
]
},
{
"chance": 0.0001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"chance": 0.004,
"rotation": {

View File

@@ -47,16 +47,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 2200,
"structure": "pillager-outpost"
},
{
"rarity": 1900,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",
@@ -115,20 +106,7 @@
"trees/oak/generic6"
]
},
{
"chance": 0.0001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"chance": 0.004,
"rotation": {

View File

@@ -39,16 +39,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",

View File

@@ -60,16 +60,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"place": [

View File

@@ -61,16 +61,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"place": [

View File

@@ -0,0 +1,297 @@
{
"name": "Overflowed",
"color": "#42A616",
"rarity": 2,
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"generators": [{
"min": -10,
"max": -5,
"generator": "mountain"
}],
"biomeStyle": {"style": "SIMPLEX"},
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{"palette": [{"block": "minecraft:grass_block"}]},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/camp1",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{
"mode": "PAINT",
"chance": 0.00675,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp2"]
},
{
"chance": 0.002,
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/cave2"],
"translate": {
"x": 0,
"y": -57,
"z": 0
}
},
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/oak/hoakgeneric3",
"trees/oak/hoakgeneric4",
"trees/oak/hoakgeneric5",
"trees/oak/hoakgeneric6",
"trees/oak/hoakgeneric7",
"trees/oak/hoakgeneric8",
"trees/oak/hoakgeneric9",
"trees/oak/hoakgeneric1",
"trees/oak/shoakgeneric3",
"trees/oak/shoakgeneric4",
"trees/oak/shoakgeneric5",
"trees/oak/shoakgeneric6",
"trees/oak/shoakgeneric7",
"trees/oak/shoakgeneric8",
"trees/oak/shoakgeneric9",
"trees/oak/shoakgeneric1",
"trees/oak/shoakgeneric2"
]
},
{
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
]
},
{
"mode": "PAINT",
"chance": 0.002,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/genericpeak1",
"clutter/genericpeak2",
"clutter/genericpeak3",
"clutter/genericpeak5",
"clutter/genericpeak6"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"place": [
"trees/oak/generic1",
"trees/oak/generic2",
"trees/oak/generic3",
"trees/oak/generic4",
"trees/oak/generic5",
"trees/oak/generic6"
],
"chance": 0.07,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
},
{
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"chance": 0.02,
"mode": "PAINT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
},
{
"place": [
"clutter/statue-villager-plains",
"clutter/pumpkins1",
"clutter/pumpkins2",
"clutter/pumpkins3",
"clutter/pumpkins4",
"clutter/pumpkins5",
"clutter/pumpkins6"
],
"chance": 0.008,
"mode": "PAINT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
},
"translate": {"y": 1}
}
],
"decorators": [
{
"chance": 0.004,
"variance": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 6,
"fracture": {
"style": "STATIC",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {"style": "STATIC"},
"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"}]
}
],
"features": [{
"rarity": 252,
"zone": {
"convergeToHeight": 64,
"interpolationRadius": 3,
"interpolator": "BILINEAR_STARCAST_6",
"blockRadius": 14,
"objectChance": 1,
"strength": 1,
"biomeStrengthThreshold": 0.18,
"customBiome": "temperate/flower-forest",
"fractureRadius": {
"style": "NOWHERE",
"zoom": 0.12,
"multiplier": 52
}
}
}]
}

View File

@@ -9,6 +9,16 @@
"max": 10,
"generator": "plain"
}],
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-plains",
"rarity": 1200
}
],
"biomeStyle": {"style": "SIMPLEX"},
"wall": {"palette": [
{"block": "minecraft:stone"},
@@ -39,16 +49,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"mode": "PAINT",
@@ -136,20 +137,6 @@
"trees/oak/shoakgeneric2"
]
},
{
"chance": 0.0001,
"mode": "MIN_STILT",
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"chance": 0.005,
"rotation": {

View File

@@ -51,16 +51,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"name": "standard-surface-portals",

View File

@@ -52,16 +52,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"name": "standard-surface-portals",

View File

@@ -18,9 +18,9 @@
"fogColor": "#686090"
}],
"generators": [{
"generator": "smooth-dunes",
"max": 14,
"min": 8
"generator": "mountain",
"max": 44,
"min": 20
}],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
@@ -65,16 +65,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1000,
"structure": "village-taiga"
}
],
"objects": [
{
"place": [
@@ -87,6 +78,7 @@
"mode": "PAINT"
},
{
"chance": 0.8,
"rotation": {
"yAxis": {
@@ -109,6 +101,7 @@
"trees/mixed/dotree9",
"trees/mixed/dotree10"
],
"translate": {
"x": 0,
"y": -2,

View File

@@ -0,0 +1,234 @@
{
"name": "Rough Plains",
"customDerivitives": [{
"temperature": 0.8,
"downfallType": "rain"
}],
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"layers": [{
"palette": [{"block": "minecraft:grass_block"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
}],
"wall": {"palette": [
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
]},
"objects": [{
"place": [
"trees/oak/antioch1",
"trees/oak/antioch2",
"trees/oak/antioch4",
"trees/oak/antioch5",
"trees/oak/antioch6",
"trees/oak/antioch7",
"trees/oak/antioch8",
"trees/oak/antioch9",
"trees/oak/antioch10",
"trees/oak/antioch11",
"trees/oak/antioch12",
"trees/oak/antioch13",
"trees/oak/troofed1",
"trees/oak/troofed2",
"trees/oak/troofed3",
"trees/oak/troofed4",
"trees/oak/troofed5",
"trees/oak/troofed6",
"trees/oak/troofed7",
"trees/oak/troofed8",
"trees/oak/troofed9",
"trees/oak/troofed10"
],
"carvingSupport": "SURFACE_ONLY",
"chance": 0.5,
"mode": "CENTER_STILT",
"stiltSettings":{"yMax": 4, "yRand": 1},
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "minecraft:oak_leaves", "data": {}}],
"chance": 0.005,
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.25
},
"palette": [
{"block": "minecraft:bee_nest"}
]
}
}]
}],
"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.75,
"palette": [{"block": "minecraft:grass"}]
},
{
"stackMin": 1,
"stackMax": 7,
"chance": 0.025,
"forcePlace": false,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"stage": 0,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
}
],
"style": {"style": "STATIC"}
}
],
"generators": [{
"generator": "mountain",
"max": 50,
"min": -15
}]
}

View File

@@ -0,0 +1,329 @@
{
"name": "Sakura Forest",
"color": "#47B019",
"rarity": 4,
"derivative": "FLOWER_FOREST",
"vanillaDerivative": "FOREST",
"biomeScatter": ["BIRCH_FOREST"],
"customDerivitives": [
{
"category": "plains",
"downfallType": "rain",
"foliageColor": "#562135",
"humidity": 0.4,
"id": "sakura_forest_pink1"
},
{
"category": "plains",
"downfallType": "rain",
"foliageColor": "#c3829e",
"humidity": 0.4,
"id": "sakura_forest_pink2"
},
{
"category": "plains",
"downfallType": "rain",
"foliageColor": "#e9b1cd",
"humidity": 0.4,
"id": "sakura_forest_pink3"
},
{
"category": "plains",
"downfallType": "rain",
"foliageColor": "#ffe7de",
"humidity": 0.4,
"id": "sakura_forest_pink4"
},
{
"category": "plains",
"downfallType": "rain",
"foliageColor": "#fcd1d7",
"humidity": 0.4,
"id": "sakura_forest_pink5"
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"biomeZoom": 60,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:grass_block"}]
},
{"palette": [{"block": "minecraft:dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [
{
"find": [{"block": "minecraft:oak_wood"}],
"replace": {"palette": [{"block": "minecraft:stripped_birch_log"}]}
},
{
"chance": 0.05,
"find": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:birch_leaves"}
],
"replace": {
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:jungle_leaves"}]
}
}
],
"place": [
"trees/oak/hoakgeneric3",
"trees/oak/hoakgeneric4",
"trees/oak/hoakgeneric5",
"trees/oak/hoakgeneric6",
"trees/oak/hoakgeneric7",
"trees/oak/hoakgeneric8",
"trees/oak/hoakgeneric9",
"trees/oak/hoakgeneric1",
"trees/oak/shoakgeneric3",
"trees/oak/shoakgeneric4",
"trees/oak/shoakgeneric5",
"trees/oak/shoakgeneric6",
"trees/oak/shoakgeneric7",
"trees/oak/shoakgeneric8",
"trees/oak/shoakgeneric9",
"trees/oak/shoakgeneric1",
"trees/oak/shoakgeneric2"
]
},
{
"mode": "MIN_HEIGHT",
"chance": 0.008,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/camp1",
"clutter/camp4",
"clutter/camp5",
"clutter/camp3"
]
},
{
"chance": 0.2,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"chance": 0.05,
"find": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:birch_leaves"}
],
"replace": {
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:jungle_leaves"}]
}
}],
"place": [
"trees/sakura/genericsak1",
"trees/sakura/genericsak2",
"trees/sakura/genericsak3",
"trees/sakura/genericsak4",
"trees/sakura/genericsak5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.003,
"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"
]
},
{
"chance": 0.001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/literalgarbage1",
"clutter/literalgarbage2",
"clutter/literalgarbage3",
"clutter/literalgarbage4"
]
}
],
"decorators": [
{
"chance": 0.6,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{
"weight": 1,
"block": "minecraft:grass"
},
{"block": "minecraft:grass"},
{"block": "minecraft:grass"},
{
"chance": 7,
"block": "minecraft:grass"
}
]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"block": "minecraft:stone_button",
"data": {
"face": "floor",
"facing": "east"
}}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"block": "minecraft:stone_button",
"data": {
"face": "floor",
"facing": "north"
}}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"block": "minecraft:stone_button",
"data": {
"face": "floor",
"facing": "west"
}}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"block": "minecraft:stone_button",
"data": {
"face": "floor",
"facing": "south"
}}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "minecraft:oak_leaves"}]
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.06,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "minecraft:allium"}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "minecraft:cobblestone_slab"}]
}
]
}

View File

@@ -130,6 +130,102 @@
"mode": "PAINT",
"loot": [{"name": "structures/ocean-ruins"}],
"overrideGlobalLoot": true
},
{
"loot": ["structures/ocean-ruins"],
"overStilt": 0,
"chance": 0.000025,
"meld": false,
"density": 1,
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"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": [

View File

@@ -0,0 +1,305 @@
{
"name": "Shattered Plains",
"color": "#42A616",
"rarity": 2,
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"generators": [{
"min": -4,
"max": 5,
"generator": "mountain"
}],
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-plains",
"rarity": 1200
}
],
"biomeStyle": {"style": "SIMPLEX"},
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{"palette": [{"block": "minecraft:grass_block"}]},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/camp1",
"clutter/camp3",
"clutter/camp4",
"clutter/camp5"
]
},
{
"mode": "PAINT",
"chance": 0.00675,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp2"]
},
{
"chance": 0.002,
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/cave2"],
"translate": {
"x": 0,
"y": -57,
"z": 0
}
},
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/oak/hoakgeneric3",
"trees/oak/hoakgeneric4",
"trees/oak/hoakgeneric5",
"trees/oak/hoakgeneric6",
"trees/oak/hoakgeneric7",
"trees/oak/hoakgeneric8",
"trees/oak/hoakgeneric9",
"trees/oak/hoakgeneric1",
"trees/oak/shoakgeneric3",
"trees/oak/shoakgeneric4",
"trees/oak/shoakgeneric5",
"trees/oak/shoakgeneric6",
"trees/oak/shoakgeneric7",
"trees/oak/shoakgeneric8",
"trees/oak/shoakgeneric9",
"trees/oak/shoakgeneric1",
"trees/oak/shoakgeneric2"
]
},
{
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
]
},
{
"mode": "PAINT",
"chance": 0.002,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/genericpeak1",
"clutter/genericpeak2",
"clutter/genericpeak3",
"clutter/genericpeak5",
"clutter/genericpeak6"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"place": [
"trees/oak/generic1",
"trees/oak/generic2",
"trees/oak/generic3",
"trees/oak/generic4",
"trees/oak/generic5",
"trees/oak/generic6"
],
"chance": 0.07,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
},
{
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"chance": 0.02,
"mode": "PAINT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
},
{
"place": [
"clutter/statue-villager-plains",
"clutter/pumpkins1",
"clutter/pumpkins2",
"clutter/pumpkins3",
"clutter/pumpkins4",
"clutter/pumpkins5",
"clutter/pumpkins6"
],
"chance": 0.008,
"mode": "PAINT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
},
"translate": {"y": 1}
}
],
"decorators": [
{
"chance": 0.004,
"variance": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 6,
"fracture": {
"style": "STATIC",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {"style": "STATIC"},
"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"}]
}
],
"features": [{
"rarity": 252,
"zone": {
"convergeToHeight": 64,
"interpolationRadius": 3,
"interpolator": "BILINEAR_STARCAST_6",
"blockRadius": 14,
"objectChance": 1,
"strength": 1,
"biomeStrengthThreshold": 0.18,
"customBiome": "temperate/flower-forest",
"fractureRadius": {
"style": "NOWHERE",
"zoom": 0.12,
"multiplier": 52
}
}
}]
}

View File

@@ -46,6 +46,7 @@
"eggs": 1,
"hatch": 0
},
"chance": 0.009,
"block": "minecraft:turtle_egg"
},
{
@@ -53,6 +54,7 @@
"eggs": 2,
"hatch": 0
},
"chance": 0.005,
"block": "minecraft:turtle_egg"
},
{
@@ -60,6 +62,7 @@
"eggs": 3,
"hatch": 0
},
"chance": 0.002,
"block": "minecraft:turtle_egg"
},
{

View File

@@ -11,6 +11,16 @@
"temperature": 0.875,
"grassColor": "#b9bf4e"
}],
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-plains",
"rarity": 1200
}
],
"generators": [{
"min": 4,
"max": 10,

View File

@@ -0,0 +1,206 @@
{
"name": "Tiny Birch",
"customDerivitives": [{
"temperature": 0.8,
"downfallType": "rain"
}],
"derivative": "BIRCH_FOREST",
"vanillaDerivative": "BIRCH_FOREST",
"layers": [{
"palette": [{"block": "minecraft:grass_block"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
}],
"wall": {"palette": [
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
]},
"objects": [{
"place": [
"trees/birch/arid1",
"trees/birch/arid2",
"trees/birch/arid4",
"trees/birch/arid5",
"trees/birch/arid6",
"trees/birch/arid7"
],
"carvingSupport": "SURFACE_ONLY",
"chance": 1,
"mode": "CENTER_STILT",
"stiltSettings":{"yMax": 4, "yRand": 1},
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
}
}
],
"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"}]
},
{
"stackMin": 1,
"stackMax": 7,
"chance": 0.015,
"forcePlace": false,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"stage": 0,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
}
],
"style": {"style": "STATIC"}
}
],
"generators": [{
"generator": "mountain",
"max": 10,
"min": -15
}]
}

View File

@@ -0,0 +1,205 @@
{
"name": "Tiny Plains",
"customDerivitives": [{
"temperature": 0.8,
"downfallType": "rain"
}],
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"layers": [{
"palette": [{"block": "minecraft:grass_block"}],
"maxHeight": 1,
"slopeCondition": {"maximumSlope": 4}
}],
"wall": {"palette": [
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
]},
"objects": [{
"place": [
"trees/oak/arid1",
"trees/oak/arid2",
"trees/oak/arid4",
"trees/oak/arid5",
"trees/oak/arid6",
"trees/oak/arid7"
],
"carvingSupport": "SURFACE_ONLY",
"chance": 1,
"mode": "CENTER_STILT",
"stiltSettings":{"yMax": 4, "yRand": 1},
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
}
}
],
"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"}]
},
{
"stackMin": 1,
"stackMax": 7,
"chance": 0.015,
"forcePlace": false,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"stage": 0,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "none"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "small"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "large"
},
"block": "minecraft:bamboo"
}
],
"style": {"style": "STATIC"}
}
],
"generators": [{
"generator": "mountain",
"max": 10,
"min": -15
}]
}

View File

@@ -49,16 +49,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.125,

View File

@@ -52,16 +52,7 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager-outpost"
},
{
"rarity": 1500,
"structure": "village-plains"
}
],
"objects": [
{
"chance": 0.125,

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