forked from Mineclonia/Mineclonia
Fix snow golems throwing no snowballs
This commit is contained in:
parent
bc7c88ee69
commit
269b7f0278
|
@ -300,7 +300,8 @@ if c("egg") then
|
|||
})
|
||||
end
|
||||
|
||||
if c("snowball") then
|
||||
-- Snowball
|
||||
|
||||
local snowball_GRAVITY = 9
|
||||
local snowball_VELOCITY = 19
|
||||
|
||||
|
@ -333,6 +334,7 @@ if c("snowball") then
|
|||
|
||||
})
|
||||
|
||||
if c("snowball") then
|
||||
-- shoot snowball
|
||||
local mobs_shoot_snowball = function (item, player, pointed_thing)
|
||||
|
||||
|
|
Loading…
Reference in New Issue