tweaked ore configs to roughly 120% of vanilla settings to account for taller terrain
This commit is contained in:
parent
d12ab48560
commit
10952f7e09
@ -11,7 +11,7 @@
|
||||
"feature": {
|
||||
"name": "minecraft:ore",
|
||||
"config": {
|
||||
"size": 17,
|
||||
"size": 20,
|
||||
"target": "natural_stone",
|
||||
"state": {
|
||||
"Name": "minecraft:coal_ore"
|
||||
@ -21,10 +21,10 @@
|
||||
"decorator": {
|
||||
"name": "minecraft:count_range",
|
||||
"config": {
|
||||
"count": 20,
|
||||
"count": 24,
|
||||
"bottom_offset": 0,
|
||||
"top_offset": 0,
|
||||
"maximum": 160
|
||||
"maximum": 154
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"feature": {
|
||||
"name": "minecraft:ore",
|
||||
"config": {
|
||||
"size": 8,
|
||||
"size": 10,
|
||||
"target": "natural_stone",
|
||||
"state": {
|
||||
"Name": "minecraft:diamond_ore"
|
||||
@ -24,7 +24,7 @@
|
||||
"count": 1,
|
||||
"bottom_offset": 0,
|
||||
"top_offset": 0,
|
||||
"maximum": 32
|
||||
"maximum": 19
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"feature": {
|
||||
"name": "minecraft:ore",
|
||||
"config": {
|
||||
"size": 9,
|
||||
"size": 11,
|
||||
"target": "natural_stone",
|
||||
"state": {
|
||||
"Name": "minecraft:gold_ore"
|
||||
@ -24,7 +24,7 @@
|
||||
"count": 2,
|
||||
"bottom_offset": 0,
|
||||
"top_offset": 0,
|
||||
"maximum": 80
|
||||
"maximum": 38
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
"feature": {
|
||||
"name": "minecraft:ore",
|
||||
"config": {
|
||||
"size": 9,
|
||||
"size": 11,
|
||||
"target": "natural_stone",
|
||||
"state": {
|
||||
"Name": "minecraft:gold_ore"
|
||||
@ -28,10 +28,10 @@
|
||||
"decorator": {
|
||||
"name": "minecraft:count_range",
|
||||
"config": {
|
||||
"count": 20,
|
||||
"bottom_offset": 64,
|
||||
"top_offset": 64,
|
||||
"maximum": 112
|
||||
"count": 24,
|
||||
"bottom_offset": 38,
|
||||
"top_offset": 38,
|
||||
"maximum": 96
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"feature": {
|
||||
"name": "minecraft:ore",
|
||||
"config": {
|
||||
"size": 9,
|
||||
"size": 11,
|
||||
"target": "natural_stone",
|
||||
"state": {
|
||||
"Name": "minecraft:iron_ore"
|
||||
@ -21,10 +21,10 @@
|
||||
"decorator": {
|
||||
"name": "minecraft:count_range",
|
||||
"config": {
|
||||
"count": 20,
|
||||
"count": 24,
|
||||
"bottom_offset": 0,
|
||||
"top_offset": 0,
|
||||
"maximum": 112
|
||||
"maximum": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"feature": {
|
||||
"name": "minecraft:ore",
|
||||
"config": {
|
||||
"size": 7,
|
||||
"size": 8,
|
||||
"target": "natural_stone",
|
||||
"state": {
|
||||
"Name": "minecraft:lapis_ore"
|
||||
@ -22,8 +22,8 @@
|
||||
"name": "minecraft:count_depth_average",
|
||||
"config": {
|
||||
"count": 1,
|
||||
"baseline": 32,
|
||||
"spread": 32
|
||||
"baseline": 19,
|
||||
"spread": 19
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"feature": {
|
||||
"name": "minecraft:ore",
|
||||
"config": {
|
||||
"size": 8,
|
||||
"size": 10,
|
||||
"target": "natural_stone",
|
||||
"state": {
|
||||
"Name": "minecraft:redstone_ore",
|
||||
@ -24,10 +24,10 @@
|
||||
"decorator": {
|
||||
"name": "minecraft:count_range",
|
||||
"config": {
|
||||
"count": 8,
|
||||
"count": 10,
|
||||
"bottom_offset": 0,
|
||||
"top_offset": 0,
|
||||
"maximum": 64
|
||||
"maximum": 19
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user