From 387f95216ad5730f5a147c96b57aec1ee64060cc Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Sun, 17 May 2020 17:36:11 +0200 Subject: [PATCH] Fix wrong texture names for item frames --- assets/minecraft/models/block/item_frame.json | 2 +- assets/minecraft/models/block/item_frame_map.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },