mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-29 15:33:44 +01:00
Bump version to 0.4.6
This commit is contained in:
parent
c9001f9e53
commit
6b2e3adc00
@ -64,7 +64,7 @@ armor = {
|
|||||||
.."listring[current_player;craft]",
|
.."listring[current_player;craft]",
|
||||||
textures = {},
|
textures = {},
|
||||||
default_skin = "character",
|
default_skin = "character",
|
||||||
version = "0.4.5",
|
version = "0.4.6",
|
||||||
}
|
}
|
||||||
|
|
||||||
if minetest.get_modpath("inventory_plus") then
|
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)
|
allow_move = function(inv, from_list, from_index, to_list, to_index, count, player)
|
||||||
return count
|
return count
|
||||||
end,
|
end,
|
||||||
})
|
}, name)
|
||||||
if inv_mod == "inventory_plus" then
|
if inv_mod == "inventory_plus" then
|
||||||
inventory_plus.register_button(player,"armor", "Armor")
|
inventory_plus.register_button(player,"armor", "Armor")
|
||||||
end
|
end
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Modpack - 3d Armor [0.4.5]
|
Modpack - 3d Armor [0.4.6]
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
### Table of Contents
|
### Table of Contents
|
||||||
|
Loading…
Reference in New Issue
Block a user