Fix inventory view and add language files

This commit is contained in:
core 2023-08-04 21:51:12 -04:00
parent c29ba1f7e2
commit 3cc53068cb
Signed by: core
GPG Key ID: FDBF740DADDCEECF
3 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,3 @@
{
"block.cherrybackports.chiseled_bookshelf": "Chiseled Bookshelf"
}

View File

@ -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": [

View File

@ -1,3 +1,3 @@
{
"parent": "cherrybackports:block/chiseled_bookshelf"
"parent": "cherrybackports:block/chiseled_bookshelf_inventory"
}