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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 946 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

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"
}
]
}
]
}