master #15

Merged
NO11 merged 241 commits from VoxeLibre/VoxeLibre:master into master 2022-03-12 23:42:27 +01:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit d89687984b - Show all commits

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