mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-05 06:56:03 +00:00
Fix wrong texture names for item frames
This commit is contained in:
parent
777b453e7d
commit
f25e2a9b8b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "block/planks_birch",
|
||||
"particle": "block/birch_planks",
|
||||
"wood": "block/item_frame_border",
|
||||
"back": "block/item_frame"
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
|
||||
"textures": {
|
||||
"particle": "block/planks_birch",
|
||||
"particle": "block/birch_planks",
|
||||
"wood": "block/item_frame_border",
|
||||
"back": "block/item_frame"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue