mt-mods / unifieddyes

GNU General Public License v2.0
0 stars 4 forks source link

Not registering alias #13

Closed mmmsued closed 11 months ago

mmmsued commented 11 months ago

I found this errors in debug.txt:

2023-10-23 12:00:12: WARNING[Main]: Not registering alias, item with same name is already defined: unifieddyes:white -> unifieddyes:white_paint

2023-10-23 12:00:12: WARNING[Main]: Not registering alias, item with same name is already defined: unifieddyes:grey -> unifieddyes:grey_paint

Niklp09 commented 11 months ago

These are log "warnings", not errors. mt doesn't register the aliases because the items already exist. Not a bug IMO.

EDIT: The "bad" api calls are in another mod. https://github.com/minetest-mods/unifiedbricks/blob/master/init.lua#L14-L17

S-S-X commented 11 months ago

Not a bug but IMO still something that could potentially be improved so that mod wouldn't attempt to do unnecessary things in the first place and through that reduce log noise.

I would label these things as low priority enhancements instead.

Niklp09 commented 11 months ago

Not a bug but IMO still something that could potentially be improved so that mod wouldn't attempt to do unnecessary things in the first place and through that reduce log noise.

yes, absolutely. But invalid in this case because it's the wrong repo.