Skip to content

Entity Modifier

Forget_Melody edited this page Jun 12, 2026 · 3 revisions

Entity modifier is a system that modifies entities. For instance, it can equip zombies with iron swords and make raiders ride ravagers, etc. It uses the ENTITY_MODIFIER registry, and the data package path is raids/entity_modifier. That means all entity modifier files need to be defined within the directory of data/<namespace>/raids/entity_modifier.

Equip

Clone this wiki locally