diff --git a/assets/minecraft/models/block/item_frame.json b/assets/minecraft/models/block/item_frame.json index 21cfd76..e7e54ed 100644 --- a/assets/minecraft/models/block/item_frame.json +++ b/assets/minecraft/models/block/item_frame.json @@ -1,6 +1,6 @@ { "textures": { - "particle": "block/planks_birch", + "particle": "block/birch_planks", "wood": "block/item_frame_border", "back": "block/item_frame" }, diff --git a/assets/minecraft/models/block/item_frame_map.json b/assets/minecraft/models/block/item_frame_map.json index cfc3b1b..63d2175 100644 --- a/assets/minecraft/models/block/item_frame_map.json +++ b/assets/minecraft/models/block/item_frame_map.json @@ -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" },