Path blocks

This commit is contained in:
paulevsGitch 2020-10-02 17:17:04 +03:00
parent e0cf41db63
commit ffd76ecad8
15 changed files with 183 additions and 8 deletions

View file

@ -0,0 +1,7 @@
{ "parent": "betterend:block/path",
"textures": {
"top": "betterend:block/end_moss_path_top",
"side": "betterend:block/end_moss_side",
"bottom": "block/end_stone"
}
}

View file

@ -0,0 +1,7 @@
{ "parent": "betterend:block/path",
"textures": {
"top": "betterend:block/end_mycelium_path_top",
"side": "betterend:block/end_mycelium_side",
"bottom": "block/end_stone"
}
}

View file

@ -0,0 +1,18 @@
{ "parent": "block/block",
"textures": {
"particle": "#side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 15, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/end_moss_path"
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/end_mycelium_path"
}