Fix inventory view and add language files
This commit is contained in:
parent
c29ba1f7e2
commit
3cc53068cb
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"block.cherrybackports.chiseled_bookshelf": "Chiseled Bookshelf"
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"top": "block/chiseled_bookshelf_top",
|
||||
"side": "block/chiseled_bookshelf_side",
|
||||
"front": "block/chiseled_bookshelf_empty",
|
||||
"top": "cherrybackports:block/chiseled_bookshelf_top",
|
||||
"side": "cherrybackports:block/chiseled_bookshelf_side",
|
||||
"front": "cherrybackports:block/chiseled_bookshelf_empty",
|
||||
"particle": "#top"
|
||||
},
|
||||
"elements": [
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "cherrybackports:block/chiseled_bookshelf"
|
||||
"parent": "cherrybackports:block/chiseled_bookshelf_inventory"
|
||||
}
|
Loading…
Reference in New Issue