Barrel and Leaves patterns
This commit is contained in:
parent
6c74d8c364
commit
10322fda16
13 changed files with 123 additions and 91 deletions
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue