000102
This commit is contained in:
parent
4db5424822
commit
46ef97cec8
@ -20,4 +20,8 @@ A simple modpack that adds some zombies to your world and a few other things...
|
||||
- Tank (Lots of health and lots of damage)
|
||||
|
||||
|
||||
Sounds :
|
||||
Zombie death : https://freesound.org/people/tonsil5/sounds/555412/
|
||||
Zombie Hit : https://freesound.org/people/tonsil5/sounds/555420/
|
||||
Zombie Angry : https://freesound.org/people/ChuckChuckGoof/sounds/559558/
|
||||
...
|
||||
|
@ -177,8 +177,10 @@ mobs:register_arrow("spitterzombie:spitter_arrow", {
|
||||
-- }, nil)
|
||||
-- end,
|
||||
|
||||
-- hit_node = function(self, pos)
|
||||
-- end
|
||||
hit_node = function(self, pos)
|
||||
--local pn = {x = pos.x,z = pos.z,y =pos.y}
|
||||
--minetest.set_node(pn, {name = "spitterzombie:acid"})
|
||||
end
|
||||
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user