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,19 @@
{
"variants": {
"facing=north": {
"model": "neocomputers:block/case"
},
"facing=east": {
"model": "neocomputers:block/case",
"y": 90
},
"facing=west": {
"model": "neocomputers:block/case",
"y": -90
},
"facing=south": {
"model": "neocomputers:block/case",
"y": 180
}
}
}

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B