From 62fe1552ccede860b6ca1d44c952fb74450b2a1a Mon Sep 17 00:00:00 2001 From: SympathyTea <116274772+SympathyTea@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:44:49 -0600 Subject: [PATCH 1/6] Create shears.png --- assets/minecraft/items/shears.png | Bin 0 -> 351 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/minecraft/items/shears.png diff --git a/assets/minecraft/items/shears.png b/assets/minecraft/items/shears.png new file mode 100644 index 0000000000000000000000000000000000000000..d45e83f8587bb8814c5d15034913ac91345c674e GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{LzRUU|AWhFJ7&oot(R*g?SU zew@34N65-kcN9F;ryty~_nS)4(=^8&cauF_FRkUx3ck7X_!15w!D&j4AHwzaZ2x>% zBJ`=fVY#?O@)jNMHCq|J)cOaCq)krX Date: Sat, 27 Jul 2024 19:23:37 -0600 Subject: [PATCH 2/6] Create water_bucket.png --- assets/minecraft/items/water_bucket.png | Bin 0 -> 305 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/minecraft/items/water_bucket.png diff --git a/assets/minecraft/items/water_bucket.png b/assets/minecraft/items/water_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..2cca2b0c020e3b885fafa4197893310ccd08b644 GIT binary patch literal 305 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{LzR_ISEDhFJ6_|M~ylo>{d) za5iIFT3Up!ZRsl!AlM)p+kKTGrE(9O0Mi!Z z2Ui|lE^xKCwF)rV_%rs-$v(obD0U#*wmo>erb+=`OaHiqm tT!vkWFBoEt! Date: Sat, 27 Jul 2024 19:25:11 -0600 Subject: [PATCH 3/6] Fixed folder location Moved from minecraft to minecraft/textures for consistency --- assets/minecraft/{ => textures}/items/shears.png | Bin .../minecraft/{ => textures}/items/water_bucket.png | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename assets/minecraft/{ => textures}/items/shears.png (100%) rename assets/minecraft/{ => textures}/items/water_bucket.png (100%) diff --git a/assets/minecraft/items/shears.png b/assets/minecraft/textures/items/shears.png similarity index 100% rename from assets/minecraft/items/shears.png rename to assets/minecraft/textures/items/shears.png diff --git a/assets/minecraft/items/water_bucket.png b/assets/minecraft/textures/items/water_bucket.png similarity index 100% rename from assets/minecraft/items/water_bucket.png rename to assets/minecraft/textures/items/water_bucket.png From 8a16db17a690b9c1068c1936e8d459f2e1ecc0fb Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:25:32 -0300 Subject: [PATCH 4/6] /settings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d9aa4..994451a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can join our [Discord](https://discord.pridecraft.gay) and get early feature or check out the [GitHub Releases](https://git.pridecraft.gay/PridePack) ## How can I contribute? -You can help us translate Pridepack to more laguages on [Crowdin](https://crowdin.com/project/pridepack/settings) Crowdin +You can help us translate Pridepack to more laguages on [Crowdin](https://crowdin.com/project/pridepack/) Crowdin You can also indirectly contribute by voting on polls on [the Discord](https://discord.pridecraft.gay), or [our Mastodon](https://tech.lgbt/@pridecraft) From 77965f2b9ce116b66c7f82f9aa917c4a198fcb5d Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:33:47 -0300 Subject: [PATCH 5/6] fix: pridebones in license note, not pridepack --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 994451a..ca6a669 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,5 @@ this is incorrect I'll fix it soon™ ## Socials [![Join the Discord](https://rawcdn.githack.com/intergrav/devins-badges/1aec26abb75544baec37249f42008b2fcc0e731f/assets/cozy/social/discord-plural_64h.png?raw=true)](https://discord.pridecraft.gay) [![Check out the Mastoodn](https://rawcdn.githack.com/intergrav/devins-badges/1aec26abb75544baec37249f42008b2fcc0e731f/assets/cozy/social/mastodon-plural_64h.png?raw=true)](https://tech.lgbt/@pridecraft) [ ![Check out the YouTube](https://rawcdn.githack.com/intergrav/devins-badges/1aec26abb75544baec37249f42008b2fcc0e731f/assets/cozy/social/youtube-plural_64h.png?raw=true)](https://youtube.com/@PridecraftStudios) [![Chat with us on Twitter/𝕏](https://github.com/intergrav/devins-badges/blob/v3/assets/cozy/social/twitter-plural_64h.png?raw=true)](https://x.com/pridecraftreal) -

Pridepack by Pridecraft Studios is licensed under CC BY-SA 4.0

+ +

Pridebones by Pridecraft Studios is licensed under CC BY-SA 4.0

From 2f9ac208efd75f7599f477ca1aa441d4eeebef3f Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Wed, 31 Jul 2024 02:07:33 -0300 Subject: [PATCH 6/6] Modrinth ID --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6a669..7501276 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > *For information about the new versioning system, see [here](https://github.com/Pridecraft-Studios/pridepack/blob/format17/VERSIONING.md).* -![Modrinth Downloads](https://img.shields.io/modrinth/dt/INVALID?logo=modrinth&label=Modrinth%20downloads&color=%231bd96a&style=for-the-badge) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/pridecraft-studios/pridebones/total?style=for-the-badge&logo=github&label=Github%20Downloads) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/pridecraft-studios/pridebones?style=for-the-badge&logo=github) +![Modrinth Downloads](https://img.shields.io/modrinth/dt/Lv1So7Y9?logo=modrinth&label=Modrinth%20downloads&color=%231bd96a&style=for-the-badge) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/pridecraft-studios/pridebones/total?style=for-the-badge&logo=github&label=Github%20Downloads) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/pridecraft-studios/pridebones?style=for-the-badge&logo=github) This is PrideBones. A Pridepack spinoff made by [Pridecraft Studios](https://git.pridecraft.gay/) based on Barebones' textures. We make Minecraft queer.