Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bri cassa 2021-06-26 19:09:48 +02:00
commit 2d280a5a1e
1 changed files with 7 additions and 0 deletions

View File

@ -673,3 +673,10 @@ armor.drop_armor = function(pos, stack)
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