diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-14 11:37:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 09:37:24 +0000 |
| commit | 4e17f1e41a12891973b6eaf1c4d6066426d68988 (patch) | |
| tree | 673b3020f46810f048a0cffed55b37332255cdce | |
| parent | 444215dbaf0dbd4fe6c6c417fba0ac44791c1024 (diff) | |
| download | NotEnoughUpdates-REPO-4e17f1e41a12891973b6eaf1c4d6066426d68988.tar.gz NotEnoughUpdates-REPO-4e17f1e41a12891973b6eaf1c4d6066426d68988.tar.bz2 NotEnoughUpdates-REPO-4e17f1e41a12891973b6eaf1c4d6066426d68988.zip | |
fix: Private Island Bestiary using the wrong mob name (#1406)
| -rw-r--r-- | constants/bestiary.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/bestiary.json b/constants/bestiary.json index d367ba83..9bf7afd0 100644 --- a/constants/bestiary.json +++ b/constants/bestiary.json @@ -357,7 +357,7 @@ "texture": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzgyZmMzZjcxYjQxNzY5Mzc2YTllOTJmZTNhZGJhYWMzNzcyYjk5OWIyMTljOWQ2YjQ2ODBiYTk5ODNlNTI3In19fQ", "cap": 200, "mobs": [ - "forest_island_bat" + "forest_island_bat_3" ], "bracket": 1 } |
