Add glowing fungal wood.

This commit is contained in:
Duane 2016-06-13 23:45:09 -05:00
parent 3d6bc4451e
commit 9cb5aef679
2 changed files with 10 additions and 1 deletions

View file

@ -208,7 +208,7 @@ if minetest.registered_entities["mobs:bee"] then
end
fun_caves.climb(self)
--fun_caves.search_replace(self.object:getpos(), 50, {"fun_caves:wood"}, "fun_caves:glowing_fungal_wood")
fun_caves.search_replace(self.object:getpos(), 50, {"fun_caves:tree"}, "fun_caves:glowing_fungal_wood")
fun_caves.surface_damage(self)
end
mobs:register_mob("fun_caves:killer_bee", {