Blame (Forge)

Blame (Forge)

2M Downloads

Possible false positive

cheshyrp opened this issue · 5 comments

commented

Blame reports several unregistered features in the Apotheosis mod. However, the mod's author insists that everything is registered and provided the source code. Here's a link to my bug report and the author's response.

Shadows-of-Fire/Apotheosis#431

commented

The funny thing is, every time someone said the configuredfeature was registered and Blame was wrong, it always turns out that Blame is right lmao. I'll take a look and see what he needs to fix

commented

Yep. They registered their stuff incorrectly. I left details on their issue report so I'll close this one here. Hopefully they will reopen and fix their registration. Thank you for reaching out to me so I could help out!

commented
commented
commented

It's not that. Configuredfeature cannot be registered as Configuredstructures. That's an entirely different thing and the registry wouldn't even take them. The issue was that he was using the wrong name for registering which made all of his configuredfeatures in the configuredfetaure registry have the same name. Which means that all but one were kicked out of that registry due to having the same name which leads to unregistered configuredfeatures that Blame found. It is confusing