Skip to content

Commit ac4147b

Browse files
feat: Opaque Windows & Grammar
1 parent b790d4f commit ac4147b

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

LICENSE-MUSIC

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ The soundtracks for Joy are created by WorldWidePixel.
33
Pridecraft Studios has full rights to use and profit off this music for any work created that may use this music.
44

55
You are authorised to use Joy, with a few restrictions. In short:
6-
- You must provide credit to WorldWidePixel
7-
- You can not reupload this soundtrack verbatim
6+
- You must provide attribution to WorldWidePixel
7+
- You can not reupload this soundtrack verbatim
88
- You may use this soundtrack under the fair use doctrine including but not limited to the following:
99
- Using this soundtrack in videos or streams
1010

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You may use code from Joy under the terms of the MPL-2.0.
1313

1414
The core code was taken from [DaFuqs] and [hibiii] under the [Unlicense][BLAHAJ-BASE].
1515

16-
Pride Blahajs were taken from [musicalskele] under the [MIT License][BLAHAJ-PRIDE].
16+
Pride Blahajar were taken from [musicalskele] under the [MIT License][BLAHAJ-PRIDE].
1717

1818
*Note: This is operating under assumptions from known and disclosed sources.*
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/pridecraft-studios/joy/total?style=for-the-badge&logo=github&label=Github%20Downloads)
55
![GitHub commit activity](https://img.shields.io/github/commit-activity/t/pridecraft-studios/joy?style=for-the-badge&logo=github)
66

7-
This is Joy, a Content Mod made by [Pridecraft Studios], and a sister to [Pride Pack].
7+
This is Joy, a content mod made by [Pridecraft Studios], and a sister to [Pride Pack].
88
It comes with lots of LGBTQ+ Pride additions, including paintings, beds, mobs, candles, and more!
99

1010
There are also added variants as well, including trans bees and backporting of pride bundle variants.

xplat/src/main/resources/assets/joy/lang/en_us.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,18 @@
219219
"tag.item.c.gliders": "Gliders",
220220
"tag.item.c.elytra": "Elytra",
221221
"tag.item.c.totem_of_undying": "Totems of Undying",
222-
"tag.item.joy.pride_dyeable": "Pride Dyeable Items"
222+
"tag.item.joy.pride_dyeable": "Pride Dyeable Items",
223+
224+
"joy.music.game.creative.reminiscence": "WorldWidePixel - Reminiscence",
225+
"joy.music.game.douglas": "WorldWidePixel - Douglas",
226+
"joy.music.game.melancolie": "WorldWidePixel - Mélancolie",
227+
"joy.music.game.regina": "WorldWidePixel - Regina",
228+
"joy.music.game.opaque_window": "WorldWidePixel - Opaque Window",
229+
"joy.music.menu.joy": "WorldWidePixel - Joy",
230+
"now-playing.joy:music/game/creative": "WorldWidePixel - Reminiscence",
231+
"now-playing.joy:music/game/douglas": "WorldWidePixel - Douglas",
232+
"now-playing.joy:music/game/melancolie": "WorldWidePixel - Mélancolie",
233+
"now-playing.joy:music/game/regina": "WorldWidePixel - Regina",
234+
"now-playing.joy:music/game/opaque_window": "WorldWidePixel - Opaque Window",
235+
"now-playing.joy:music/menu/joy": "WorldWidePixel - Joy"
223236
}
Binary file not shown.

xplat/src/main/resources/assets/minecraft/sounds.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
{
2121
"name": "joy:music/game/regina",
2222
"stream": true
23+
},
24+
{
25+
"name": "joy:music/game/opaque_window",
26+
"stream": true
2327
}
2428
]
2529
},
@@ -31,4 +35,4 @@
3135
}
3236
]
3337
}
34-
}
38+
}

0 commit comments

Comments
 (0)