Add glowing fungal wood.
This commit is contained in:
parent
3d6bc4451e
commit
9cb5aef679
2 changed files with 10 additions and 1 deletions
2
mobs.lua
2
mobs.lua
|
@ -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", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue