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