Skip to content

Commit

Permalink
smol tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
NextdoorPsycho committed Apr 9, 2023
1 parent 8b2974f commit 9cbd8da
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 45 deletions.
61 changes: 61 additions & 0 deletions biomes/hot/desert-dunes-red.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,67 @@
"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": [
Expand Down
62 changes: 62 additions & 0 deletions biomes/hot/desert-dunes.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,68 @@
"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": [
Expand Down
176 changes: 133 additions & 43 deletions biomes/mountain/plains.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,32 @@
"rarity": 1,
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": ["mountain/plain-extended"],
"generators": [{
"generator": "mountain",
"max": 53,
"min": 45
}],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"children": [
"mountain/plain-extended"
],
"generators": [
{
"generator": "mountain",
"max": 53,
"min": 45
}
],
"wall": {
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
]
},
"layers": [
{
"minHeight": 1,
Expand All @@ -24,25 +38,43 @@
"minimumSlope": 0,
"maximumSlope": 3.3
},
"palette": [{"block": "minecraft:grass_block"}]
"palette": [
{
"block": "minecraft:grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
{
"block": "minecraft:stone"
},
{
"block": "minecraft:stone"
},
{
"block": "minecraft:cobblestone"
}
]
},
{
Expand All @@ -52,7 +84,11 @@
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [{"block": "minecraft:grass_block"}]
"palette": [
{
"block": "minecraft:grass_block"
}
]
},
{
"minHeight": 3,
Expand All @@ -61,10 +97,13 @@
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
"palette": [
{
"block": "minecraft:dirt"
}
]
}
],

"objects": [
{
"mode": "PAINT",
Expand All @@ -84,7 +123,6 @@
"clutter/sbush3"
]
},

{
"mode": "PAINT",
"chance": 0.1,
Expand All @@ -94,6 +132,22 @@
"clutter/sbush3"
]
},
{
"chance": 0.0001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"structures/ruin1"
]
},
{
"mode": "PAINT",
"place": [
Expand Down Expand Up @@ -141,27 +195,59 @@
}
},
"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"}
{
"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"}]
"palette": [
{
"block": "minecraft:tall_grass"
}
]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
"palette": [
{
"block": "minecraft:grass"
}
]
},
{
"variance": {
Expand All @@ -182,14 +268,18 @@
}
},
"chance": 0.2,
"palette": [{
"block": "minecraft:wheat",
"data": {"age": 7}
}]
"palette": [
{
"block": "minecraft:wheat",
"data": {
"age": 7
}
}
]
}
],
"childStyle": {
"style": "IRIS_DOUBLE",
"zoom": 10
}
}
}
Loading

0 comments on commit 9cbd8da

Please sign in to comment.