1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-16 16:39:32 +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 777b453e7d
commit f25e2a9b8b
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"
},