Fish's Undead Rising

Fish's Undead Rising

7M Downloads

Ravens Spawning In Misty World Dimension

dalekfan opened this issue ยท 2 comments

commented

This is so sad. They just die instantly. Please fix this. I suggest a mob spawning dimension blacklist.
2020-09-02_08 12 52_2
2020-09-02_08 12 59

commented
    @Override
	public boolean getCanSpawnHere() {
		if(this.dimension == DimensionType.OVERWORLD.getId())
			return super.getCanSpawnHere();
		else return false;
	}

Hmm, I think I only missed setting up Raven's condition. Most other mobs were already restricted to spawn in the overworld dimension with the code above.

commented

Dimension allow list will be added in the next update.