Tag mixin & fixes

This commit is contained in:
paulevsGitch 2020-09-26 23:36:44 +03:00
parent 7316480289
commit 1d206295b7
116 changed files with 1669 additions and 802 deletions

View file

@ -1,8 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "betterend:block/%name%_barrel_top_open",
"bottom": "betterend:block/%name%_barrel_bottom",
"side": "betterend:block/%name%_barrel_side"
}
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "betterend:block/%name%_barrel_bottom",
"side": "betterend:block/%name%_barrel_side",
"top": "betterend:block/%name%_barrel_top_open"
}
}