Structures, texture changes

This commit is contained in:
paulevsGitch 2020-10-12 00:24:26 +03:00
parent bd9d71206f
commit 846b14cf7c
21 changed files with 262 additions and 22 deletions

View file

@ -1,12 +1,34 @@
{
"parent": "block/cube",
"textures": {
"down": "betterend:block/chorus_log_top",
"east": "betterend:block/chorus_log_side",
"north": "betterend:block/chorus_log_side",
"particle": "betterend:block/chorus_log_side",
"south": "betterend:block/chorus_log_side",
"up": "betterend:block/chorus_log_top",
"west": "betterend:block/chorus_log_side"
}
"top": "betterend:block/chorus_log_top",
"side": "betterend:block/chorus_log_side_1",
"glow": "betterend:block/chorus_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" }
}
}
]
}

View file

@ -0,0 +1,34 @@
{
"parent": "block/cube",
"textures": {
"top": "betterend:block/chorus_log_top",
"side": "betterend:block/chorus_log_side_2",
"glow": "betterend:block/chorus_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" }
}
}
]
}