Add Kat's textures
This commit is contained in:
parent
f33bb74cfd
commit
0d629914c4
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "phycon:block/terminal",
|
||||
"x": 90
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "phycon:block/terminal",
|
||||
"x": 270
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "phycon:block/terminal"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "phycon:block/terminal",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "phycon:block/terminal",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "phycon:block/terminal",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"side": "phycon:block/casing",
|
||||
"front": "phycon:block/terminal",
|
||||
"particle": "#side",
|
||||
"down": "#side",
|
||||
"up": "#side",
|
||||
"north": "#front",
|
||||
"south": "#side",
|
||||
"west": "#side",
|
||||
"east": "#side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"side": "phycon:block/casing",
|
||||
"front": "phycon:block/terminal",
|
||||
"down": "#side",
|
||||
"up": "#side",
|
||||
"north": "#side",
|
||||
"south": "#side",
|
||||
"west": "#side",
|
||||
"east": "#front"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 834 B |
Binary file not shown.
After Width: | Height: | Size: 942 B |
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
|
@ -6,7 +6,17 @@
|
|||
"name": "Physical Connectivity",
|
||||
"description": "Physical item storage.",
|
||||
"authors": [
|
||||
"Shadowfacts"
|
||||
{
|
||||
"name": "Shadowfacts"
|
||||
}
|
||||
],
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Kat",
|
||||
"contact": {
|
||||
"homepage": "https://kat.blue/"
|
||||
}
|
||||
}
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://git.shadowfacts.net/minecraft/PhysicalConnectivity"
|
||||
|
|
Loading…
Reference in New Issue