Vampirism - Become a vampire!

Vampirism - Become a vampire!

16M Downloads

[Bug] 1.15.2 Ticking Enity Crash // Vampire Hunter Skins are nightmare fuel

MLMII opened this issue ยท 2 comments

commented

Versions

Issue Description

I was flying around in creative mode and looked at a Vampire Expert Villager when the game crashed.

Also the skins for Vampire Hunters are messed up.

Reproduce Steps

I looked at a Vampire Expert Villager while flying in creative.

Additional Information

crash-2020-02-25_18.54.34-server.txt

commented

@Cheaterpaul
The Predicate<PointOfInterestType> must not be null.

PointOfInterestType hunter_faction = new PointOfInterestType("hunter_faction", ImmutableSet.of(ModBlocks.totem_top_vampirism_hunter.getStateContainer().getBaseState()), 1, null, 1).setRegistryName(REFERENCE.MODID, "hunter_faction");

Do we need to do something special here or should be just use the other constructor which creates a simple predicate.

commented

i assume the other constructor should be the way to go