1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-07-09 03:30:28 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-06-26 19:09:48 +02:00

View File

@ -673,3 +673,10 @@ armor.drop_armor = function(pos, stack)
end end
end end
end end
--- Allows skin mod to be set manually.
--
-- Useful for skin mod forks that do not use the same name.
armor.set_skin_mod = function(mod)
armor.skin_mod = mod
end