mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 14:36:03 -04:00
feat: Opaque Windows & Grammar
This commit is contained in:
parent
b790d4fd1e
commit
ac4147b438
@ -3,7 +3,7 @@ The soundtracks for Joy are created by WorldWidePixel.
|
|||||||
Pridecraft Studios has full rights to use and profit off this music for any work created that may use this music.
|
Pridecraft Studios has full rights to use and profit off this music for any work created that may use this music.
|
||||||
|
|
||||||
You are authorised to use Joy, with a few restrictions. In short:
|
You are authorised to use Joy, with a few restrictions. In short:
|
||||||
- You must provide credit to WorldWidePixel
|
- You must provide attribution to WorldWidePixel
|
||||||
- You can not reupload this soundtrack verbatim
|
- You can not reupload this soundtrack verbatim
|
||||||
- You may use this soundtrack under the fair use doctrine including but not limited to the following:
|
- You may use this soundtrack under the fair use doctrine including but not limited to the following:
|
||||||
- Using this soundtrack in videos or streams
|
- Using this soundtrack in videos or streams
|
||||||
|
@ -13,7 +13,7 @@ You may use code from Joy under the terms of the MPL-2.0.
|
|||||||
|
|
||||||
The core code was taken from [DaFuqs] and [hibiii] under the [Unlicense][BLAHAJ-BASE].
|
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].
|
Pride Blahajar were taken from [musicalskele] under the [MIT License][BLAHAJ-PRIDE].
|
||||||
|
|
||||||
*Note: This is operating under assumptions from known and disclosed sources.*
|
*Note: This is operating under assumptions from known and disclosed sources.*
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
This is Joy, a Content Mod made by [Pridecraft Studios], and a sister to [Pride Pack].
|
This is Joy, a content mod made by [Pridecraft Studios], and a sister to [Pride Pack].
|
||||||
It comes with lots of LGBTQ+ Pride additions, including paintings, beds, mobs, candles, and more!
|
It comes with lots of LGBTQ+ Pride additions, including paintings, beds, mobs, candles, and more!
|
||||||
|
|
||||||
There are also added variants as well, including trans bees and backporting of pride bundle variants.
|
There are also added variants as well, including trans bees and backporting of pride bundle variants.
|
||||||
|
@ -219,5 +219,18 @@
|
|||||||
"tag.item.c.gliders": "Gliders",
|
"tag.item.c.gliders": "Gliders",
|
||||||
"tag.item.c.elytra": "Elytra",
|
"tag.item.c.elytra": "Elytra",
|
||||||
"tag.item.c.totem_of_undying": "Totems of Undying",
|
"tag.item.c.totem_of_undying": "Totems of Undying",
|
||||||
"tag.item.joy.pride_dyeable": "Pride Dyeable Items"
|
"tag.item.joy.pride_dyeable": "Pride Dyeable Items",
|
||||||
|
|
||||||
|
"joy.music.game.creative.reminiscence": "WorldWidePixel - Reminiscence",
|
||||||
|
"joy.music.game.douglas": "WorldWidePixel - Douglas",
|
||||||
|
"joy.music.game.melancolie": "WorldWidePixel - Mélancolie",
|
||||||
|
"joy.music.game.regina": "WorldWidePixel - Regina",
|
||||||
|
"joy.music.game.opaque_window": "WorldWidePixel - Opaque Window",
|
||||||
|
"joy.music.menu.joy": "WorldWidePixel - Joy",
|
||||||
|
"now-playing.joy:music/game/creative": "WorldWidePixel - Reminiscence",
|
||||||
|
"now-playing.joy:music/game/douglas": "WorldWidePixel - Douglas",
|
||||||
|
"now-playing.joy:music/game/melancolie": "WorldWidePixel - Mélancolie",
|
||||||
|
"now-playing.joy:music/game/regina": "WorldWidePixel - Regina",
|
||||||
|
"now-playing.joy:music/game/opaque_window": "WorldWidePixel - Opaque Window",
|
||||||
|
"now-playing.joy:music/menu/joy": "WorldWidePixel - Joy"
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
@ -20,6 +20,10 @@
|
|||||||
{
|
{
|
||||||
"name": "joy:music/game/regina",
|
"name": "joy:music/game/regina",
|
||||||
"stream": true
|
"stream": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "joy:music/game/opaque_window",
|
||||||
|
"stream": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user