diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-11-29 00:22:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-28 23:22:07 +0000 |
| commit | 4f9514c6079530aeb353e3b2410503efd4f382cc (patch) | |
| tree | 09f7e05ef8e99e776f72efe72bc11e1a3f3bf602 | |
| parent | 35a6d7297dfb22a0f7b9cceb6bdf95c64d434e5c (diff) | |
| download | NotEnoughUpdates-REPO-4f9514c6079530aeb353e3b2410503efd4f382cc.tar.gz NotEnoughUpdates-REPO-4f9514c6079530aeb353e3b2410503efd4f382cc.tar.bz2 NotEnoughUpdates-REPO-4f9514c6079530aeb353e3b2410503efd4f382cc.zip | |
fix: Voidling Fanatic name in render (#1475)
| -rw-r--r-- | items/VOIDLING_FANATIC_MONSTER.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/VOIDLING_FANATIC_MONSTER.json b/items/VOIDLING_FANATIC_MONSTER.json index fd9e57fd..a4ad443b 100644 --- a/items/VOIDLING_FANATIC_MONSTER.json +++ b/items/VOIDLING_FANATIC_MONSTER.json @@ -25,7 +25,7 @@ "coins": 20, "xp": 10, "combat_xp": 110, - "name": "§aEnderman", + "name": "§cVoidling Fanatic", "render": "Enderman", "panorama": "combat_3", "type": "drops", |
