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
04:36 [discord] <wsor> niklp, buckaroo, and luke: soliciting thoughts on <https://github.com/mt-mods/xcompat/issues/11>
04:36 [discord] <wsor> been considering two options
04:36 [discord] <wsor> * one idea is something like a group where you just add `xcompat_autohandle_groups=1` + a set of standarded xcompat groups like `xcompat.groupname=level` in your groups and it auto handles converting that for you, also handes mineclones node def param etc
04:36 [discord] <wsor> * other idea is creating a function called xcompat.register_node that takes a node def and manipulates the groups, ands the node def param, etc before passing off to minetest to register
04:36 [discord] <wsor> .
04:36 [discord] <wsor> both require hackery (the first with overrides), the latter with faking which reassigning which mod the node came from - [at least the hackery i can think of off the top of my head, maybe more]. slight advantage to the second one is we could chuck other helpful things like being able to register crafts from the node def, like homedecor common does, etc.
+1 for groups = { xcompat_autohandle_groups=1 } this sounds like the least intrusive and most flexible option (a bit hacky yeah, but the lesser evil IMO)
Different games sometimes use non-standard dig groups which makes blocks created with other games in mind unbreakable.
The text was updated successfully, but these errors were encountered: