From 1efe7ee37a5d083114ddd23ccf588f9f2e1e6649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Vo=C3=9F?= Date: Tue, 21 Jun 2022 18:50:17 +0200 Subject: [PATCH] make mobs of bucket texture reusable for other mods --- .../models/item/barracuda_bucket.json | 3 ++- .../models/item/crab_bucket.json | 3 ++- .../models/item/eel_freshwater_bucket.json | 3 ++- .../models/item/eel_saltwater_bucket.json | 3 ++- .../models/item/flying_fish_bucket.json | 3 ++- .../models/item/flying_fish_bucket_purple.json | 3 ++- .../models/item/flying_fish_bucket_yellow.json | 3 ++- .../models/item/horseshoecrab_bucket.json | 3 ++- .../models/item/jellyfish_bucket.json | 3 ++- .../models/item/lamprey_bucket.json | 3 ++- .../models/item/nautilus_bucket.json | 3 ++- .../models/item/piranha_bucket.json | 3 ++- .../textures/items/barracuda_bucket.png | Bin 546 -> 0 bytes .../textures/items/bucket_content/barracuda.png | Bin 0 -> 270 bytes .../textures/items/bucket_content/crab.png | Bin 0 -> 263 bytes .../items/bucket_content/eel_freshwater.png | Bin 0 -> 277 bytes .../items/bucket_content/eel_saltwater.png | Bin 0 -> 284 bytes .../textures/items/bucket_content/flying_fish.png | Bin 0 -> 272 bytes .../items/bucket_content/flying_fish_purple.png | Bin 0 -> 272 bytes .../items/bucket_content/flying_fish_yellow.png | Bin 0 -> 272 bytes .../items/bucket_content/horseshoecrab.png | Bin 0 -> 258 bytes .../textures/items/bucket_content/jellyfish.png | Bin 0 -> 250 bytes .../textures/items/bucket_content/lamprey.png | Bin 0 -> 307 bytes .../textures/items/bucket_content/nautilus.png | Bin 0 -> 281 bytes .../textures/items/bucket_content/piranha.png | Bin 0 -> 264 bytes .../textures/items/crab_bucket.png | Bin 330 -> 0 bytes .../textures/items/eel_freshwater_bucket.png | Bin 553 -> 0 bytes .../textures/items/eel_saltwater_bucket.png | Bin 531 -> 0 bytes .../textures/items/flying_fish_bucket.png | Bin 509 -> 0 bytes .../textures/items/flying_fish_bucket_purple.png | Bin 506 -> 0 bytes .../textures/items/flying_fish_bucket_yellow.png | Bin 510 -> 0 bytes .../textures/items/horseshoecrab_bucket.png | Bin 323 -> 0 bytes .../textures/items/jellyfish_bucket.png | Bin 471 -> 0 bytes .../textures/items/lamprey_bucket.png | Bin 550 -> 0 bytes .../textures/items/lower_bucket.png | Bin 0 -> 262 bytes .../textures/items/nautilus_bucket.png | Bin 572 -> 0 bytes .../textures/items/piranha_bucket.png | Bin 316 -> 0 bytes 37 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/barracuda_bucket.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/barracuda.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/crab.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/eel_freshwater.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/eel_saltwater.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/flying_fish.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/flying_fish_purple.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/flying_fish_yellow.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/horseshoecrab.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/jellyfish.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/lamprey.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/nautilus.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/piranha.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/crab_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/eel_freshwater_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/eel_saltwater_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_purple.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_yellow.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/horseshoecrab_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/jellyfish_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/lamprey_bucket.png create mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/lower_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/nautilus_bucket.png delete mode 100644 common/src/main/resources/assets/betteranimalsplus/textures/items/piranha_bucket.png diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/barracuda_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/barracuda_bucket.json index e0c3e468..67156dc0 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/barracuda_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/barracuda_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/barracuda_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/barracuda" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/crab_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/crab_bucket.json index 9abd515b..7486ebe4 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/crab_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/crab_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/crab_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/crab" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/eel_freshwater_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/eel_freshwater_bucket.json index fb3cf5b4..81ca4b70 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/eel_freshwater_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/eel_freshwater_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/eel_freshwater_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/eel_freshwater" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/eel_saltwater_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/eel_saltwater_bucket.json index e549f10f..f1bad8ef 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/eel_saltwater_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/eel_saltwater_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/eel_saltwater_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/eel_saltwater" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket.json index d35cba36..57d4f098 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket.json @@ -1,7 +1,8 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/flying_fish_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/flying_fish" }, "overrides": [ { diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_purple.json b/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_purple.json index 50fd6f91..4247168f 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_purple.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_purple.json @@ -1,7 +1,8 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/flying_fish_bucket_purple" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/flying_fish_purple" }, "overrides": [ { diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_yellow.json b/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_yellow.json index 456270c0..68c7bf01 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_yellow.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_yellow.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/flying_fish_bucket_yellow" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/flying_fish_yellow" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/horseshoecrab_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/horseshoecrab_bucket.json index 31da4ace..182c7523 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/horseshoecrab_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/horseshoecrab_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/horseshoecrab_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/horseshoecrab" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/jellyfish_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/jellyfish_bucket.json index ea3bd07b..cb9fdb84 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/jellyfish_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/jellyfish_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/jellyfish_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/jellyfish" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/lamprey_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/lamprey_bucket.json index 76aca38d..1f49e2b4 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/lamprey_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/lamprey_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/lamprey_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/lamprey" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/nautilus_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/nautilus_bucket.json index 0a957a06..33039b99 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/nautilus_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/nautilus_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/nautilus_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/nautilus" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/models/item/piranha_bucket.json b/common/src/main/resources/assets/betteranimalsplus/models/item/piranha_bucket.json index ca49480d..d0b6a5ea 100644 --- a/common/src/main/resources/assets/betteranimalsplus/models/item/piranha_bucket.json +++ b/common/src/main/resources/assets/betteranimalsplus/models/item/piranha_bucket.json @@ -1,6 +1,7 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "betteranimalsplus:items/piranha_bucket" + "layer0": "betteranimalsplus:items/lower_bucket", + "layer1": "betteranimalsplus:items/bucket_content/piranha" } } diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/barracuda_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/barracuda_bucket.png deleted file mode 100644 index 93ac5926e127861d6b47260e10f67a99465c7530..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 546 zcmV+-0^R+IP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0k=s+K~y+TrISxc z0#Ojgzl|;x^&SG=(_wZ-uy zw~77TEr}Ox&>Ksi)d$TnFv(H05sSq*kBoGKj$kk-(JvB-pi(Jgb~va{M^)D{e(G5CyB}gO^2#3R*DCL*AkUEm4J-^=%S(Zh1 zgH90*yk0LG5sH$-_W2a#S()#o9hM1nJRXlwtvH=dp&D2W6h#s0kBzyUQ0=i8{9cSu zf6x)k)M_=M8W;xjI8vz;>q4QxkuXm{Zz3L#TV7<#9W)=KxnnaH19FZ=qb(-%547t} kSQa|wM`gxb-1ruNAOG#Yr?tNEC;$Ke07*qoM6N<$g00cz4FCWD diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/barracuda.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/barracuda.png new file mode 100644 index 0000000000000000000000000000000000000000..890479a0b484ee9aff251a1f9e76b96c561c9ef7 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}@0G|-oY13xz*|R4nzvkdVhWD?pK6vn8?b@|7X3S9bKjV`BGOFpbN&GFK z+DS{7g#szwk|4j}|44wr_JvX#P=d3-BeIx*f$tCqGm2_>H2?*}JzX3_G=is|eaLk{ zfrI72|_(3L*k>=!PI*I2gR z)ZyA9~eAc{an^LB{Ts5s(EKT literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/crab.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/crab.png new file mode 100644 index 0000000000000000000000000000000000000000..69f0a70210744839b6b269cd02c45819118432f5 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}T0G|-oO;%QWwk9pNF!%A0nWe7Q!pp1de`aY(iAnq|mwb?}ZF@go1ybB4 zL4Lvi;ef%*pYan=n6tnmvY3H^?+^$xifVW@00kpFT^vI+f~WQb@*Pm%agtoTtMEVb z`rMNLLP9T_IhePt-*(W*`0m@DrWLDRZCH9jM3Ct~&EnNM96^DX*_4l1ZkCs}NYnbx rZNqxs?z;TaMN8##WOcUnHU4E3d&AM`vb{74Xa|F*tDnm{r-UW|wFp_y literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/eel_freshwater.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/eel_freshwater.png new file mode 100644 index 0000000000000000000000000000000000000000..ba35d8861fe9255a379d37501ead819ebb2ce886 GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}50G|+79}knF9Dgw}v67<9#)k6s>(~GP|G%Q5LfQX}Uc_aW{FhNppH1R# z0hNEdvVSd*;wuUA3kIq|00!3scTNChI14-?i-8IbfiR<}hF1enFv`=#F+?MHYOgn6 zg8_$&qt&6z)5;v4f>SRV+nrc8EhL{|#la0S5B;3aX|_I+(b&2( z$eUqWnM6pH^pjmW|5o@bGDyB=zOnfJ!BhOnPq`NS%G}r0G|-oz`%@|Gvk&nT`DFfwtf5d)YR15w{QRd|G%Q5LfQX}Uc_aW{FhNp zpH1R#0d=I*-2z#|UlQaO3{-;z7_Quzu@ET5S>O>_%)r2R2!t6$HM|;tg0Y@1jv*Ss zQ_ni`H5hQPI5-@*cI)r|;-y^f$#=NVrf9M>babl7X)|uw$hA4L$$Itb@b(SPdrc>< zInq^a?-sH|eL;Wl+><#cn-*An`7@K@%x-zj1808nO_lFGCC(sT(!jl9>H>yXphXOx Lu6{1-oD!MNS%G}50G|+74h5S9vuAPZhH$BSGGy;Od+f;VE0^}~+`ew#*~Oa=D*K-?iNEEN z57K_8!I~3D@s$Mm1^-6|46X<6oB+yj7I;J!0~H(uVa6R3v)=**Lp@y_Lo|Y?o^j+m zpupi0ctA_(+~4)l%9}DTnf#T0a@3(>OJf+rdM1xkp&i-Tr=*v3b7be4cVDNPHb6Mw<&;$TI(q&u# literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/flying_fish_purple.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/flying_fish_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..248597f6b4668c5e4a8eb1283db2da73aa7cba7d GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}50G|+74h5S9vuAPZhH$BSGGy;ebF1;Oh}^$(`?`H+7jHhO?0?22{+3HV zNPEe(@<%|5uO!GX_&+jWa6NG61W<;vz$3C4sNf(7Gwzs}{T3(~>gnPbq7gjxj3eIx z1rC?M16oSw{;rQ!-jsRCIpugQu&X%Q~loCIHiNS%G}50G|+74h5S9vuAPZhH$BSGGy=EyTbnIF^T;NS%G}T0G|-oXloeU8R3DVDNPHb6Mw<&;$TWHBaCG literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/jellyfish.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/jellyfish.png new file mode 100644 index 0000000000000000000000000000000000000000..0a8d53ed30bc5ad1bc98e389ff385a9ec2775189 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}%0G|-orI|BsEn0ke!Qwr$mY$xsMA`q$jM#3I_*+2vyS9hQfD~s*kYDhB zC}0TouMh$W7I;J!GcfQS0%1l`4X*~EV6dl)V~9rZ)YFDc2NXD%9a=Iz{}-R`bn3!d zNdvj8KQ0N9Tjyo#hF`U{iK=R`mSMilz>*N{Fwg61lk@IvW#`Y_-ROP#*^!oC#tVuY gel9Zl@XUOId1gM_;|ybVTcGg_p00i_>zopr0KK4CA^-pY literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/lamprey.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/lamprey.png new file mode 100644 index 0000000000000000000000000000000000000000..a0efd07584bef8cdd71a91552c48f6842f6a65d5 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G|;0G|-o3&%DVRi(sdhQEJ(b+?;aZcNlnEv+@y)>TbeGb%ET6`7*~0+%nE zs_cK}(5`LV+}!TozApJMP2z6>4cL0xJP$~Tlmz(&|HlLj{{GJef%2RM9+AZi419+` zm{C;2s{tsO;OXKRq7gjxj5l9{0uRfD#-r+&IP)$rW1m#4P~FdRE2+aM$Q zv5sM<=79}!cQYh%9pS$H;yRniDb8%w&NS%G}50G|-oU2CVUb2B|v>T$cZwJR(5%9+EZ_0;->^UZk@1RXRs-~91Gfqx%^PtTOo9}^UlR&l#DUVP{yu=k4p zm21uiuJ|nddhb|MGfQNju!@&-vRv<{)_Acu=JVbhc*B;#z^!{aR^u?xCI(MeKbLh* G2~7a2E@)x^ literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/piranha.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/bucket_content/piranha.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9517d4654cbbcf0e74f92d88680dbc579a677c GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}@0G|+7H8nL|UEQtHqGeVVrlzJq;bS(Y(b3VD)njEjs&O z6-e=x1o;L3M*Ealo5j^$OMXm!19IX%i zcBMZ1ZU5e+=wL$6U-Ke6oo^XVj0V%i13LNHDh_)dN!TL2MCgX5%7SpgBB%HVOOi9r ouxvIppRw*Y-_8F1H{56ROc!(YC|vz`4`?`pr>mdKI;Vst02|3!X8-^I literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/crab_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/crab_bucket.png deleted file mode 100644 index 0b95e373415b18aad00933e43a9154ef791762c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}B0G|-oO;%QWwk9pNF!%A0nWe5~YHHfT%Ue-Vq3nNVX-SDm{H+x$R=DK9 zEGjCRHf`FC8#n&{{}0qEbVTVWh$;#43kHgy0)|KX_X`1KISV`@iy0XB4ude`@%$Aj zK*4%X7sn8dVBd4xd`A>GSOTW8{z}|B_ji05`)W_#&R-HeOo9ya0|nLw&D*!Q!o<+@ zz|mM)1MX+ahg@8CvM;}J&&T!ZA+t8FZw9t}-@dcTv4`*Qx42yUf9H0)hmTHe-Y$M8 zTuo6u#Zgsk%hValk0&FVdQ&MBb@ E0He)+hyVZp diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/eel_freshwater_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/eel_freshwater_bucket.png deleted file mode 100644 index afaf1a78526cac68b1bcd2dcddeafd642dfe8e0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 553 zcmV+^0@nSBP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0lrB@K~y+Tb(1|v z!%z^%|0yDV;0F~dR0M@!5gdxxK}uJ(prbCjWV5R+Zi0)G)=3bD(n7&WD8)e#T?`Iw zp=1&(1;wH$X#K)Lm)N_!v`JHcLvr`t-T&@gUL;-DVX_bournqP;imk+YsV)AiH(1# zZ_dw6>G|S4R+gsWYWJe2w-+BT*Sxp8mvxAkg?S^B$*`xMr#Lwnn!%-d%J0O%7H#4A zRYIZA=*A{cb9AXjY%QWwQZAR{&CU)Zh&maY2qTe5uunp!KpQP)EJSEp5j!W7P-YdB%Vl0`#@2y}&*u}C6SvzfECZW>rfI@z5DOQD z)f$^XZ7{-WKu54rtyYC)P#2)fp{gp|rBaFCgtY@%mXS;*Z8y>}gXUv2S8T>6K+5rW r+#y0=pjCCk=9pM7l@)8U@h<>>pM$ukbF=t600000NkvXXu0mjf4Ug~D diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/eel_saltwater_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/eel_saltwater_bucket.png deleted file mode 100644 index e3239db815e8cf66691e31d2c2305ed52b96f3dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 531 zcmV+u0_^>XP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0jNntK~y+TZIi!i z!cY*$Pbm}}Q|VBsv>*rtixlD(5FDD0ic1Y0oLa|%_z$>NaO+^jLArKq?BZfwR3xkD z(5XX*^as*TCC&Ft(wCUekazdqyYIWZ_Y$!zi(HDuDm$wBP5pk1=Sn4o%H?u|oe;c* zLgC69jUK4cP$`i(C(|@(wR+;U>2#aNcDwEEcMs-?#bUwUV9?;;WHL$1<&wvGy@@5x zMANiz0o$=6HoC4`2c|;~|7KUNaWHRwekK%)1WPxC{_DPQ~8clz$Ns=VW zX0zOnTrNk0w@b?B^CZjiI@-od36tjDEgc^0)9y};F63t}0cAlT9{=Ti5RqQ1G#-yR z)+gYY1fk>T9ox7Oq>l_*trpLLP=Q{r$2B&a>&96}_w@ep#U}zqQ8=q^x9bUP@rpnu zlOYHJ!Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!TjAm%J)HNwXYLG2hGD>eka)G|8i@#r@1=9&8WLc)Zr%DAL9?KNcMimCl>fQ!OogVO< zrD#R-@X#Q4nC1b$pLYOOKsX#WlG`h!F$77hPLWymdg*jDI}s+>I`lxT_C~)(7-Bc$ z=@*w*?mNH~teW5>*wJ;Jm5CLQ%jKj@CPTVVDA0=7CkO-rkWQzmmrL$Da6X3f zL?=Q3CdcD(R|vj=R;MGvrh)yVvST-!e**x&+1Q&ErZ(*+00000NkvXXu0mjfXn)Uh diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_purple.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_purple.png deleted file mode 100644 index 4a67823887258a327e0c36db9f650dbbd60291ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 506 zcmVPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!T0+42AUI_*!c3y@b-nC#FBnHxa zZ1p3CHFNiavAmot!@@bU!3Lrj0Mfj8VkHA38#e>@q1j-1Ms*xm0}K>5#xeBPFM{%r z3@|k{{Xe5E7t9730s>R>+`yWb_a0?<_USHIGde(VLBkwwhOb}0fHBN45J1)pvOOf( z5grEcKm@q}%4B#aHJw3FfR8~yfFI2N@Zlpvj?Dou8w94#n$2+P)G5qBT)cQOLve92 zgV3`~2F7dAV2$@5JO;Btnl4?x!SL<(AE;^wV1d$bU|?VXHV6bRTsX(jv)zax(LIsj z&Ye48F?4|90vJ$NSBJ7Nfsl|8lm!7O23)vs0m?#v63=r`7IuJQ05D*nECc{~0U5k| z_YTT}0Js6CPoHKyeE2Y!ee>o`Fbx98E>KZXVVFOEK3FYO2r~@Oy@75cIzTZ1WO8qB wFNPtY7{F#b2%vCa069@117yvRVt|1G0G=+LilNkKIsgCw07*qoM6N<$g2RNm?EnA( diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_yellow.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_yellow.png deleted file mode 100644 index 5d3d99aa88bde9be3a43c61493dcf317181cd2e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 510 zcmVPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0h38YK~y+TrIbxe z0#Ou(&s0Ptmdz>xt%YPu3Ea7iqTdh{LM?)dz&6n)T11P4T1b+?1Vg`}MJ*y*Daa7? zVF+15%gHdMFPu7Oj^o@JcRe8Yy@&I@_sn$|$uJD~4-&5yJtI*e@uPG_J;&)op*}ai zKy@Ji&7IysFurO~pIC+7^F3&MRw1=93x4kjj0FnR_fS>f>A6fH9aLe^tnROa)a?P! zWtvtr4+s3*VVXz1G2Q`K0g*_=NNq2Z#tkgfcW+%b~n@1j~)!ymX3`6W@ zJpJru%Y6qp0ZY(_4q(972R>gv?JJcxSc+bdMv{kV$Y!(T6(&$s72@$Y$S;c^-OiBl zu~a6Frt7NS%G}Z0G|+7Q&ZDuYnh6Q3I{!z88c>-dB`?|YbpDmQIp_vGgac_;Ro zV#SIZH*Wm@|9{%FX+=dvK;8A$g3p1Ja7mC~Fi;!~Fl?&5!vU1$EbxddW?6Lu-52ZwQI`@X#dtw v=>LUv;d61Wt=t>e&Z~b7w4cG#)z4*}Q$iB}qn3E3 diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/jellyfish_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/jellyfish_bucket.png deleted file mode 100644 index 5e9cd8b920ff6c58d2126781a392635ce8373093..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 471 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4LP1Jjv*HQ$$$R;w`W#u5cEoJSUS@)<`ayFui?xBHv_t z=kMz77Wc1Ro2F=JD7Z?BDS*e~!Y)alW}aVvo*FwVUbka&WVG9`Z1bG$5$fSEzq@lV%bH_BK>~wipdxe0Ssox@5Z*b}KwxArc)I$z JtaD0e0sztku+snl diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/lamprey_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/lamprey_bucket.png deleted file mode 100644 index 756d447c73e51301cdc29db523541b7220f308b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 550 zcmV+>0@?kEP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0lP^=K~y+TWBmXB zKf}f2oBlIE!J;jj8Q#AC%&=hE3Pz|9Uch+a*v9|zswxa;q6-;Jmi99|ynP352;XOB zu%gLJmfyA!0FSc!Fo{)SiE>K z!-WeM72wb>uj-h9} z5ksPTBEy|Kcfexk033+uKwVuO%EAOfLPAg$1fUoIay~jJ@jM4*VFxG%oH}(1%0d8; z7m&fbckiGq2!I;^3Y5c#4};k^Z{7scAb{)w^Z*0_j4(j=2D**t0L1{1$)G4iHv|*| o*lY&@6b=mF$~fqn85kHC08IY6N|OBJ?*IS*07*qoM6N<$g1B4eGXMYp diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/lower_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/lower_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..91ac80af87e2fd6fe33b6969be510cff75cf76ff GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}%0G|+7Q&ZETqM~Wjrma}9B0fGoBqZdk>-uk3%^Fi?+ u;u{isuS{xrBOP-k}@P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0ntfBK~y+TZIeGp zBT*2>zZ_oWfiV_>2sVKrXHbOYY;sqfVhWLnm1nUwl14?eP*9O8EY6&NnqXs!SXgL8 ziyU~35D>|Vw}t|vHR`3_sz`CzIB1L6Y2D-0mQmh?`^{9-qR}ub)_7niDJej`G!iUyi`-uEN#zEj)K& zq|@nQf}6~t+4Cbz5}RvL9G{$Fdix6-h+OUg_qj(l7APd(A(DY0^Zq{rGjq#uo%XSj zDv~C1AP|76%EPp0Kv1HV76tKmoS$|52=jkhp?0V+41;4%xPxG*-<}2G^ZA4-$K&w` zWg(q|$JdWS6&dT450n!rL4Gho6`@xsC7aC(Wnm|v!;wm*SZ6XBz7wS#c)ec4Vlmz; zLUIR$uIoZsI4e4l5>VzyBvO`yzQB9c3F)B#9cv*aO3l{40K5TJsj_dGG(TMc0000< KMNUMnLSTYO2Kb!- diff --git a/common/src/main/resources/assets/betteranimalsplus/textures/items/piranha_bucket.png b/common/src/main/resources/assets/betteranimalsplus/textures/items/piranha_bucket.png deleted file mode 100644 index e6c01b2eb9c0b85195fd065c680ac3b5f368efc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}B0G|+7Ag!jRrmL&FRa&&n%EHvt^q7rlbaeD(c}ZpeGbZu3T=HMuxN&2} ziWNmgMboBD`~UwxP>ae6{ZBwjs3gcQ7$|}Y7#{84F9ek3EbxddW?