Remove legacy stuff in mcl_mobs

This commit is contained in:
Wuzzy 2020-01-30 16:17:29 +01:00
parent c234b273ad
commit fcf46b3423
3 changed files with 1 additions and 19 deletions

View file

@ -93,7 +93,7 @@ mobs:register_arrow("mobs_mc:potion_arrow", {
-- node hit, bursts into flame
hit_node = function(self, pos, node)
--mobs:explosion(pos, 1, 1, 0)
--TODO
end
})