1
0
Fork 0
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:
Alexander Minges 2020-05-17 17:36:11 +02:00
parent c5b2d9059d
commit 387f95216a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"textures": {
"particle": "block/planks_birch",
"particle": "block/birch_planks",
"wood": "block/item_frame_border",
"back": "block/item_frame"
},

View file

@ -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"
},