Tree leaves

This commit is contained in:
paulevsGitch 2020-10-14 23:03:47 +03:00
parent c9346da1ee
commit d17c660482
6 changed files with 50 additions and 83 deletions

View file

@ -1,34 +1,12 @@
{
"parent": "block/cube",
"textures": {
"top": "betterend:block/pythadendron_log_top",
"side": "betterend:block/pythadendron_log_side_1",
"glow": "betterend:block/pythadendron_log_side_glow_1",
"particle": "#side"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "east" }
}
}
]
"parent": "block/cube",
"textures": {
"down": "betterend:block/pythadendron_log_top",
"east": "betterend:block/pythadendron_log_side",
"north": "betterend:block/pythadendron_log_side",
"particle": "betterend:block/pythadendron_log_side",
"south": "betterend:block/pythadendron_log_side",
"up": "betterend:block/pythadendron_log_top",
"west": "betterend:block/pythadendron_log_side"
}
}

View file

@ -1,34 +0,0 @@
{
"parent": "block/cube",
"textures": {
"top": "betterend:block/pythadendron_log_top",
"side": "betterend:block/pythadendron_log_side_2",
"glow": "betterend:block/pythadendron_log_side_glow_2",
"particle": "#side"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "cullface": "east" }
}
}
]
}