#Registering Custom Potion Error
11 messages · Page 1 of 1 (latest)
Paste version of startup.log from @junior heart
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
[16:34:23] [ERROR] ! Error occurred while handling event 'StartupEvents.registry': java.lang.NullPointerException: No such element with id alcocraftplus:flight in registry minecraft:mob_effect!```
how the heck does this not specify the effects from alcocraft >.>
Registering Custom Potion Error
are you sure that it's the correct effect id?
yes
i also tried it with apotheosis's knowledge effect 'apotheosis:knowledge' and it doesnt seem to work either, its wierd because these effects work if i make a food item like this
food
.hunger(3)
.saturation(5)
.effect('alcocraftplus:flight', 12800, 0, 1)
.effect('minecraft:poison', 15, 7, 1)
.alwaysEdible()
})```
it seems to be looking only in minecraft's mob-effect directory
How did you fix it 2 years later? 💀