changes to accomodate 3d_armor

This commit is contained in:
Duane 2016-07-16 05:26:12 -05:00
parent 39a38703a8
commit 89627afc78
4 changed files with 241 additions and 185 deletions

View file

@ -5,7 +5,7 @@ minetest.register_node("fun_caves:hut_floor", newnode)
local farming = minetest.get_modpath('farming')
if mobs and mobs.mod == "redo" then
if minetest.get_modpath("mobs_redo") and mobs and mobs.mod == "redo" then
local drops = {
{name = "default:axe_stone", chance = 3, min = 1, max = 1},
{name = "default:hoe_stone", chance = 3, min = 1, max = 1},