Add Switch textures
This commit is contained in:
parent
8b24eeb398
commit
0674b4a56e
7
src/main/resources/assets/phycon/blockstates/switch.json
Normal file
7
src/main/resources/assets/phycon/blockstates/switch.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "phycon:block/switch"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "phycon:block/switch"
|
||||
}
|
||||
}
|
3
src/main/resources/assets/phycon/models/item/switch.json
Normal file
3
src/main/resources/assets/phycon/models/item/switch.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "phycon:block/switch"
|
||||
}
|
BIN
src/main/resources/assets/phycon/textures/block/switch.png
Normal file
BIN
src/main/resources/assets/phycon/textures/block/switch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 881 B |
Loading…
x
Reference in New Issue
Block a user