From 0d35d8b5bf459a0da7fd3ffa19dc8ae3d9542599 Mon Sep 17 00:00:00 2001 From: GeForceLegend <512287858@qq.com> Date: Wed, 17 Jun 2020 19:29:27 +0800 Subject: [PATCH] Add honey bottle model --- .../minecraft/models/item/honey_bottle.json | 146 ++++++++++++++++++ .../minecraft/textures/item/honey_bottle.png | Bin 0 -> 2040 bytes 2 files changed, 146 insertions(+) create mode 100644 assets/minecraft/models/item/honey_bottle.json create mode 100644 assets/minecraft/textures/item/honey_bottle.png diff --git a/assets/minecraft/models/item/honey_bottle.json b/assets/minecraft/models/item/honey_bottle.json new file mode 100644 index 000000000..41d8b3797 --- /dev/null +++ b/assets/minecraft/models/item/honey_bottle.json @@ -0,0 +1,146 @@ +{ + "__comment":"Designed by GeForceLegend", + "textures":{ + "bottle":"item/honey_bottle" + }, + "elements":[ + { + "from":[4,1,4], + "to":[12,9,12], + "faces":{ + "north":{"uv":[0,0,10,10],"texture":"#bottle"}, + "east":{"uv":[0,0,10,10],"texture":"#bottle"}, + "south":{"uv":[0,0,10,10],"texture":"#bottle"}, + "west":{"uv":[0,0,10,10],"texture":"#bottle"}, + "up":{"uv":[0,0,10,10],"texture":"#bottle"}, + "down":{"uv":[0,0,10,10],"texture":"#bottle"} + } + }, + { + "from":[4.01,8.99,4.01], + "to":[11.99,1.01,11.99], + "faces":{ + "north":{"uv":[0,10,10,0],"texture":"#bottle"}, + "east":{"uv":[0,10,10,0],"texture":"#bottle"}, + "south":{"uv":[0,10,10,0],"texture":"#bottle"}, + "west":{"uv":[0,10,10,0],"texture":"#bottle"}, + "up":{"uv":[0,0,10,10],"texture":"#bottle"}, + "down":{"uv":[0,0,10,10],"texture":"#bottle"} + } + }, + { + "from":[4.6,1.6,4.6], + "to":[11.4,8.4,11.4], + "faces":{ + "north":{"uv":[10,2,16,8],"texture":"#bottle"}, + "east":{"uv":[10,2,16,8],"texture":"#bottle"}, + "south":{"uv":[10,2,16,8],"texture":"#bottle"}, + "west":{"uv":[10,2,16,8],"texture":"#bottle"}, + "up":{"uv":[10,0,16,6],"texture":"#bottle"}, + "down":{"uv":[10,4,16,10],"texture":"#bottle"} + } + }, + { + "from":[6.6,8.4,6.6], + "to":[9.4,10.3,9.4], + "faces":{ + "north":{"uv":[15,3,13,0],"rotation":90,"texture":"#bottle"}, + "east":{"uv":[10,2,13,4],"texture":"#bottle"}, + "south":{"uv":[13,2,10,4],"texture":"#bottle"}, + "west":{"uv":[15,0,13,3],"rotation":90,"texture":"#bottle"}, + "up":{"uv":[13,9,16,12],"texture":"#bottle"} + } + }, + { + "from":[6,9,6], + "to":[10,11,10], + "faces":{ + "north":{"uv":[6,11,12,12],"texture":"#bottle"}, + "east":{"uv":[6,11,12,12],"texture":"#bottle"}, + "south":{"uv":[6,11,12,12],"texture":"#bottle"}, + "west":{"uv":[6,11,12,12],"texture":"#bottle"} + } + }, + { + "from":[6.01,10.99,6.01], + "to":[9.99,9.01,9.99], + "faces":{ + "north":{"uv":[6,11,12,12],"texture":"#bottle"}, + "east":{"uv":[6,11,12,12],"texture":"#bottle"}, + "south":{"uv":[6,11,12,12],"texture":"#bottle"}, + "west":{"uv":[6,11,12,12],"texture":"#bottle"} + } + }, + { + "from":[5,11,5], + "to":[11,13,11], + "faces":{ + "north":{"uv":[0,10,6,16],"texture":"#bottle"}, + "east":{"uv":[0,10,6,16],"texture":"#bottle"}, + "south":{"uv":[0,10,6,16],"texture":"#bottle"}, + "west":{"uv":[0,10,6,16],"texture":"#bottle"}, + "up":{"uv":[6,10,12,16],"texture":"#bottle"}, + "down":{"uv":[6,10,12,16],"texture":"#bottle"} + } + }, + { + "from":[5.01,12.99,5.01], + "to":[10.99,11.01,10.99], + "faces":{ + "north":{"uv":[0,16,6,10],"texture":"#bottle"}, + "east":{"uv":[0,16,6,10],"texture":"#bottle"}, + "south":{"uv":[0,16,6,10],"texture":"#bottle"}, + "west":{"uv":[0,16,6,10],"texture":"#bottle"}, + "up":{"uv":[6,10,12,16],"texture":"#bottle"}, + "down":{"uv":[6,10,12,16],"texture":"#bottle"} + } + }, + { + "from":[6,13,6], + "to":[10,14,10], + "faces":{ + "north":{"uv":[12,15,16,16],"texture":"#bottle"}, + "east":{"uv":[16,15,12,16],"texture":"#bottle"}, + "south":{"uv":[12,15,16,16],"texture":"#bottle"}, + "west":{"uv":[16,15,12,16],"texture":"#bottle"}, + "up":{"uv":[12,12,16,16],"texture":"#bottle"}, + "down":{"uv":[12,16,16,12],"texture":"#bottle"} + } + }, + { + "from":[6.6,11.4,6.6], + "to":[9.4,13,9.4], + "faces":{ + "north":{"uv":[13,14,16,12],"texture":"#bottle"}, + "east":{"uv":[13,14,16,12],"texture":"#bottle"}, + "south":{"uv":[13,14,16,12],"texture":"#bottle"}, + "west":{"uv":[13,14,16,12],"texture":"#bottle"}, + "down":{"uv":[13,12,16,15],"texture":"#bottle"} + } + } + ], + "display":{ + "thirdperson_righthand":{ + "translation":[0,-0.5,0], + "scale":[0.4,0.4,0.4] + }, + "firstperson_righthand":{ + "rotation":[-10,5,0], + "translation":[0,3,2], + "scale":[0.35,0.35,0.35] + }, + "ground":{ + "translation":[0,3,0], + "scale":[0.4,0.4,0.4] + }, + "gui":{ + "rotation":[30,225,0], + "translation":[0,0.5,0], + "scale":[0.9,0.9,0.9] + }, + "fixed":{ + "translation":[0,1,-1.9], + "scale":[0.75,0.75,0.75] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/honey_bottle.png b/assets/minecraft/textures/item/honey_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..f148967c9b6e7a1f59b90e1656118ea406f6c88b GIT binary patch literal 2040 zcmb_dU1%Id9G@c?W0Q)d1+_xE>>*Uzy`9IJu5#JjO7M2-KoT|;S@-$R&gmBfbJ7D7weNGU<#yY*-7@-cRyem%Sf`L@f^&# zDN?dBvmP0l9n9;qle%iKCyq1SHH|u`kN`8aO4;_cT9U2%)#x~!=2@l=2_}7S-)M#E}cE#(m$I9}dy z%FT@$YNpJjQsKs^%#l&cHk_*e$Oapd#sNvP0u&$zWezEM6xWcVN%B#c&>&og<{ZN^ zXEuWhiYCB2pj0&m4)A}14P7%GuYzgKRs|Oc@7hI{X)&p#oU-H5z%)B?<9s%i8uA>| zD$@mj_*5U0?N7-_m1Rzdp?bQxoR+oy0NXmrrjsn?CuUiOh9pT)iGn#(mLV56CB!8N zBAik%6%27gL>M>i(~dqBs-S6aPQ=N8-J{hU;XjSZ(q8Lb1SRhLn3~D`eys`6A>AV9%G)ndnp3D#E!+z z3$N}Qk1icuzQlAb-E}gmU+%uvIq~#oJp+%X2QT(~{osX>=yf<}^~_(KFRZ==zWQQL zdH99^UOM#nwb%dpZvWYi*D#*jS6b-;?|^af`HwB|_DW>_doMD0{?J1=V*tEx+dk8F S_Wc9l-JI