Commit 0249ed1
committed
[RC] Port to 1.21.8-rc1
* update dependencies
- yarn mappings 1.21.8-rc1+build.2
- fabric loader 0.16.14
- fabric api 0.129.0+1.21.8
- Gradle 8.14.3
- SoundCategories
* new sounds
- Happy Ghast's harnesses
- Dried Ghast
* new module
- `:versioned:es1.21.6`
* into versioned module
- getSoundVolume in `logics.SoundManager`1 parent 5a66bfe commit 0249ed1
61 files changed
Lines changed: 1597 additions & 45 deletions
File tree
- gradle/wrapper
- logics/src/main/java/dev/stashy/extrasounds
- logics
- entry
- mapping
- src/main/resources/assets/extrasounds
- versioned
- es1.18.2/src/main/java/dev/stashy/extrasounds/mc1_18_2/mixin/inventory
- es1.18/src/main/java/dev/stashy/extrasounds/mc1_18
- mixin/inventory
- es1.19.1/src/main/java/dev/stashy/extrasounds/mc1_19_1/mixin/inventory
- es1.19.3/src/main/java/dev/stashy/extrasounds/mc1_19_3
- mixin/inventory
- es1.19.4/src/main/java/dev/stashy/extrasounds/mc1_19_4/mixin/inventory
- es1.19/src/main/java/dev/stashy/extrasounds/mc1_19
- mixin/inventory
- es1.20.2/src/main/java/dev/stashy/extrasounds/mc1_20_2/mixin/inventory
- es1.20.5/src/main/java/dev/stashy/extrasounds/mc1_20_5
- mixin/inventory
- es1.20/src/main/java/dev/stashy/extrasounds/mc1_20/mixin/inventory
- es1.21.2/src/main/java/dev/stashy/extrasounds/mc1_21_2
- mixin/inventory
- es1.21.4/src/main/java/dev/stashy/extrasounds/mc1_21_4/mixin/inventory
- es1.21.5/src/main/java/dev/stashy/extrasounds/mc1_21_5/mixin/inventory
- es1.21.6
- src/main
- java/dev/stashy/extrasounds/mc1_21_6
- mixin
- action
- block
- entity
- item
- chat
- effect
- hotbar
- inventory
- resource
- typing
- resources
- es1.21/src/main/java/dev/stashy/extrasounds/mc1_21/mixin/inventory
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | 296 | | |
301 | 297 | | |
302 | 298 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| 271 | + | |
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
| |||
0 commit comments