aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/gui/entity
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-08-23 14:22:00 +0200
committerLinnea Gräf <nea@nea.moe>2025-08-24 15:00:20 +0200
commit26a370109590c5011c3243e061925950181a7775 (patch)
treebab5ad7fe827a78d60e3642bedbc8bad39858c5a /src/main/kotlin/gui/entity
parentd186e876bb330230c5d869f754649764e7420163 (diff)
downloadFirmament-26a370109590c5011c3243e061925950181a7775.tar.gz
Firmament-26a370109590c5011c3243e061925950181a7775.tar.bz2
Firmament-26a370109590c5011c3243e061925950181a7775.zip
fix: Salmom -> Salmon
Diffstat (limited to 'src/main/kotlin/gui/entity')
-rw-r--r--src/main/kotlin/gui/entity/EntityRenderer.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/gui/entity/EntityRenderer.kt b/src/main/kotlin/gui/entity/EntityRenderer.kt
index 435c628..b5e27f6 100644
--- a/src/main/kotlin/gui/entity/EntityRenderer.kt
+++ b/src/main/kotlin/gui/entity/EntityRenderer.kt
@@ -76,6 +76,7 @@ object EntityRenderer {
"Pufferfish" to t(EntityType.PUFFERFISH),
"Rabbit" to t(EntityType.RABBIT),
"Salmom" to t(EntityType.SALMON),
+ "Salmon" to t(EntityType.SALMON),
"Sheep" to t(EntityType.SHEEP),
"Shulker" to t(EntityType.SHULKER),
"Silverfish" to t(EntityType.SILVERFISH),