Skip to content

Commit

Permalink
Fixed fox not making eating sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozmir-Rohi committed Jan 27, 2025
1 parent ad6b9fc commit 75ab384
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ public boolean interact(EntityPlayer entityPlayer)
{
setMoCAge(getMoCAge() + 1);
}


MoCTools.playCustomSound(this, "eating", worldObj);
return true;
}
return false;
Expand Down
12 changes: 7 additions & 5 deletions src/main/resources/Credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,16 @@ Language File Translations:



Mod Testers Who Helped Solve Major Bugs:
Omgise
People who Significantly Contributed to the Development of this Project by Suggesting Ideas or by Helping Solve Major Bugs:
Omgise - For identifying the multilingual pet name bug.

quentin452
quentin452 - For identifying the language file crash on servers.

brandyyn
brandyyn - For suggesting features to return to the original Mo' Creatures style and identifying the entity ID conflict crash.

yoruki_167
yoruki_167 - For identifying the entity duplication glitch with the Mob Confinement mod and for identifying the turtle crash.

xronin01 - For suggesting the replacement of Witchery werewolves and the Witchery wolf altar.



Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/Rozmirs modifications to Mo Creatures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1567,4 +1567,10 @@ Added a fail-safe for werewolf gold and silver weapon detection. Now werewolves
Added raw fish as healing item for jellyfish.


Added seeds as healing item for crab. Crabs also now accept seaweed from other mods as healing items.
Added seeds as healing item for crab. Crabs also now accept seaweed from other mods as healing items.


Update credits.


Fixed fox not making eating sound when fed.
4 changes: 2 additions & 2 deletions src/main/resources/assets/mocreatures/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ achievement.ostrich_flag=Flag Bearer
achievement.ostrich_flag.desc=Put any wool block on an ostrich that is carrying a chest.

achievement.wyvern_ostrich=Wyvern Ostrich
achievement.wyvern_ostrich.desc=Obtain a wyvern ostrich by feeding an adult pet ostrich with an essence of darkness. This ostrich can fly thrust. This ostrich can be healed using essences of darkness.
achievement.wyvern_ostrich.desc=Obtain a wyvern ostrich by feeding an adult pet ostrich with an essence of darkness. This ostrich can fly-thrust. This ostrich can be healed using essences of darkness.

achievement.undead_ostrich=Undead Ostrich
achievement.undead_ostrich.desc=Obtain an undead ostrich by feeding an adult pet ostrich with an essence of undead. Riders of this ostrich will be ignored by undead mobs up to 50 HP. This ostrich can be healed using essences of undead.
Expand All @@ -507,7 +507,7 @@ achievement.unihorn_ostrich=Unihorned Ostrich
achievement.unihorn_ostrich.desc=Obtain a unihorned ostrich by feeding an adult pet ostrich with an essence of light. This ostrich can regenerate and ram. This ostrich can be healed using essences of light.

achievement.nether_ostrich=Nether Ostrich
achievement.nether_ostrich.desc=Obtain a nether ostrich by feeding an adult pet ostrich with an essence of fire. This ostrich can fly hop. This ostrich can be healed using essences of fire.
achievement.nether_ostrich.desc=Obtain a nether ostrich by feeding an adult pet ostrich with an essence of fire. This ostrich can fly-hop. This ostrich can be healed using essences of fire.

achievement.tame_dolphin=Dolphin Tamer
achievement.tame_dolphin.desc=Tame an adult dolphin by riding them. Dolphins protect riders from sharks and can jump near the water surface. Dolphin breeds vary in speed and jump power, and adults can be bred using fish.
Expand Down

0 comments on commit 75ab384

Please sign in to comment.