Add Extractor textures
This commit is contained in:
parent
e99ed35e6b
commit
a184060e77
|
@ -1,40 +1,43 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"switch": "phycon:block/switch",
|
||||
"front": "phycon:block/extractor_front",
|
||||
"particle": "#front"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"down": {"texture": "phycon:block/extractor_front", "cullface": "down"},
|
||||
"up": {"texture": "phycon:block/extractor_back"},
|
||||
"north": {"texture": "phycon:block/extractor_side"},
|
||||
"south": {"texture": "phycon:block/extractor_side"},
|
||||
"west": {"texture": "phycon:block/extractor_side"},
|
||||
"east": {"texture": "phycon:block/extractor_side"}
|
||||
"down": {"texture": "#front", "cullface": "down"},
|
||||
"up": {"texture": "#switch"},
|
||||
"north": {"texture": "#switch"},
|
||||
"south": {"texture": "#switch"},
|
||||
"west": {"texture": "#switch"},
|
||||
"east": {"texture": "#switch"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 2, 2],
|
||||
"to": [14, 4, 14],
|
||||
"faces": {
|
||||
"up": {"texture": "phycon:block/extractor_back"},
|
||||
"north": {"texture": "phycon:block/extractor_side"},
|
||||
"south": {"texture": "phycon:block/extractor_side"},
|
||||
"west": {"texture": "phycon:block/extractor_side"},
|
||||
"east": {"texture": "phycon:block/extractor_side"}
|
||||
"up": {"texture": "#switch"},
|
||||
"north": {"texture": "#switch"},
|
||||
"south": {"texture": "#switch"},
|
||||
"west": {"texture": "#switch"},
|
||||
"east": {"texture": "#switch"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 4],
|
||||
"to": [12, 6, 12],
|
||||
"faces": {
|
||||
"up": {"texture": "phycon:block/extractor_back"},
|
||||
"north": {"texture": "phycon:block/extractor_side"},
|
||||
"south": {"texture": "phycon:block/extractor_side"},
|
||||
"west": {"texture": "phycon:block/extractor_side"},
|
||||
"east": {"texture": "phycon:block/extractor_side"}
|
||||
"up": {"texture": "#switch"},
|
||||
"north": {"texture": "#switch"},
|
||||
"south": {"texture": "#switch"},
|
||||
"west": {"texture": "#switch"},
|
||||
"east": {"texture": "#switch"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"display": {
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 215, 0 ],
|
||||
"translation": [ 3, 0, -3 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"switch": "phycon:block/switch",
|
||||
"front": "phycon:block/extractor_front"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [14, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"down": {"texture": "#switch"},
|
||||
"up": {"texture": "#switch"},
|
||||
"north": {"texture": "#switch"},
|
||||
"south": {"texture": "#switch"},
|
||||
"west": {"texture": "#switch"},
|
||||
"east": {"texture": "#front"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 2, 2],
|
||||
"to": [14, 14, 14],
|
||||
"faces": {
|
||||
"down": {"texture": "#switch"},
|
||||
"up": {"texture": "#switch"},
|
||||
"north": {"texture": "#switch"},
|
||||
"south": {"texture": "#switch"},
|
||||
"west": {"texture": "#switch"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 4, 4],
|
||||
"to": [12, 12, 12],
|
||||
"faces": {
|
||||
"down": {"texture": "#switch"},
|
||||
"up": {"texture": "#switch"},
|
||||
"north": {"texture": "#switch"},
|
||||
"south": {"texture": "#switch"},
|
||||
"west": {"texture": "#switch"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 765 B |
Binary file not shown.
After Width: | Height: | Size: 990 B |
Loading…
Reference in New Issue