From ef358b8b35ae5c1f67bee6c35bd7ea8da8ade7fa Mon Sep 17 00:00:00 2001 From: Sapporo_salmon <57042065+punipuni-3730@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:59:56 +0900 Subject: [PATCH] Add files via upload --- .../models/item/salmon_spawn_egg.json | 6 + assets/minecraft/models/item/spawn_egg.json | 126 ++++++++++++++++++ .../minecraft/textures/entity/fish/salmon.png | Bin 0 -> 1035 bytes .../minecraft/textures/item/cooked_salmon.png | Bin 0 -> 509 bytes assets/minecraft/textures/item/salmon.png | Bin 0 -> 447 bytes .../minecraft/textures/item/salmon_bucket.png | Bin 0 -> 491 bytes .../textures/item/salmon_spawn_egg.png | Bin 0 -> 499 bytes 7 files changed, 132 insertions(+) create mode 100644 assets/minecraft/models/item/salmon_spawn_egg.json create mode 100644 assets/minecraft/models/item/spawn_egg.json create mode 100644 assets/minecraft/textures/entity/fish/salmon.png create mode 100644 assets/minecraft/textures/item/cooked_salmon.png create mode 100644 assets/minecraft/textures/item/salmon.png create mode 100644 assets/minecraft/textures/item/salmon_bucket.png create mode 100644 assets/minecraft/textures/item/salmon_spawn_egg.png diff --git a/assets/minecraft/models/item/salmon_spawn_egg.json b/assets/minecraft/models/item/salmon_spawn_egg.json new file mode 100644 index 0000000..b015c38 --- /dev/null +++ b/assets/minecraft/models/item/salmon_spawn_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/spawn_egg", + "textures": { + "egg":"item/salmon_spawn_egg" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/spawn_egg.json b/assets/minecraft/models/item/spawn_egg.json new file mode 100644 index 0000000..a2780ad --- /dev/null +++ b/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,126 @@ +{ + "credit": "Made with Blockbench", + "elements": [ + { + "from": [0, 0, 7], + "to": [16, 16, 7], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.1], + "to": [16, 16, 7.1], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.2], + "to": [16, 16, 7.2], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.3], + "to": [16, 16, 7.3], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.4], + "to": [16, 16, 7.4], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.5], + "to": [16, 16, 7.5], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.6], + "to": [16, 16, 7.6], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.7], + "to": [16, 16, 7.7], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.8], + "to": [16, 16, 7.8], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.9], + "to": [16, 16, 7.9], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 8], + "to": [16, 16, 8], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "translation": [0, 3, 1], + "scale": [0.55, 0.55, 0.55] + }, + "thirdperson_lefthand": { + "translation": [0, 3, 1], + "scale": [0.55, 0.55, 0.55] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 13, 7] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, -0.5] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/entity/fish/salmon.png b/assets/minecraft/textures/entity/fish/salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc9a30d5975f6b59bb53a583dbae066edcf919e GIT binary patch literal 1035 zcmV+m1oZofP){UVnL8XM#iLHvHd$iD|P4ZGb=K+~|+ zTZ~c5dERj*yAFUPN&NWfDIS!pWoxWmU0p@Hbsh5+y?a%aWIT>nRmoIzyNUd%3q=5Y z@%~NhJtq8f`5t8>}2gveg?KmtucMk0E~U;zwdP@ZH28G}x@HWY_ri z;@7;~(Spn65&$C~_tzHiQ*VzrSP%j3ov`$z)$mmRH+=ZE7so^PqPbr#oMQ3L9kRMk zT`lMOty@JoupMMF8BX;0I6lyeqglbxtZ;mwmlHicGMUZGte8!C=Kznr`4;)FfJZk2 zRv7L|(9WM0`<^_?-PN_C`8~U>{CV{<4tIBT0hf+GCjgFJ9<^xaPm7%Hrg_iP+}%HI z*t9>>S5tslSVlg0UwBoOfTmH(F1Jor*Ri7Vu&o1tsp+rE?DFjPc(@h};`VrG=^rp9 z(CU(9WDa@aQ8=l6+*!zit-=C2@p?yN{IEYRe1QpWmk zWeb{i9Vxe~z+LaWYw8Lt(^rN>VQDR_;pycp&5e@rTOyU=0lTfpCXcmsqY4AndqtUm ztqiUY4~d(x7<&&KFx8BievkASApSil*4~tzzZ)Hg>4wb*x*S~ zvl+QPp0bUu1%p+akxQ1DjmL4xGLOIhhN*k1D{Mxk9F0U+&E<>{jYKNi&4fa@WSRL? zioK1E%%@VOBV(=BjPgt}xf#Y9c8S?p9FoM+$_fris^PLE0-UgYZKi_Oi(Nq>FX^|FXcMjmp*Hq^i21joX`1w&pGfv zX1A7XbH^O4ScFu#i=DLC1|Ae*DPF z0ki$by!!BxDw~W?OeFBnUXS0!05XGTntim1n{V*!dXXn@p3=R%OyDpKdA_?lwDcr# zy#Lx1a}hBvZvGCj?(?nJ$90N?VaN}ynOR+>TCJvsqosVe~76c)Mra9sdM>2YNo zq9|fvZA*-TQ&+fOS`h&4jshGO*0x4M|1^F9VA;q2;&3UG00000NkvXXu0mjfCU)x> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/salmon.png b/assets/minecraft/textures/item/salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..975b144f6a29f64fb2a95b8661a52e6b57b84d3e GIT binary patch literal 447 zcmV;w0YLtVP)!=XHqO}F4LoF28kg-u3*JA zyH$dlI{E;ZUtM5febEFP5+pAUWPPg&!2b3FbDm}Z?vfAm4o{dslOPd`$~JAl@^o`0 piy-hVT(J_ds7%D7^5@Mzs!!x;p@3==){X!G002ovPDHLkV1i_)!TbOK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/salmon_bucket.png b/assets/minecraft/textures/item/salmon_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c25c2cc879f61be160e0e16a7c8908be32277a GIT binary patch literal 491 zcmVRi1gz%gAo+3s#KAZHc<+5b@6V41 z_cSf;@K2BB(C=^fodAH@ms^RPunol>6H{~A$oOL>$MQTfb$s8K;>%}QE|=w<0RQw@ z24{{0SXi&p>t}iRy}@{Ykq@gId@{`hNCCou!@UlTgH0|a^!izLa~985o>MSQ_H(&N zZlr_xj~Raa>ahN9jQ@Sf<;4Y+{cT?J7J%Ug8D8l-krC8_!qm~HUkQS9^7&B!g5aD# z!C#D@Z5yHbMAAPP_yFt!n6yJ8=m3v>Wb3oDT!E_DX|v72MX&8({A6JE&x)!-B{rf zPA)F!Z_QA5Y+i@5=`oQPSADF+a=N+^w3N>laBj2hj5osT@y2s+=SMmc>G!-Za;f`gq z$g<46wvBzag{o=PG>vFmyGKZ;QWS)60|JRy8QI=LHw=`pj20Tg{A>UG<{e7MpeJHG zPV*72E7eA`Z4})w=u}F9<;qS8)3UtWw~%kMv+j5o8D`~fCdsUZnSN@4&2002ovPDHLkV1fns;v)b6 literal 0 HcmV?d00001