little fixes
This commit is contained in:
parent
a528c5480f
commit
72f23bbc8d
@ -52,10 +52,6 @@ if not minetest.get_modpath("ethereal") then
|
||||
ARMOR_MATERIALS.crystal = nil
|
||||
end
|
||||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
local inv = player:get_inventory()
|
||||
end)
|
||||
|
||||
armor = {
|
||||
timer = 0,
|
||||
elements = {"head", "torso", "legs", "feet"},
|
||||
|
@ -207,9 +207,9 @@ mobs:register_egg("mobs_m:mammoth", "Mammoth", "decoblocks_mammoth_wool.png", 1)
|
||||
mobs:register_mob("mobs_m:elephant", {
|
||||
type = "animal",
|
||||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
reach = 3,
|
||||
damage = 5,
|
||||
attack_type = "dogfight",
|
||||
hp_min = 50,
|
||||
hp_max = 150,
|
||||
armor = 100,
|
||||
|
Loading…
x
Reference in New Issue
Block a user