From 64984e6dba9dbdd4b394840e94f343be81383933 Mon Sep 17 00:00:00 2001 From: GeForceLegend <512287858@qq.com> Date: Tue, 14 Jun 2022 17:52:21 +0800 Subject: [PATCH] Updated enchanting table model --- .../models/block/enchanting_table.json | 84 +++++++++--------- .../models/item/enchanting_table.json | 82 +++++++++-------- .../textures/block/enchanting_table_side.png | Bin 0 -> 416 bytes 3 files changed, 87 insertions(+), 79 deletions(-) create mode 100644 assets/minecraft/textures/block/enchanting_table_side.png diff --git a/assets/minecraft/models/block/enchanting_table.json b/assets/minecraft/models/block/enchanting_table.json index ce341ca2e..bf8535035 100644 --- a/assets/minecraft/models/block/enchanting_table.json +++ b/assets/minecraft/models/block/enchanting_table.json @@ -2,100 +2,104 @@ "__comment":"Designed by GeForceLegend", "textures":{ "bottom":"block/enchanting_table_bottom", - "particle":"block/enchanting_table_side", "top":"block/enchanting_table_top", + "particle":"block/enchanting_table_side", "side":"block/enchanting_table_side" }, "elements":[ { "from":[0,0,0], - "to":[16,11,16], + "to":[16,12,16], "faces":{ - "north":{"uv":[0,5,16,16],"texture":"#side","cullface":"north"}, - "east":{"uv":[0,5,16,16],"texture":"#side","cullface":"east"}, - "south":{"uv":[0,5,16,16],"texture":"#side","cullface":"south"}, - "west":{"uv":[0,5,16,16],"texture":"#side","cullface":"west"}, + "north":{"uv":[0,4,16,16],"texture":"#side","cullface":"north"}, + "east":{"uv":[0,4,16,16],"texture":"#side","cullface":"east"}, + "south":{"uv":[0,4,16,16],"texture":"#side","cullface":"south"}, + "west":{"uv":[0,4,16,16],"texture":"#side","cullface":"west"}, "up":{"uv":[0,0,16,16],"texture":"#top"}, "down":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"down"} } }, { - "from":[0,11,0], - "to":[3,12,4], + "from":[0,12,0], + "to":[3,13,4], "faces":{ + "north":{"uv":[13,3,16,4],"texture":"#side"}, "east":{"uv":[2,3,3,4],"texture":"#top"}, "south":{"uv":[0,3,3,4],"texture":"#top"}, - "west":{"uv":[0,4,4,5],"texture":"#side","cullface":"west"}, + "west":{"uv":[0,3,4,4],"texture":"#side"}, "up":{"uv":[0,0,3,4],"texture":"#top"} } }, { - "from":[0,11,0], - "to":[4,12,3], + "from":[3,12,0], + "to":[4,13,3], "faces":{ - "north":{"uv":[12,4,16,5],"texture":"#side","cullface":"north"}, + "north":{"uv":[12,3,13,4],"texture":"#side"}, "east":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, "south":{"uv":[3,2,4,3],"texture":"#top"}, - "up":{"uv":[0,0,4,3],"texture":"#top"} + "up":{"uv":[3,0,4,3],"texture":"#top"} } }, { - "from":[0,11,13], - "to":[4,12,16], + "from":[3,12,13], + "to":[4,13,16], "faces":{ - "north":{"uv":[2,3,3,4],"texture":"#top"}, + "north":{"uv":[3,13,4,14],"texture":"#top"}, "east":{"uv":[0,3,3,4],"texture":"#top"}, - "south":{"uv":[0,4,4,5],"texture":"#side","cullface":"south"}, - "up":{"uv":[0,13,4,16],"texture":"#top"} + "south":{"uv":[3,3,4,4],"texture":"#side"}, + "up":{"uv":[3,13,4,16],"texture":"#top"} } }, { - "from":[0,11,12], - "to":[3,12,16], + "from":[0,12,12], + "to":[3,13,16], "faces":{ "north":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, - "east":{"uv":[3,2,4,3],"texture":"#top"}, - "west":{"uv":[12,4,16,5],"texture":"#side","cullface":"west"}, + "east":{"uv":[2,12,3,13],"texture":"#top"}, + "south":{"uv":[0,3,3,4],"texture":"#side"}, + "west":{"uv":[12,3,16,4],"texture":"#side"}, "up":{"uv":[0,12,3,16],"texture":"#top"} } }, { - "from":[12,11,13], - "to":[16,12,16], + "from":[12,12,13], + "to":[13,13,16], "faces":{ - "north":{"uv":[3,2,4,3],"texture":"#top"}, - "south":{"uv":[12,4,16,5],"texture":"#side","cullface":"south"}, + "north":{"uv":[12,13,13,14],"texture":"#top"}, + "south":{"uv":[12,3,13,4],"texture":"#side"}, "west":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, - "up":{"uv":[12,13,16,16],"texture":"#top"} + "up":{"uv":[12,13,13,16],"texture":"#top"} } }, { - "from":[13,11,12], - "to":[16,12,16], + "from":[13,12,12], + "to":[16,13,16], "faces":{ "north":{"uv":[0,3,3,4],"texture":"#top"}, - "east":{"uv":[0,4,4,5],"texture":"#side","cullface":"east"}, - "west":{"uv":[2,3,3,4],"texture":"#top"}, + "east":{"uv":[0,3,4,4],"texture":"#side"}, + "south":{"uv":[13,3,16,4],"texture":"#side"}, + "west":{"uv":[13,12,14,13],"texture":"#top"}, "up":{"uv":[13,12,16,16],"texture":"#top"} } }, { - "from":[12,11,0], - "to":[16,12,3], + "from":[12,12,0], + "to":[13,13,3], "faces":{ - "north":{"uv":[0,4,4,5],"texture":"#side","cullface":"north"}, - "south":{"uv":[2,3,3,4],"texture":"#top"}, + "north":{"uv":[3,3,4,4],"texture":"#side"}, + "south":{"uv":[12,2,13,3],"texture":"#top"}, "west":{"uv":[0,3,3,4],"texture":"#top"}, - "up":{"uv":[12,0,16,3],"texture":"#top"} + "up":{"uv":[12,0,13,3],"texture":"#top"} } }, { - "from":[13,11,0], - "to":[16,12,4], + "from":[13,12,0], + "to":[16,13,4], "faces":{ - "east":{"uv":[12,4,16,5],"texture":"#side","cullface":"east"}, + "north":{"uv":[0,3,3,4],"texture":"#side"}, + "east":{"uv":[12,3,16,4],"texture":"#side"}, "south":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, - "west":{"uv":[3,2,4,3],"texture":"#top"}, + "west":{"uv":[13,3,14,4],"texture":"#top"}, "up":{"uv":[13,0,16,4],"texture":"#top"} } } diff --git a/assets/minecraft/models/item/enchanting_table.json b/assets/minecraft/models/item/enchanting_table.json index dc11807d5..b5eab483d 100644 --- a/assets/minecraft/models/item/enchanting_table.json +++ b/assets/minecraft/models/item/enchanting_table.json @@ -11,93 +11,97 @@ "elements":[ { "from":[0,0,0], - "to":[16,11,16], + "to":[16,12,16], "faces":{ - "north":{"uv":[0,5,16,16],"texture":"#side"}, - "east":{"uv":[0,5,16,16],"texture":"#side"}, - "south":{"uv":[0,5,16,16],"texture":"#side"}, - "west":{"uv":[0,5,16,16],"texture":"#side"}, + "north":{"uv":[0,4,16,16],"texture":"#side"}, + "east":{"uv":[0,4,16,16],"texture":"#side"}, + "south":{"uv":[0,4,16,16],"texture":"#side"}, + "west":{"uv":[0,4,16,16],"texture":"#side"}, "up":{"uv":[0,0,16,16],"texture":"#top"}, "down":{"uv":[0,0,16,16],"texture":"#bottom"} } }, { - "from":[0,11,0], - "to":[3,12,4], + "from":[0,12,0], + "to":[3,13,4], "faces":{ + "north":{"uv":[13,3,16,4],"texture":"#side"}, "east":{"uv":[2,3,3,4],"texture":"#top"}, "south":{"uv":[0,3,3,4],"texture":"#top"}, - "west":{"uv":[0,4,4,5],"texture":"#side"}, + "west":{"uv":[0,3,4,4],"texture":"#side"}, "up":{"uv":[0,0,3,4],"texture":"#top"} } }, { - "from":[0,11,0], - "to":[4,12,3], + "from":[3,12,0], + "to":[4,13,3], "faces":{ - "north":{"uv":[12,4,16,5],"texture":"#side"}, + "north":{"uv":[12,3,13,4],"texture":"#side"}, "east":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, "south":{"uv":[3,2,4,3],"texture":"#top"}, - "up":{"uv":[0,0,4,3],"texture":"#top"} + "up":{"uv":[3,0,4,3],"texture":"#top"} } }, { - "from":[0,11,13], - "to":[4,12,16], + "from":[3,12,13], + "to":[4,13,16], "faces":{ - "north":{"uv":[2,3,3,4],"texture":"#top"}, + "north":{"uv":[3,13,4,14],"texture":"#top"}, "east":{"uv":[0,3,3,4],"texture":"#top"}, - "south":{"uv":[0,4,4,5],"texture":"#side"}, - "up":{"uv":[0,13,4,16],"texture":"#top"} + "south":{"uv":[3,3,4,4],"texture":"#side"}, + "up":{"uv":[3,13,4,16],"texture":"#top"} } }, { - "from":[0,11,12], - "to":[3,12,16], + "from":[0,12,12], + "to":[3,13,16], "faces":{ "north":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, - "east":{"uv":[3,2,4,3],"texture":"#top"}, - "west":{"uv":[12,4,16,5],"texture":"#side"}, + "east":{"uv":[2,12,3,13],"texture":"#top"}, + "south":{"uv":[0,3,3,4],"texture":"#side"}, + "west":{"uv":[12,3,16,4],"texture":"#side"}, "up":{"uv":[0,12,3,16],"texture":"#top"} } }, { - "from":[12,11,13], - "to":[16,12,16], + "from":[12,12,13], + "to":[13,13,16], "faces":{ - "north":{"uv":[3,2,4,3],"texture":"#top"}, - "south":{"uv":[12,4,16,5],"texture":"#side"}, + "north":{"uv":[12,13,13,14],"texture":"#top"}, + "south":{"uv":[12,3,13,4],"texture":"#side"}, "west":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, - "up":{"uv":[12,13,16,16],"texture":"#top"} + "up":{"uv":[12,13,13,16],"texture":"#top"} } }, { - "from":[13,11,12], - "to":[16,12,16], + "from":[13,12,12], + "to":[16,13,16], "faces":{ "north":{"uv":[0,3,3,4],"texture":"#top"}, - "east":{"uv":[0,4,4,5],"texture":"#side"}, - "west":{"uv":[2,3,3,4],"texture":"#top"}, + "east":{"uv":[0,3,4,4],"texture":"#side"}, + "south":{"uv":[13,3,16,4],"texture":"#side"}, + "west":{"uv":[13,12,14,13],"texture":"#top"}, "up":{"uv":[13,12,16,16],"texture":"#top"} } }, { - "from":[12,11,0], - "to":[16,12,3], + "from":[12,12,0], + "to":[13,13,3], "faces":{ - "north":{"uv":[0,4,4,5],"texture":"#side"}, - "south":{"uv":[2,3,3,4],"texture":"#top"}, + "north":{"uv":[3,3,4,4],"texture":"#side"}, + "south":{"uv":[12,2,13,3],"texture":"#top"}, "west":{"uv":[0,3,3,4],"texture":"#top"}, - "up":{"uv":[12,0,16,3],"texture":"#top"} + "up":{"uv":[12,0,13,3],"texture":"#top"} } }, { - "from":[13,11,0], - "to":[16,12,4], + "from":[13,12,0], + "to":[16,13,4], "faces":{ - "east":{"uv":[12,4,16,5],"texture":"#side"}, + "north":{"uv":[0,3,3,4],"texture":"#side"}, + "east":{"uv":[12,3,16,4],"texture":"#side"}, "south":{"uv":[3,0,4,3],"rotation":90,"texture":"#top"}, - "west":{"uv":[3,2,4,3],"texture":"#top"}, + "west":{"uv":[13,3,14,4],"texture":"#top"}, "up":{"uv":[13,0,16,4],"texture":"#top"} } }, diff --git a/assets/minecraft/textures/block/enchanting_table_side.png b/assets/minecraft/textures/block/enchanting_table_side.png new file mode 100644 index 0000000000000000000000000000000000000000..b355a449fa6ea3c7e12b71cfd74f3e7a024d16bd GIT binary patch literal 416 zcmV;R0bl-!P)!XReyrTH860JDXgS6anU%IWEn0tmi;Ez^{5mps2#Jw;!eLEBrDw-Pr1=-BKz%;@nr`T(m!$MT}g3xNos{T9iMuQWd~ue z3iYh`o#XgT?-o;yR#nKb1%d){VP5w@XkD;GeKG7`zf8F?0Qd%&g~ik%tKbR%0000< KMNUMnLSTY1m#>Qe literal 0 HcmV?d00001