Files
szar/src/main/resources/assets/szar/models/block/super_beacon.json
TGdoesCode a8769a844d
Some checks failed
Build Minecraft Mod / build (push) Failing after 1m13s
Build Minecraft Mod / release (push) Has been skipped
super beacon
2026-04-15 09:34:22 +02:00

67 lines
2.1 KiB
JSON

{
"format_version": "1.21.11",
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "szar:block/enchanting_table_top",
"4": "szar:block/enchanting_table_side",
"particle": "szar:block/glass",
"glass": "szar:block/glass",
"obsidian": "szar:block/obsidian",
"beacon": "szar:block/beacon"
},
"elements": [
{
"name": "Glass shell",
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#glass"},
"east": {"uv": [0, 0, 16, 16], "texture": "#glass"},
"south": {"uv": [0, 0, 16, 16], "texture": "#glass"},
"west": {"uv": [0, 0, 16, 16], "texture": "#glass"},
"up": {"uv": [0, 0, 16, 16], "texture": "#glass"},
"down": {"uv": [0, 0, 16, 16], "texture": "#glass"}
}
},
{
"name": "Obsidian base",
"from": [2, 0.1, 2],
"to": [14, 3, 14],
"faces": {
"north": {"uv": [2, 13, 14, 16], "texture": "#obsidian"},
"east": {"uv": [2, 13, 14, 16], "texture": "#obsidian"},
"south": {"uv": [2, 13, 14, 16], "texture": "#obsidian"},
"west": {"uv": [2, 13, 14, 16], "texture": "#obsidian"},
"up": {"uv": [2, 2, 14, 14], "texture": "#obsidian"},
"down": {"uv": [2, 2, 14, 14], "texture": "#obsidian"}
}
},
{
"name": "Enchanting Table",
"from": [3, 3, 3],
"to": [13, 11, 13],
"faces": {
"north": {"uv": [0, 4, 16, 16], "texture": "#4"},
"east": {"uv": [0, 4, 16, 16], "texture": "#4"},
"south": {"uv": [0, 4, 16, 16], "texture": "#4"},
"west": {"uv": [0, 4, 16, 16], "texture": "#4"},
"up": {"uv": [0, 0, 16, 16], "texture": "#3"},
"down": {"uv": [3, 3, 13, 13], "texture": "#3"}
}
},
{
"name": "Inner beacon texture",
"from": [6, 11, 6],
"to": [10, 15, 10],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#beacon"},
"east": {"uv": [0, 0, 16, 16], "texture": "#beacon"},
"south": {"uv": [0, 0, 16, 16], "texture": "#beacon"},
"west": {"uv": [0, 0, 16, 16], "texture": "#beacon"},
"up": {"uv": [0, 0, 16, 16], "texture": "#beacon"},
"down": {"uv": [0, 0, 16, 16], "texture": "#beacon"}
}
}
]
}