forked from mtcontrib/3d_armor
Bump version to 0.4.9
This commit is contained in:
@ -65,7 +65,7 @@ armor_water_protect = true
|
||||
-- Enable fire protection (defaults true if using ethereal mod)
|
||||
armor_fire_protect = false
|
||||
|
||||
-- Enable punch damage effects (only works for armor with `damage_groups` table)
|
||||
-- Enable punch damage effects.
|
||||
armor_punch_damage = true
|
||||
|
||||
API
|
||||
|
@ -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
|
||||
|
||||
|
@ -346,4 +346,3 @@ for k, v in pairs(armor.materials) do
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user