You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redundant - XCompat has no dependencies, and already optionally depends on games and mods, so why would a mod ever need to optionally depend on XCompat?
Hacky - It requires overriding minetest.register_node to support nodes that are added after mod loading. (see init.lua#L19-L36
Confusing - Reading the code of a mod that uses it, it's not clear what _sound_def is used for.
Reasoning:
minetest.register_node
to support nodes that are added after mod loading. (seeinit.lua#L19-L36
_sound_def
is used for.The text was updated successfully, but these errors were encountered: