Started by
scaryclown
on
Topic category: Help with Minecraft modding (Java Edition)
how would i go about making it where, an entity would spawn in with a potion effect, say hunger or strength or something like that?
Topic category: Help with Minecraft modding (Java Edition)
how would i go about making it where, an entity would spawn in with a potion effect, say hunger or strength or something like that?
You could try attatching a procedure to the entity that activates when it spawns. That way you could apply the effect to the target entity (the one that spawns) with the effect.