1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-07-04 09:10:36 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-04-17 13:35:15 +02:00
3 changed files with 3 additions and 5 deletions

View File

@ -2,14 +2,14 @@
local S = minetest.get_translator(minetest.get_current_modname())
local F = minetest.formspec_escape
local has_technic = minetest.get_modpath("technic") ~= nil
local ui = unified_inventory
if not minetest.global_exists("unified_inventory") then
minetest.log("warning", S("3d_armor_ui: Mod loaded but unused."))
minetest.log("warning", "3d_armor_ui: Mod loaded but unused.")
return
end
if unified_inventory.sfinv_compat_layer then
local ui = unified_inventory
if ui.sfinv_compat_layer then
return
end