minetest-mods / unified_inventory

An extensible inventory mod which allows searching crafting and browsing for recipes in the same dialogue.
Other
50 stars 38 forks source link

Doesn't work on Mineclone2 #177

Closed TheFreePenguin closed 3 years ago

TheFreePenguin commented 3 years ago

I try running this mod on mineclone2, it crashes

SmallJoker commented 3 years ago

HUD/awards optionally depends on unified_inventory HUD/mcl_achievements depends on HUD/awards and this continues for a ton of mods until out of the few mods that were unaffected, one fails likely because an API function cannot be found.

.. but unified_inventory cannot be loaded because its default dependency is not fulfilled.

This is a Minetest bug. https://github.com/minetest/minetest/issues/8601