broken shit

This commit is contained in:
2026-02-11 09:36:28 +01:00
parent 6626e118a8
commit 53dd405852
12 changed files with 98 additions and 72 deletions

View File

@@ -0,0 +1,24 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:uranium_ore"
}
],
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"minecraft:netherite_pickaxe"
]
}
}
]
}
]
}

View File

@@ -1,19 +0,0 @@
{
"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

@@ -1,23 +0,0 @@
{
"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"
}
]
}