mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 06:26:00 -04:00
chore: Update README.md
Co-authored-by: blryface <me@blurry.gay>
This commit is contained in:
parent
92e790dabc
commit
09200b7f7b
122
README.md
122
README.md
@ -1,23 +1,121 @@
|
||||
# Joy
|
||||
|
||||
Joy is a work in progress mod for Minecraft: Java Edition made by Pridecraft Studios.
|
||||

|
||||

|
||||

|
||||
|
||||
## What's in it?
|
||||
This is Joy, a Content Mod made by [Pridecraft Studios](https://pridecraft.gay).
|
||||
It comes with many LGBTQ+ Pride additions, such as paintings, beds, mobs and Main Menu changes,
|
||||
and currently acts as a mod version of [PridePack](https://pridecraft.gay/pridepack).
|
||||
|
||||
Currently, nothing, but we plan to add everything from PridePack, as their own things to go *with* the vanilla game
|
||||
instead of replacing them, along wtih a few exclusive features.
|
||||
There are also added variants as well, including trans bees and backporting of bundle variants.
|
||||
|
||||
## How do I get it?
|
||||
We also include Blahaj, including pride haj.
|
||||
|
||||
You either compile it from source, like you would compile any other Fabric/Quilt mod, or you check on the releases tab
|
||||
for pre-releases.
|
||||
## Donate
|
||||
|
||||
## When are you making this?
|
||||
You can support the developers of Pridecraft Studios by donating on Patreon
|
||||
|
||||
Sometime between ``December 31, 1969 9:00 PM`` and ``November 16, 5138 6:46 AM``
|
||||
[](https://donate.pridecraft.gay)
|
||||
|
||||
## Licensing
|
||||
<iframe src="https://www.youtube.com/embed/ZyazvpZAmGU?autoplay=1&rel=0" width="560" height="315" title="Pridepack Trailer" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
Joy is currently All Rights Reserved with exceptions.
|
||||
## Screenshots
|
||||
|
||||
[See the license file for details.](LICENSE.md)
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Who
|
||||
|
||||
We are Pridecraft Studios, a collective of developers making LGBTQ+ content for Minecraft.
|
||||
|
||||
We make resource packs and mods to add pride-themed stuff to the game, while trying not to “over-gay”.
|
||||
The main difference when compared to other packs,
|
||||
is that we know how to keep the game from looking like someone vomited rainbows all over the place.
|
||||
|
||||
## Other Downloads
|
||||
|
||||
[](https://modrinth.com/project/joy)
|
||||
[](https://git.pridecraft.gay/joy)
|
||||
|
||||
## Socials
|
||||
|
||||
[](https://discord.pridecraft.gay)
|
||||
[](https://tech.lgbt/@pridecraft)
|
||||
[](https://youtube.com/@pridecraftstudios)
|
||||
[](https://bsky.app/profile/pridecraft.gay)
|
||||
[](https://instagram.com/pridecraftstudios)
|
||||
|
||||
# Licensing
|
||||
|
||||
Joy is split between multiple licenses depending on what you're looking at.
|
||||
Please read carefully; this affects how you may be able to use Joy's sources.
|
||||
|
||||
[The full information can be found here.][LICENSE]
|
||||
|
||||
<details><summary>Assets license [CC BY-SA 4.0]</summary>
|
||||
|
||||
<p><a property="dct:title" rel="cc:attributionURL" href="https://pridecraft.gay/pridepack">Joy's Assets</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://pridecraft.gay">Pridecraft Studios</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img width="16" height="16" style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img width="16" height="16" style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img width="16" height="16" style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary>Music license [ARR + Permissions]</summary>
|
||||
|
||||
The soundtracks for Joy are licensed from [WorldWidePixel](https://worldwidepixel.ca/),
|
||||
under different terms and are **not** distributed under CC BY-SA 4.0.
|
||||
[See here for licensing terms.][MUSIC]
|
||||
|
||||
In short:
|
||||
|
||||
- You must provide credit to WorldWidePixel
|
||||
- You can not reupload this soundtrack verbatim
|
||||
- You may use this soundtrack under the fair use doctrine including but not limited to the following:
|
||||
- Using this soundtrack in videos or streams
|
||||
|
||||
If you are unsure if you may use the soundtracks or wish to license the soundtracks for your own use, contact
|
||||
WorldWidePixel on Discord via `@worldwidepixel` or contact using [their public email](mailto:hello@worldwidepixel.ca).
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary>Blahaj & Pride Blahaj license [Unlicense]</summary>
|
||||
|
||||
The core code was taken from [DaFuqs] and [hibiii] under the [Unlicense][BLAHAJ-BASE].
|
||||
|
||||
Pride Blahajs were taken from [musicalskele] under the [MIT License][BLAHAJ-PRIDE].
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary>Code license [ARR]</summary>
|
||||
|
||||
The code for Joy is currently licensed as "All Rights Reserved".
|
||||
|
||||
</details>
|
||||
|
||||
[LICENSE]: https://git.pridecraft.gay/joy/tree/HEAD/LICENSE.md
|
||||
|
||||
[CODE]: https://git.pridecraft.gay/joy/tree/HEAD/LICENSE-CODE.md
|
||||
|
||||
[BLAHAJ-BASE]: https://git.pridecraft.gay/joy/tree/HEAD/LICENSE-BLAHAJ-BASE
|
||||
|
||||
[BLAHAJ-PRIDE]: https://git.pridecraft.gay/joy/tree/HEAD/LICENSE-BLAHAJ-PRIDE
|
||||
|
||||
[ASSETS]: https://git.pridecraft.gay/joy/tree/HEAD/LICENSE-ASSETS
|
||||
|
||||
[MUSIC]: https://git.pridecraft.gay/joy/tree/HEAD/LICENSE-MUSIC
|
||||
|
||||
[DaFuqs]: https://github.com/DaFuqs/Blahaj
|
||||
|
||||
[hibiii]: https://github.com/hibiii/Blahaj
|
||||
|
||||
[musicalskele]: https://github.com/musicalskele/blahaj
|
||||
|
||||
[Pride Pack]: https://git.pridecraft.gay/pridepack
|
||||
|
Loading…
x
Reference in New Issue
Block a user