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,16 +1,7 @@
{
"variants": {
"axis=x": [
{ "model": "betterend:block/pythadendron_log", "x": 90, "y": 90 },
{ "model": "betterend:block/pythadendron_log_2", "x": 90, "y": 90 }
],
"axis=y": [
{ "model": "betterend:block/pythadendron_log" },
{ "model": "betterend:block/pythadendron_log_2" }
],
"axis=z": [
{ "model": "betterend:block/pythadendron_log", "x": 90 },
{ "model": "betterend:block/pythadendron_log_2", "x": 90 }
]
"axis=x": { "model": "betterend:block/pythadendron_log", "x": 90, "y": 90 },
"axis=y": { "model": "betterend:block/pythadendron_log" },
"axis=z": { "model": "betterend:block/pythadendron_log", "x": 90 }
}
}

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" }
}
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After