diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-08-07 22:29:22 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-08-08 10:17:28 +0200 |
| commit | a8ded42b5a8266cfc88f8486b3c4a559178edeb6 (patch) | |
| tree | f00be1c32dcc0c0cd016935077616aa1659a3a7d /src/main/kotlin/gui | |
| parent | cfcec82d374905e9210577bd38b7bac6ffabaa56 (diff) | |
| download | Firmament-a8ded42b5a8266cfc88f8486b3c4a559178edeb6.tar.gz Firmament-a8ded42b5a8266cfc88f8486b3c4a559178edeb6.tar.bz2 Firmament-a8ded42b5a8266cfc88f8486b3c4a559178edeb6.zip | |
feat: Bogged to Entity Renderer
Diffstat (limited to 'src/main/kotlin/gui')
| -rw-r--r-- | src/main/kotlin/gui/entity/EntityRenderer.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/kotlin/gui/entity/EntityRenderer.kt b/src/main/kotlin/gui/entity/EntityRenderer.kt index c17169b..435c628 100644 --- a/src/main/kotlin/gui/entity/EntityRenderer.kt +++ b/src/main/kotlin/gui/entity/EntityRenderer.kt @@ -30,10 +30,11 @@ object EntityRenderer { "Armadillo" to t(EntityType.ARMADILLO), "ArmorStand" to t(EntityType.ARMOR_STAND), "Axolotl" to t(EntityType.AXOLOTL), - "BREEZE" to t(EntityType.BREEZE), "Bat" to t(EntityType.BAT), "Bee" to t(EntityType.BEE), "Blaze" to t(EntityType.BLAZE), + "Bogged" to t(EntityType.BOGGED), + "Breeze" to t(EntityType.BREEZE), "CaveSpider" to t(EntityType.CAVE_SPIDER), "Chicken" to t(EntityType.CHICKEN), "Cod" to t(EntityType.COD), |
