Formatting

This commit is contained in:
AliasAlreadyTaken 2024-07-14 03:55:47 +02:00
parent ce3d645405
commit 9b71ca5085

View File

@ -1,9 +1,10 @@
-- unified_inventory integration
if (yl_canned_food_mtg.settings.enable_unified_inventory ~= true) then
return false
end
-- unified_inventory
-- dependencies
if (minetest.get_modpath("unified_inventory") == nil) then
yl_canned_food_mtg.log("feature unfied_inventory enabled, but mod unfied_inventory not found")
return false