Skip to content

Commit

Permalink
Fix forgotten sound events
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jan 3, 2024
1 parent 5dd6f78 commit 84939f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/java/drzhark/mocreatures/init/MoCSoundEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public class MoCSoundEvents {
ENTITY_GENERIC_MAGIC_APPEAR = createSoundEvent("entity.generic.magic_appear");
ENTITY_GENERIC_MAGIC_CONVERSION = createSoundEvent("entity.generic.magic_conversion");
ENTITY_GENERIC_MAGIC_CREEPY = createSoundEvent("entity.generic.magic_creepy");
ENTITY_GENERIC_MAGIC_ENCHANTED = createSoundEvent("entity.generic.magic_sparkle");
ENTITY_GENERIC_MAGIC_ENCHANTED = createSoundEvent("entity.generic.magic_enchanted");
ENTITY_GENERIC_ROPING = createSoundEvent("entity.generic.roping");
ENTITY_GENERIC_SMACK = createSoundEvent("entity.generic.smack");
ENTITY_GENERIC_WHIP_COMMAND = createSoundEvent("entity.generic.whip_command");
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/assets/mocreatures/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,9 @@
"entity.kitty.angry": {
"category": "neutral",
"sounds": [
"mocreatures:entity/kitty/upset1",
"mocreatures:entity/kitty/upset2",
"mocreatures:entity/kitty/upset3"
"mocreatures:entity/kitty/angry1",
"mocreatures:entity/kitty/angry2",
"mocreatures:entity/kitty/angry3"
]
},
"entity.lion.death": {
Expand Down Expand Up @@ -1148,7 +1148,7 @@
"entity.wyvern.death": {
"category": "neutral",
"sounds": [
"mocreatures:wyvern_dying"
"mocreatures:entity/wyvern/death"
]
},
"entity.wyvern.ambient": {
Expand Down

0 comments on commit 84939f5

Please sign in to comment.