case model
This commit is contained in:
19
src/main/resources/assets/neocomputers/blockstates/case.json
Normal file
19
src/main/resources/assets/neocomputers/blockstates/case.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 |
Reference in New Issue
Block a user