panorama and small fixes

This commit is contained in:
2026-02-18 09:14:52 +01:00
parent f06a3d6a99
commit 372212847f
50 changed files with 144 additions and 2 deletions

View File

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

View File

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

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:niggerite_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}