Modified speed+jump for admin boots
This commit is contained in:
parent
4d13f085bd
commit
f7d8194a5b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user