mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-03-14 15:39:07 +01:00
Add cave spider translation.
This commit is contained in:
parent
820b7ffbd3
commit
56b945edf6
@ -27,7 +27,8 @@ public interface SSpawner {
|
||||
ILLUSIONER("illusion_illager", "IllusionIllager"),
|
||||
IRON_GOLEM("villager_golem", "VillagerGolem"),
|
||||
MUSHROOM_COW("mooshroom", "MushroomCow"),
|
||||
MAGMA_CUBE("magma_cube", "LavaSlime");
|
||||
MAGMA_CUBE("magma_cube", "LavaSlime"),
|
||||
CAVE_SPIDER("cave_spider", "CaveSpider");
|
||||
|
||||
private final String lower;
|
||||
private final String upper;
|
||||
|
Loading…
Reference in New Issue
Block a user