little fixes

This commit is contained in:
D00Med 2017-09-13 06:23:56 +10:00
parent a528c5480f
commit 72f23bbc8d
2 changed files with 1 additions and 5 deletions

View File

@ -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"},

View File

@ -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,