Modified speed+jump for admin boots

axinite
Peppy 2018-05-16 21:11:55 +00:00
parent 4d13f085bd
commit f7d8194a5b
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ armor:register_armor("3d_armor:boots_admin", {
description = S("Admin Boots"),
inventory_image = "3d_armor_inv_boots_admin.png",
armor_groups = {fleshy=100},
groups = {armor_feet=1, armor_heal=100, armor_use=0,
not_in_creative_inventory=1},
groups = {armor_feet=1, armor_heal=100, armor_use=0, physics_speed=1.5,
physics_jump=0.75, not_in_creative_inventory=1},
on_drop = function(itemstack, dropper, pos)
return
end,