mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{ "parent": "block/block",
|
|
"display": {
|
|
"head": {
|
|
"rotation": [ -60, 0, 0 ],
|
|
"translation": [ 0, 5, -9],
|
|
"scale":[ 1, 1, 1]
|
|
},
|
|
"thirdperson_righthand": {
|
|
"rotation": [ 0, 0, 0 ],
|
|
"translation": [ 0, 0, 0],
|
|
"scale": [ 0.375, 0.375, 0.375 ]
|
|
}
|
|
},
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"end_rod": "block/end_rod",
|
|
"particle": "block/end_rod"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [ 6, 0, 6 ],
|
|
"to": [ 10, 1, 10 ],
|
|
"faces": {
|
|
"down": { "uv": [ 6, 6, 2, 2 ], "texture": "#end_rod", "cullface": "down" },
|
|
"up": { "uv": [ 2, 2, 6, 6 ], "texture": "#end_rod" },
|
|
"north": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" },
|
|
"south": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" },
|
|
"west": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" },
|
|
"east": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" }
|
|
}
|
|
},
|
|
{
|
|
"from": [ 7, 1, 7 ],
|
|
"to": [ 9, 16, 9 ],
|
|
"faces": {
|
|
"up": { "uv": [ 2, 0, 4, 2 ], "texture": "#end_rod", "cullface": "up" },
|
|
"north": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" },
|
|
"south": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" },
|
|
"west": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" },
|
|
"east": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" }
|
|
}
|
|
}
|
|
]
|
|
}
|