minetest-mods/mtg_i18n

Dependancy to delete

kilbith opened this issue · 3 comments

pbj_pup

Mod no longer in Minetest Game.

lnjX commented

Thanks for reporting! 😸

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.

lnjX commented

@bell07 Thank you: e82ddad