diff --git a/3d_armor/armor.lua b/3d_armor/armor.lua index 2bd865d..f335b47 100644 --- a/3d_armor/armor.lua +++ b/3d_armor/armor.lua @@ -64,7 +64,7 @@ armor = { .."listring[current_player;craft]", textures = {}, default_skin = "character", - version = "0.4.5", + version = "0.4.6", } if minetest.get_modpath("inventory_plus") then @@ -397,7 +397,7 @@ minetest.register_on_joinplayer(function(player) allow_move = function(inv, from_list, from_index, to_list, to_index, count, player) return count end, - }) + }, name) if inv_mod == "inventory_plus" then inventory_plus.register_button(player,"armor", "Armor") end diff --git a/README.md b/README.md index f74ce04..aac16d3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Modpack - 3d Armor [0.4.5] +Modpack - 3d Armor [0.4.6] ========================== ### Table of Contents