Origins (Forge)

Origins (Forge)

7M Downloads

Problem with custom origin, several random origin powers skipped on every log in

DaytonaBlep opened this issue · 2 comments

commented

I created my own origin as origins addon mod, but every time several custom and vanilla origins powers do not work, and lines like this appear in latest.log file:

[21Jul2024 14:21:32.508] [Server thread/WARN] [io.github.apace100.apoli.Apoli/]: Power data of unregistered power "ResourceKey[apoli:configured_power / origins:fall_immunity]" found on entity, skipping...
[21Jul2024 14:21:32.509] [Server thread/WARN] [io.github.apace100.apoli.Apoli/]: Power data of unregistered power "ResourceKey[apoli:configured_power / origins:velvet_paws]" found on entity, skipping...
[21Jul2024 14:21:32.509] [Server thread/WARN] [io.github.apace100.apoli.Apoli/]: Power data of unregistered power "ResourceKey[apoli:configured_power / origins:scare_creepers]" found on entity, skipping...
[21Jul2024 14:21:32.509] [Server thread/WARN] [io.github.apace100.apoli.Apoli/]: Power data of unregistered power "ResourceKey[apoli:configured_power / felfolk_origin:cat_agility]" found on entity, skipping...
[21Jul2024 14:21:32.510] [Server thread/WARN] [io.github.apace100.apoli.Apoli/]: Power data of unregistered power "ResourceKey[apoli:configured_power / felfolk_origin:this_cat_is_shedding]" found on entity, skipping...
[21Jul2024 14:21:32.510] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Error while reading data: Trying to access unbound value 'ResourceKey[apoli:configured_power / felfolk_origin:cat_agility]' from registry net.minecraft.core.MappedRegistry$1@765f0e44

I absolutely don’t understand how to fix this and make it work. It’s very inconvenient when the abilities of your origin are determined randomly every game session. Please anyone help me ;c

All powers are always shown correctly in the origin overview, but random ones sometimes stop working with the above mentioned line in the logs. One time 100% of the powers stopped working, sometimes all of them work properly.

commented

Do you have any other mods enabled? I'm running into this issue too- sometimes its not the whole power but just one of the random sub-powers. I don't have these issues occuring on the fabric version of the mod so its clearly specific to the forge port.

commented

Do you have any other mods enabled? I'm running into this issue too- sometimes its not the whole power but just one of the random sub-powers. I don't have these issues occuring on the fabric version of the mod so its clearly specific to the forge port.

I have Origins++ additionally to Origins, and the abilities are disabled regardless of whether they are created by me and are in my addon, or I use a link to an ability from the original mod or Origins++.
I was playing my modpack right now and this time again not a single ability loaded. Really tired of no one being able to even give me a hint to fix it.