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