Barrel and Leaves patterns

This commit is contained in:
Aleksey 2020-10-14 15:15:27 +03:00
parent 6c74d8c364
commit 10322fda16
13 changed files with 123 additions and 91 deletions

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "betterend:block/%block%_bottom",
"side": "betterend:block/%block%_side",
"top": "betterend:block/%block%_top_open"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "betterend:block/%block%_bottom",
"side": "betterend:block/%block%_side",
"top": "betterend:block/%block%_top"
}
}