Change remnant spawn egg colours

This commit is contained in:
Electroblob77
2020-05-22 12:52:55 +01:00
parent 5a57e8341a
commit e1df468d93
@@ -103,7 +103,7 @@ public class WizardryEntities {
.spawn(EnumCreatureType.MONSTER, Wizardry.settings.evilWizardSpawnRate, 1, 1, ForgeRegistries.BIOMES.getValuesCollection().stream()
.filter(b -> !Arrays.asList(Wizardry.settings.mobSpawnBiomeBlacklist).contains(b.getRegistryName()))
.collect(Collectors.toSet())).build());
registry.register(createEntry(EntityRemnant.class, "remnant", TrackingType.LIVING).egg(0xe4c7cd, 0x9d2cf3).build());
registry.register(createEntry(EntityRemnant.class, "remnant", TrackingType.LIVING).egg(0x414141, 0xe5daae).build());
// Directed projectiles
registry.register(createEntry(EntityMagicMissile.class, "magic_missile", TrackingType.PROJECTILE).build());