fixed slime issue

master
cale 2018-01-02 15:02:44 +01:00
parent 6146777d07
commit 94646351df
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ minetest.register_item(":", {
snappy = {times={[3]=0.40}, uses=0, maxlevel=1},
oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0}
},
damage_groups = {fleshy=2},
damage_groups = {fleshy=4},
}
})

View File

@ -2,7 +2,7 @@
mobs.register_mob("mobs:slime", {
textures = {"mobs_slime.png",},
lvl = 3,
hits = 6,
hits = 3,
dmg = {
full_punch_interval = 0.9,
max_drop_level = 0,