SwissalpS / replacer

tool that replaces nodes by clicking on them and another that inspects nodes and entities (Mod for Luanti/Minetest)
GNU Lesser General Public License v3.0
4 stars 3 forks source link

warnings when loading #39

Closed OgelGames closed 2 years ago

OgelGames commented 2 years ago

I noticed these two warnings in the debug when I loaded up the pandorabox mods:

2022-02-07 12:41:56: WARNING[Main]: [replacer] register_craft_method invalid arguments given.
2022-02-07 12:41:56: WARNING[Main]: [replacer] register_craft_method invalid arguments given.

I added a line to print the uid and machine_itemstring to find what they were from, which was vines and wine.

The problem is that there is no optional dependency on these mods, which get loaded after replacer.

SwissalpS commented 2 years ago

thanks, good catch :) I've been checking too well in this case. I prefer not to have a huge optional_depndencies list.