Caverns & Chasms

Caverns & Chasms

491k Downloads

[BUG?] Skeletons have only 5 hearts with Caverns and Chasms installed

McHaunty opened this issue ยท 2 comments

commented

As the title says, with Caverns and Chasms installed, skeletons only have 5 hearts of health instead of the normal 10. I've checked to see if another mod from my mod list is making CaC do this, but the issue still persists even with all other mods disabled with the exception of CaC and Blueprint. I'm not entirely sure if this is even a bug or an intended feature, but if its intended then please add a config option to disable it if you could.

commented

Can confirm.

event.add(EntityType.SKELETON, Attributes.MAX_HEALTH, 10.0D);

commented

Intentional feature, but config is not loaded until after the attributes are set so it can't be made configurable, but it'll be removed next update anyway