make ender pearls activate target

This commit is contained in:
AFCMS 2022-02-26 22:16:10 +01:00 committed by cora
parent bb1586ce72
commit 1cf53722a4
1 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,9 @@ local function pearl_on_step(self, dtime)
end
self.object:remove()
if mod_target and node.name == "mcl_target:target_off" then
mcl_target.hit(vector.round(pos), 0.4) --4 redstone ticks
end
return
end
end