From e60fede2ced9153ae9b09db6320b201094dd0815 Mon Sep 17 00:00:00 2001 From: Tre Date: Tue, 6 Jun 2017 07:39:55 -0500 Subject: [PATCH] fix edoylerite bug --- armor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armor.lua b/armor.lua index 174177a..1d28b04 100644 --- a/armor.lua +++ b/armor.lua @@ -106,7 +106,7 @@ minetest.register_tool("exoticores:chestplate_edoylerite", { description = "edoylerite Chestplate", inventory_image = "exoticores_armor_inv_chestplate_edoylerite.png", - groups = {armor_torso=18, armor_heal=40, physics_jump=0.1, armor_fire=6, armor_use=25,physics_gravity=-.16}, + groups = {armor_torso=18, armor_heal=40, physics_jump=0.1, armor_fire=6, armor_use=25,physics_gravity=-.08}, wear = 0, }) minetest.register_tool("exoticores:leggings_edoylerite", {