Create

Create

86M Downloads

This may not be a bug, but is this dangerous?

and-there-it-goes opened this issue · 3 comments

commented

Describe the Suggestion

I find this in the game output every time I start with this mod, is this bad?

[Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.
[Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `flowing_milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.

Screenshots and Videos

No response

Additional Context

No response

commented

No that’s fine, Forge just warns about stuff like that if a mod registers something other than in its own namespace.

commented

Create enables Forge's milk fluid, which uses the minecraft namespace instead of the forge namespace. This is not an issue and I do not know why Forge did not fix this.

commented

Thanks!
Maybe someone should notify Forge?