mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-29 14:50:47 +02:00
Bump version to 0.4.9
This commit is contained in:
@ -69,7 +69,7 @@ armor = {
|
||||
on_damage = {},
|
||||
on_destroy = {},
|
||||
},
|
||||
version = "0.4.8",
|
||||
version = "0.4.9",
|
||||
}
|
||||
|
||||
armor.config = {
|
||||
@ -472,4 +472,3 @@ armor.drop_armor = function(pos, stack)
|
||||
obj:setvelocity({x=math.random(-1, 1), y=5, z=math.random(-1, 1)})
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user