45 lines
800 B
JSON
45 lines
800 B
JSON
{
|
|
"parent": "block/cube",
|
|
"textures": {
|
|
"bottom": "quickiemod:block/drillwest",
|
|
"all": "quickiemod:block/drill"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [16, 16, 16],
|
|
"faces": {
|
|
"down": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#bottom",
|
|
"cullface": "down"
|
|
},
|
|
"up": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#bottom",
|
|
"cullface": "up"
|
|
},
|
|
"north": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#all",
|
|
"cullface": "north"
|
|
},
|
|
"south": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#all",
|
|
"cullface": "south"
|
|
},
|
|
"east": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#all",
|
|
"cullface": "east"
|
|
},
|
|
"west": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#all",
|
|
"cullface": "west"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |