Commit bb622ad
Ajout de SFX (détails) dans la feature des rêves (clone npc, particle when enter/leave, ...) (#1206)
* Fix soul chestplate altar crafting
* Change SoulAxe rarity from COMMON to RARE
* Correctif de la possibilité de se faire de l'argent a l'infini (#1158)
* fix: claim dupli
* fix: Cannot invoke "String.isEmpty()" because "content" is null
* fix: FancyNpcsPlugin is null
* fix: incorrect singularity transfer (#1157)
* Refonte du principe pour aller dans la dimension des rêves (#1156)
* fix: dream sleep (100%)
* rework: sleep to dream
* fix: metal detector chest spawning only in +x +z direction (#1169)
Fixes #1121 - findRandomChestLocation was using nextInt(20) for both dx
and dz, restricting chest spawns to the north-east quadrant only.
Changed to nextInt(41) - 20 so chests can appear in all four directions.
* Add tests methods in contributing.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* fix Double is null (#1192)
* fix if milestone was finished (#1193)
* Update target path for OpenMC.jar in workflow
* Add sleeping npc at sleeping location of player when dream
* Update pterodactyl-upload-action to version 2.5
* Add command to restart OpenMC after deployment
* add more sfx (leave/enter) + rework of methods in ParticleUtils
* Update source path for OpenMC.jar in workflow
* add more sfx (singularity crafting, leave, enter) + move all dream listener
* add more sfx (orb obtain)
* Update source path for OpenMC.jar in workflow
* Update source path for OpenMC.jar in workflow
* Update target path in milestone-close.yml
* Update milestone-close.yml
* Downgrade pterodactyl-upload-action version to v2.4
* Update milestone-close.yml
* Update milestone-close.yml
* Update milestone-close.yml
* add different pose in case if player is sleeping or fallback case sitting
* equilibrate sfx
* improve data particle in ParticleUtils, fixes particles, sfx ...
* build: fix
* buuild :fix
---------
Co-authored-by: Gtol <162237671+gtolontop@users.noreply.github.com>1 parent 4a3d169 commit bb622ad
25 files changed
Lines changed: 471 additions & 92 deletions
File tree
- .github/workflows
- src/main/java/fr/openmc
- api/hooks
- core
- features
- city/view
- dream
- commands
- listeners
- dream
- others
- registry
- mecanism
- cloudfishing
- cold
- sfx
- singularity
- tradernpc
- registries/mobs
- milestones
- utils
- messages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | 189 | | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| 28 | + | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | | - | |
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
| |||
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
| 90 | + | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
47 | 60 | | |
48 | 61 | | |
49 | 62 | | |
| |||
62 | 75 | | |
63 | 76 | | |
64 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
65 | 89 | | |
66 | 90 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | 106 | | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments