From 75ab38411ec46f788affa3df663ba4fb9052955b Mon Sep 17 00:00:00 2001 From: Rozmir <120696188+Rozmir-Rohi@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:39:28 +1000 Subject: [PATCH] Fixed fox not making eating sound --- .../mocreatures/entity/animal/MoCEntityFox.java | 3 ++- src/main/resources/Credits.txt | 12 +++++++----- .../Rozmirs modifications to Mo Creatures.txt | 8 +++++++- .../resources/assets/mocreatures/lang/en_US.lang | 4 ++-- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/main/java/drzhark/mocreatures/entity/animal/MoCEntityFox.java b/src/main/java/drzhark/mocreatures/entity/animal/MoCEntityFox.java index c0f3e85..0b2fd71 100644 --- a/src/main/java/drzhark/mocreatures/entity/animal/MoCEntityFox.java +++ b/src/main/java/drzhark/mocreatures/entity/animal/MoCEntityFox.java @@ -155,7 +155,8 @@ public boolean interact(EntityPlayer entityPlayer) { setMoCAge(getMoCAge() + 1); } - + + MoCTools.playCustomSound(this, "eating", worldObj); return true; } return false; diff --git a/src/main/resources/Credits.txt b/src/main/resources/Credits.txt index 8aa703e..91d53f5 100644 --- a/src/main/resources/Credits.txt +++ b/src/main/resources/Credits.txt @@ -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. diff --git a/src/main/resources/Rozmirs modifications to Mo Creatures.txt b/src/main/resources/Rozmirs modifications to Mo Creatures.txt index 7443536..249ff03 100644 --- a/src/main/resources/Rozmirs modifications to Mo Creatures.txt +++ b/src/main/resources/Rozmirs modifications to Mo Creatures.txt @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/src/main/resources/assets/mocreatures/lang/en_US.lang b/src/main/resources/assets/mocreatures/lang/en_US.lang index ec86abf..30e06a2 100644 --- a/src/main/resources/assets/mocreatures/lang/en_US.lang +++ b/src/main/resources/assets/mocreatures/lang/en_US.lang @@ -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. @@ -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.