Add Switch textures
This commit is contained in:
parent
8b24eeb398
commit
0674b4a56e
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "phycon:block/switch"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "phycon:block/switch"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "phycon:block/switch"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 881 B |
Loading…
Reference in New Issue