This commit is contained in:
2026-02-10 13:30:59 +01:00
parent 150f4ea7fc
commit 6626e118a8
5 changed files with 106 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"szar:uranium_ore"
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:ore",
"config": {
"targets": [
{
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
},
"state": {
"Name": "szar:uranium_block",
"Properties": {}
}
}
],
"size": 1,
"discard_chance_on_air_exposure": 0.0
}
}

View File

@@ -0,0 +1,23 @@
{
"feature": "szar:uranium_ore",
"placement": [
{
"type": "minecraft:count",
"count": 1
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {"below_top": 378},
"max_inclusive": {"below_top": 382}
}
},
{
"type": "minecraft:biome"
}
]
}