Dependancy to delete
kilbith opened this issue · 3 comments
lnjX commented
Thanks for reporting! 😸
bell07 commented
Maybe it is a idea to get the mod more robust against such mtg-changes? I am about
- minetest.override_item(name, {description = description})
+ if core.registered_items[name] then
+ minetest.override_item(name, {description = description})
+ end
And then set all mods in depends.txt to optional. In this way the mtg_i18n is compatible to other subgames that contains not all mtg-mods too.