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",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"top": "block/chiseled_bookshelf_top",
|
"top": "cherrybackports:block/chiseled_bookshelf_top",
|
||||||
"side": "block/chiseled_bookshelf_side",
|
"side": "cherrybackports:block/chiseled_bookshelf_side",
|
||||||
"front": "block/chiseled_bookshelf_empty",
|
"front": "cherrybackports:block/chiseled_bookshelf_empty",
|
||||||
"particle": "#top"
|
"particle": "#top"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"parent": "cherrybackports:block/chiseled_bookshelf"
|
"parent": "cherrybackports:block/chiseled_bookshelf_inventory"
|
||||||
}
|
}
|
Loading…
Reference in New Issue