mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-14 01:22:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"parent": "block/block",
|
|
"display": {
|
|
"head": {
|
|
"rotation": [ -180, 0, 0 ],
|
|
"translation": [ 8.5, 4, 0 ]
|
|
},
|
|
"thirdperson_righthand": {
|
|
"translation": [ 0, 2, 0.5],
|
|
"scale": [ 0.40, 0.40, 0.40 ]
|
|
}
|
|
},
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"texture": "block/lightning_rod",
|
|
"particle": "block/lightning_rod"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 6, 12, 6 ],
|
|
"to": [ 10, 16, 10 ],
|
|
"faces": {
|
|
"north": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" },
|
|
"south": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" },
|
|
"west": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" },
|
|
"east": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" },
|
|
"down": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" },
|
|
"up": { "uv": [ 4, 4, 0, 0 ], "texture": "#texture" }
|
|
}
|
|
},
|
|
{ "from": [ 7, 0, 7 ],
|
|
"to": [ 9, 12, 9 ],
|
|
"faces": {
|
|
"north": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" },
|
|
"south": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" },
|
|
"west": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" },
|
|
"east": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" },
|
|
"down": { "uv": [ 0, 4, 2, 6 ], "texture": "#texture" }
|
|
}
|
|
}
|
|
]
|
|
}
|