case model

This commit is contained in:
2026-04-23 00:52:59 +02:00
parent b6afa13e72
commit 6d20d204a6
10 changed files with 57 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"up": "neocomputers:block/case_top",
"down": "neocomputers:block/case_bottom",
"north": "neocomputers:block/case_front",
"south": "neocomputers:block/case_back",
"east": "neocomputers:block/case_side",
"west": "neocomputers:block/case_side",
"particle": "neocomputers:block/case_top"
}
}