mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
general Cold biome fixes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -25,7 +25,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.005,
|
||||
"chance": 0.001,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Ice Mountains",
|
||||
"name": "Frozen Mountains",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
@@ -17,37 +17,6 @@
|
||||
"minecraft:snow[layers=8]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 10,
|
||||
"maxHeight": 25,
|
||||
"palette": [
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"BLACKSTONE",
|
||||
"PACKED_ICE",
|
||||
"COBBLESTONE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"OBSIDIAN",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=y]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=z]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
@@ -81,7 +50,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.02,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -120,6 +89,46 @@
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": false
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"frosted-spruce/large-5",
|
||||
"frosted-spruce/large-6",
|
||||
"frosted-spruce/large-7",
|
||||
"frosted-spruce/large-8",
|
||||
"frosted-spruce/large-9",
|
||||
"frosted-spruce/large-10",
|
||||
"frosted-spruce/large-12",
|
||||
"frosted-spruce/large-13",
|
||||
"frosted-spruce/large-14",
|
||||
"frosted-spruce/large-15",
|
||||
"frosted-spruce/large-16",
|
||||
"frosted-spruce/large-17",
|
||||
"frosted-spruce/large-18",
|
||||
"frosted-spruce/large-19",
|
||||
"frosted-spruce/large-20",
|
||||
"frosted-spruce/large-21",
|
||||
"frosted-spruce/large-22",
|
||||
"frosted-spruce/large-23",
|
||||
"frosted-spruce/large-24",
|
||||
"frosted-spruce/large-25"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.001,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Ice Peak",
|
||||
"name": "Frozen Peaks",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.01,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.01,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -77,37 +77,6 @@
|
||||
"ice-spikes/tp-3",
|
||||
"ice-spikes/tp-4"
|
||||
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.8,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"wonderland/twirlSpruce-1",
|
||||
"wonderland/twirlSpruce-2",
|
||||
"wonderland/twirlSpruce-3",
|
||||
"wonderland/twirlSpruce-4",
|
||||
"wonderland/twirlSpruce-5",
|
||||
"wonderland/twirlSpruce-6",
|
||||
"wonderland/twirlSpruce-7",
|
||||
"wonderland/twirlSpruce-8",
|
||||
"wonderland/twirlSpruce-9",
|
||||
"wonderland/twirlSpruce-10"
|
||||
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"name": "Winter Wonderland",
|
||||
"name": "Frozen Vander",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
@@ -19,37 +19,6 @@
|
||||
"minecraft:snow[layers=8]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"palette": [
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"BLACKSTONE",
|
||||
"PACKED_ICE",
|
||||
"COBBLESTONE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"OBSIDIAN",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=y]",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"PACKED_ICE",
|
||||
"minecraft:basalt[axis=z]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
@@ -108,7 +77,7 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"y": -5,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
@@ -138,19 +107,19 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.35,
|
||||
"chance": 0.45,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
@@ -173,7 +142,7 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"landBiomes": [
|
||||
"frozen-plains",
|
||||
"frozen-mountains",
|
||||
"frozen-wonderland"
|
||||
"frozen-vander"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"frozen-ocean"
|
||||
@@ -24,7 +24,7 @@
|
||||
"shuffle": 328
|
||||
},
|
||||
{
|
||||
"biome": "frozen-wonderland",
|
||||
"biome": "frozen-vander",
|
||||
"type": "LAND",
|
||||
"scale": 5,
|
||||
"rarity": 10,
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"hot-desert",
|
||||
"hot-dry-forest",
|
||||
"hot-desert-red"
|
||||
|
||||
],
|
||||
"seaBiomes": [
|
||||
"hot-ocean"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.7,
|
||||
"chance": 0.8,
|
||||
"density": 1,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.3,
|
||||
"chance": 0.05,
|
||||
"density": 2,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -81,8 +81,36 @@
|
||||
"hazel-oak/hoak-9",
|
||||
"hazel-oak/hoak-1",
|
||||
"hazel-oak/hoak-2"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 1,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": false
|
||||
},
|
||||
"enabled": false
|
||||
},
|
||||
"place": [
|
||||
|
||||
|
||||
"hazel-oak/s-hoak-3",
|
||||
"hazel-oak/s-hoak-4",
|
||||
"hazel-oak/s-hoak-5",
|
||||
"hazel-oak/s-hoak-6",
|
||||
"hazel-oak/s-hoak-7",
|
||||
"hazel-oak/s-hoak-8",
|
||||
"hazel-oak/s-hoak-9",
|
||||
"hazel-oak/s-hoak-1",
|
||||
"hazel-oak/s-hoak-2"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
|
||||
Reference in New Issue
Block a user