Carry Mechanics (1.0.6)
Curse Maven Snippet
What's new
v1.0.6 — Fix: hostile mob pickup exceptions (Warlockery goblins)
Adds a way to exempt specific hostile mobs from the hostile-mob pickup filter, and uses it by default for Warlockery's goblins.
Fix
- Warlockery goblins/hobgoblins couldn't be carried: they are registered with
MobCategory.MONSTERand implementEnemy, so the hostile-mob filter blocked picking them up wheneverpickup_hostile_mobswas disabled, just like any other hostile mob. A new data tag,carry_mechanics:hostile_pickup_whitelist(entity_type), now bypasses that filter for any entity type listed in it.warlockery:goblinandwarlockery:hobgoblinare included by default (as non-required entries, so nothing breaks if Warlockery isn't installed).
Notes
- Every other hostile mob is still blocked unless
pickup_hostile_mobsis enabled, or you add its entity type tohostile_pickup_whitelistyourself via a datapack. - This is independent of the existing
entity_whitelist/entity_blacklisttags.
JAR: carry_mechanics-26.2-neoforge-1.0.6.jar
This mod has no additional files