Update 1.1

This commit is contained in:
echoes91
2015-03-31 20:14:17 +02:00
parent 0650a511f2
commit b64a278837
8 changed files with 10 additions and 713 deletions

View File

@ -93,7 +93,7 @@ THROWING_ARROW_ENTITY.on_step = function(self, dtime)
end
if self.lastpos.x~=nil then
if node.name ~= "air" then
if node.name ~= "air" and not string.find(node.name, 'default:grass') and not string.find(node.name, 'default:junglegrass') and not string.find(node.name, 'flowers:') and not string.find(node.name, 'farming:') then
self.object:remove()
boom(self.lastpos)
end