Alexthw46 / Eidolon-Repraised

Port of an 1.16.5 magic mod to 1.19+.
https://curseforge.com/minecraft/mc-mods/eidolon-repraised
18 stars 11 forks source link

Option to Add other Undead for Enchanted Ash - 1.20.1 #80

Open velox-resurrected opened 2 months ago

velox-resurrected commented 2 months ago

Unless I am missing a hidden tag or config, I wish there was a way to add other mobs to be blocked by the enchanted ash.

Currently, other undead mobs from other mods such as Born in Chaos can pass the ash despite being undead.

SiverDX commented 2 months ago

At the moment it uses a vanilla flag for undead entities

https://github.com/Alexthw46/Eidolon-Repraised/blob/37484d80d90bba3cc7fc674b913d862fb40698b3/src/main/java/elucent/eidolon/common/block/EnchantedAshBlock.java#L218

mcreator probably doesn't use this (in 1.21 this check wil use a mob tag in vanilla but for 1.20 other mods would need to set the mob type to MobType.UNDEAD)