1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-07-04 17:20:35 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2023-11-22 23:00:52 +01:00
45 changed files with 947 additions and 527 deletions

View File

@ -33,9 +33,6 @@ unified_inventory.register_page("armor", {
local gridy = 0.6
local name = player:get_player_name()
if armor.def[name].init_time == 0 then
return {formspec="label[0,0;"..F(S("Armor not initialized!")).."]"}
end
local formspec = perplayer_formspec.standard_inv_bg..
perplayer_formspec.standard_inv..
ui.make_inv_img_grid(gridx, gridy, 2, 3)..