From 096924f500758ccf2edc6a282da0f62e59e0dc5f Mon Sep 17 00:00:00 2001 From: bill96012 Date: Fri, 20 Jul 2018 20:02:05 +0800 Subject: [PATCH] add new buttons --- assets/minecraft/models/item/diamond_hoe.json | 11 ++++++ .../minecraft/models/item/model/button_0.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_1.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_2.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_3.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_4.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_5.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_6.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_7.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_8.json | 34 ++++++++++++++++++ .../minecraft/models/item/model/button_9.json | 34 ++++++++++++++++++ assets/minecraft/textures/custom/button_0.png | Bin 0 -> 284 bytes assets/minecraft/textures/custom/button_1.png | Bin 0 -> 261 bytes assets/minecraft/textures/custom/button_2.png | Bin 0 -> 280 bytes assets/minecraft/textures/custom/button_3.png | Bin 0 -> 277 bytes assets/minecraft/textures/custom/button_4.png | Bin 0 -> 271 bytes assets/minecraft/textures/custom/button_5.png | Bin 0 -> 270 bytes assets/minecraft/textures/custom/button_6.png | Bin 0 -> 269 bytes assets/minecraft/textures/custom/button_7.png | Bin 0 -> 262 bytes assets/minecraft/textures/custom/button_8.png | Bin 0 -> 259 bytes assets/minecraft/textures/custom/button_9.png | Bin 0 -> 280 bytes 21 files changed, 351 insertions(+) create mode 100644 assets/minecraft/models/item/model/button_0.json create mode 100644 assets/minecraft/models/item/model/button_1.json create mode 100644 assets/minecraft/models/item/model/button_2.json create mode 100644 assets/minecraft/models/item/model/button_3.json create mode 100644 assets/minecraft/models/item/model/button_4.json create mode 100644 assets/minecraft/models/item/model/button_5.json create mode 100644 assets/minecraft/models/item/model/button_6.json create mode 100644 assets/minecraft/models/item/model/button_7.json create mode 100644 assets/minecraft/models/item/model/button_8.json create mode 100644 assets/minecraft/models/item/model/button_9.json create mode 100644 assets/minecraft/textures/custom/button_0.png create mode 100644 assets/minecraft/textures/custom/button_1.png create mode 100644 assets/minecraft/textures/custom/button_2.png create mode 100644 assets/minecraft/textures/custom/button_3.png create mode 100644 assets/minecraft/textures/custom/button_4.png create mode 100644 assets/minecraft/textures/custom/button_5.png create mode 100644 assets/minecraft/textures/custom/button_6.png create mode 100644 assets/minecraft/textures/custom/button_7.png create mode 100644 assets/minecraft/textures/custom/button_8.png create mode 100644 assets/minecraft/textures/custom/button_9.png diff --git a/assets/minecraft/models/item/diamond_hoe.json b/assets/minecraft/models/item/diamond_hoe.json index d01ace7..b0611fd 100644 --- a/assets/minecraft/models/item/diamond_hoe.json +++ b/assets/minecraft/models/item/diamond_hoe.json @@ -5,6 +5,17 @@ }, "overrides": [ { "predicate": {"damaged": 0, "damage": 0}, "model": "item/diamond_hoe"}, + {"predicate": {"damaged": 0, "damage": 0.9295323510570147}, "model": "item/diamond_hoe"}, + {"predicate": {"damaged": 0, "damage": 0.9301729660474055}, "model": "item/model/button_9"}, + {"predicate": {"damaged": 0, "damage": 0.9308135810377963}, "model": "item/model/button_8"}, + {"predicate": {"damaged": 0, "damage": 0.9314541960281871}, "model": "item/model/button_7"}, + {"predicate": {"damaged": 0, "damage": 0.9320948110185778}, "model": "item/model/button_6"}, + {"predicate": {"damaged": 0, "damage": 0.9327354260089686}, "model": "item/model/button_5"}, + {"predicate": {"damaged": 0, "damage": 0.9333760409993594}, "model": "item/model/button_4"}, + {"predicate": {"damaged": 0, "damage": 0.9340166559897501}, "model": "item/model/button_3"}, + {"predicate": {"damaged": 0, "damage": 0.9346572709801409}, "model": "item/model/button_2"}, + {"predicate": {"damaged": 0, "damage": 0.9352978859705316}, "model": "item/model/button_1"}, + {"predicate": {"damaged": 0, "damage": 0.9359385009609224}, "model": "item/model/button_0"}, {"predicate": {"damaged": 0, "damage": 0.9365791159513132}, "model": "item/model/button_stars"}, {"predicate": {"damaged": 0, "damage": 0.937219730941704}, "model": "item/model/button_leave"}, {"predicate": {"damaged": 0, "damage": 0.9378603459320948}, "model": "item/model/button_eco"}, diff --git a/assets/minecraft/models/item/model/button_0.json b/assets/minecraft/models/item/model/button_0.json new file mode 100644 index 0000000..ab8cd54 --- /dev/null +++ b/assets/minecraft/models/item/model/button_0.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_0", + "particle": "custom/button_0" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_1.json b/assets/minecraft/models/item/model/button_1.json new file mode 100644 index 0000000..ad899b3 --- /dev/null +++ b/assets/minecraft/models/item/model/button_1.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_1", + "particle": "custom/button_1" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_2.json b/assets/minecraft/models/item/model/button_2.json new file mode 100644 index 0000000..c21a8fa --- /dev/null +++ b/assets/minecraft/models/item/model/button_2.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_2", + "particle": "custom/button_2" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_3.json b/assets/minecraft/models/item/model/button_3.json new file mode 100644 index 0000000..e1c56db --- /dev/null +++ b/assets/minecraft/models/item/model/button_3.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_3", + "particle": "custom/button_3" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_4.json b/assets/minecraft/models/item/model/button_4.json new file mode 100644 index 0000000..eb24781 --- /dev/null +++ b/assets/minecraft/models/item/model/button_4.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_4", + "particle": "custom/button_4" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_5.json b/assets/minecraft/models/item/model/button_5.json new file mode 100644 index 0000000..cac4034 --- /dev/null +++ b/assets/minecraft/models/item/model/button_5.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_5", + "particle": "custom/button_5" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_6.json b/assets/minecraft/models/item/model/button_6.json new file mode 100644 index 0000000..3d87e68 --- /dev/null +++ b/assets/minecraft/models/item/model/button_6.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_6", + "particle": "custom/button_6" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_7.json b/assets/minecraft/models/item/model/button_7.json new file mode 100644 index 0000000..3690769 --- /dev/null +++ b/assets/minecraft/models/item/model/button_7.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_7", + "particle": "custom/button_7" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_8.json b/assets/minecraft/models/item/model/button_8.json new file mode 100644 index 0000000..14e911f --- /dev/null +++ b/assets/minecraft/models/item/model/button_8.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_8", + "particle": "custom/button_8" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/model/button_9.json b/assets/minecraft/models/item/model/button_9.json new file mode 100644 index 0000000..2595d92 --- /dev/null +++ b/assets/minecraft/models/item/model/button_9.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench, a free, modern block model editor by JannisX11", + "textures": { + "0": "custom/button_9", + "particle": "custom/button_9" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "shade": false, + "faces": { + "north": {"uv": [12, 8, 8, 12], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "south": {"uv": [8, 8, 12, 12], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 16, 16, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 0, 8] + }, + "gui": { + "scale": [1.125, 1.125, 1.125], + "rotation": [90, 0, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 0, 8] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/custom/button_0.png b/assets/minecraft/textures/custom/button_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc8d41e65fd8fe1482b8223df88bdd47d21e451 GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k3C%+Ln`LHy>*fEumKO-!(}BN z{VzN>h3$6uoUq}C(3krR&n#M|Zm~S~`OiM7&)1k{v0OmK-x%$tw)Y!un`8X^PSH90 zTmBAA8H~O_e0G{{LFw)HyY_0I&$nmfT)=7q!b{&Xt$tHg9RH>U@K?gCFBw$!qpe%{=PUx9H;gBlPoE8(_j m{3bksA*bcDL{ZB&``{? zGsG$SR>PeG?KfvCi>poM{q6j3)BE4Q4QDJDyCCAgox!z$)r9o|(=4V8#d^gmuI zjooi|f7{#RYQ7GPAj!wfF}qm%_I)c)`ojX#Fg>qv@#epCw;le$snLL8jxXbuhGh&< z4#5n%3pA0WPfK2ZdbIxE=6Axq^BaKnfz&;lqWj@|51b3rCMo}b`RG=W`rWT;je!1Q N@O1TaS?83{1OThHVTJ$z literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/custom/button_2.png b/assets/minecraft/textures/custom/button_2.png new file mode 100644 index 0000000000000000000000000000000000000000..f1152f43d15e743d979a61b143d2eead8a7c8d37 GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dQ)4Ln`LHy?v0k*+78xqQFv* z=`XzQgk55gQL6mv@OwE!wn`_>=Zv$a8uaSIAwR@>nJ^igt;?&~v_+t(Dk z{pR#w&|TmO#5Xr_$HcxZkKL<%J>Q;@a{;Rf2uGJSo~r(ub<5v@DTC1$gkN@E5dA+- z}x=lR~MD?lxKCitFJD-&Tz{|~npJ+an42+J%#T@EQ0a^TKD d#<$piFy7adQ~$LqzZvLN22WQ%mvv4FO#m7PXV3ru literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/custom/button_3.png b/assets/minecraft/textures/custom/button_3.png new file mode 100644 index 0000000000000000000000000000000000000000..37ab29097a829a74d441b9ba9ccec5c80bdf3bfe GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=cRXDjLn`LHy>*-Ouz>*UMT;dK zQ&)IhnReOXkKlzOf$HT9hCJQ!+40$He_x%kUF?EN11jFa|6!#~P0z-sb1a`vE3Ug( z$0X#yodLqz?y$~V_igvOdsClppWnc8foT>9>y|g3O8=U5%in=1gV7g+U%I{MtT%VP z$ssz4A%Rk_mQL7znP({wF(`u}S_+VuYSXR{f*#V&|AaA$BWU^QXAz%+{~gYoPS27cWS z=XR}IzV80Ew~wp)<~IOEeHphjwB=J`phqBtf=cTdpk00B!rC}LEltVCs?gGsQu?r#&+!@>WKgboH zD3np|`#JNo&40V(-<%pyskS>zn(E)quqA7 VgA6enY=ItR@O1TaS?83{1OPYbW9|R| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/custom/button_6.png b/assets/minecraft/textures/custom/button_6.png new file mode 100644 index 0000000000000000000000000000000000000000..431a5db16315c2fdb4c1b84b5c98b85c32e248af GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=S3F%DLn`LHy>*cDuz>*UMT;dK zQ&)IhnHJp0&!o@4vHlzz|KUZh$F4`c{%7)RHLD5d0#y8#`OgvW;}X&5&s%o;7%_5A zV2E{p|XJ0VeLX{Q&2d`3)==m}Vj4Z;b!GDa#eBL`iD^ P{m0gTe~DWM4f5u#wK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/custom/button_7.png b/assets/minecraft/textures/custom/button_7.png new file mode 100644 index 0000000000000000000000000000000000000000..e81573e81383509c1162d03ab3edd94eea3690c6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=XFXjULn`LHy?v4Muz|pV3(HDQ z^vv+w6lU$nwUqDu<0XuIihS1pPL$1i{@ZZIa z^S9b~!)NJzkAGAj`@yTx08usV4wJUu&pcj)Z)jV1>aTQ)wdx%2&RUCxYk+roZ zfE8Ip>x2H?_u}s)>=`*1u$q8y|1Y-{#oO;2)-ee=aA$yU-yajxIp~&rWUO;qETj9a T@Ax#JR~bBA{an^LB{Ts5Xm)N9 literal 0 HcmV?d00001