Lower gold height

This commit is contained in:
Sergeant Acoustic 2025-08-29 15:18:58 +01:00
parent 9eaef555ab
commit 4fb189825b
5 changed files with 86 additions and 5 deletions

View file

@ -0,0 +1,27 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.5,
"size": 3,
"targets": [
{
"state": {
"Name": "minecraft:gold_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
},
{
"state": {
"Name": "minecraft:deepslate_gold_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}
}

View file

@ -0,0 +1,27 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.7,
"size": 5,
"targets": [
{
"state": {
"Name": "minecraft:gold_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
},
{
"state": {
"Name": "minecraft:deepslate_gold_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}
}

View file

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 5
"count": 2
},
{
"type": "minecraft:in_square"
@ -13,7 +13,7 @@
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 96
"absolute": 8
},
"min_inclusive": {
"above_bottom": 10

View file

@ -0,0 +1,27 @@
{
"feature": "minecraft:ore_gold",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 8
},
"min_inclusive": {
"above_bottom": 10
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 1
"count": 4
},
{
"type": "minecraft:in_square"
@ -11,9 +11,9 @@
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 16
"absolute": -16
},
"min_inclusive": {
"above_bottom": 10