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!
66 lines
2.6 KiB
JSON
66 lines
2.6 KiB
JSON
{
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"top": "minecraft:block/big_dripleaf_top",
|
|
"stem": "minecraft:block/big_dripleaf_stem",
|
|
"side": "minecraft:block/big_dripleaf_side",
|
|
"tip": "minecraft:block/big_dripleaf_tip",
|
|
"particle": "block/big_dripleaf_top"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 0, 15, 0 ],
|
|
"to": [ 16, 15, 16 ],
|
|
"rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 },
|
|
"shade": false,
|
|
"faces": {
|
|
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#top" },
|
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }
|
|
}
|
|
},
|
|
{ "from": [ 0, 11, 0 ],
|
|
"to": [ 16, 15, 0 ],
|
|
"rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 },
|
|
"shade": false,
|
|
"faces": {
|
|
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#tip" },
|
|
"south": { "uv": [ 0, 0, 16, 4 ], "texture": "#tip" }
|
|
}
|
|
},
|
|
{ "from": [ 0, 11, 0 ],
|
|
"to": [ 0.002, 15, 16 ],
|
|
"rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 },
|
|
"shade": false,
|
|
"faces": {
|
|
"east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side" },
|
|
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "west" }
|
|
}
|
|
},
|
|
{ "from": [ 15.998, 11, 0 ],
|
|
"to": [ 16, 15, 16 ],
|
|
"rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 },
|
|
"shade": false,
|
|
"faces": {
|
|
"east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side", "cullface": "east" },
|
|
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" }
|
|
}
|
|
},
|
|
{ "from": [ 5, 0, 12 ],
|
|
"to": [ 11, 15, 12 ],
|
|
"rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": 45, "rescale": true },
|
|
"shade": false,
|
|
"faces": {
|
|
"north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" },
|
|
"south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }
|
|
}
|
|
},
|
|
{ "from": [ 5, 0, 12 ],
|
|
"to": [ 11, 15, 12 ],
|
|
"rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": -45, "rescale": true },
|
|
"shade": false,
|
|
"faces": {
|
|
"north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" },
|
|
"south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }
|
|
}
|
|
}
|
|
]
|
|
}
|