Add Extractor textures
This commit is contained in:
parent
e99ed35e6b
commit
a184060e77
|
@ -1,40 +1,43 @@
|
||||||
{
|
{
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
|
"switch": "phycon:block/switch",
|
||||||
|
"front": "phycon:block/extractor_front",
|
||||||
|
"particle": "#front"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"from": [0, 0, 0],
|
"from": [0, 0, 0],
|
||||||
"to": [16, 2, 16],
|
"to": [16, 2, 16],
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {"texture": "phycon:block/extractor_front", "cullface": "down"},
|
"down": {"texture": "#front", "cullface": "down"},
|
||||||
"up": {"texture": "phycon:block/extractor_back"},
|
"up": {"texture": "#switch"},
|
||||||
"north": {"texture": "phycon:block/extractor_side"},
|
"north": {"texture": "#switch"},
|
||||||
"south": {"texture": "phycon:block/extractor_side"},
|
"south": {"texture": "#switch"},
|
||||||
"west": {"texture": "phycon:block/extractor_side"},
|
"west": {"texture": "#switch"},
|
||||||
"east": {"texture": "phycon:block/extractor_side"}
|
"east": {"texture": "#switch"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [2, 2, 2],
|
"from": [2, 2, 2],
|
||||||
"to": [14, 4, 14],
|
"to": [14, 4, 14],
|
||||||
"faces": {
|
"faces": {
|
||||||
"up": {"texture": "phycon:block/extractor_back"},
|
"up": {"texture": "#switch"},
|
||||||
"north": {"texture": "phycon:block/extractor_side"},
|
"north": {"texture": "#switch"},
|
||||||
"south": {"texture": "phycon:block/extractor_side"},
|
"south": {"texture": "#switch"},
|
||||||
"west": {"texture": "phycon:block/extractor_side"},
|
"west": {"texture": "#switch"},
|
||||||
"east": {"texture": "phycon:block/extractor_side"}
|
"east": {"texture": "#switch"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [4, 4, 4],
|
"from": [4, 4, 4],
|
||||||
"to": [12, 6, 12],
|
"to": [12, 6, 12],
|
||||||
"faces": {
|
"faces": {
|
||||||
"up": {"texture": "phycon:block/extractor_back"},
|
"up": {"texture": "#switch"},
|
||||||
"north": {"texture": "phycon:block/extractor_side"},
|
"north": {"texture": "#switch"},
|
||||||
"south": {"texture": "phycon:block/extractor_side"},
|
"south": {"texture": "#switch"},
|
||||||
"west": {"texture": "phycon:block/extractor_side"},
|
"west": {"texture": "#switch"},
|
||||||
"east": {"texture": "phycon:block/extractor_side"}
|
"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