Fix some itemstrings in mobs_mc

This commit is contained in:
Wuzzy 2017-02-15 01:00:12 +01:00
parent d201216fb5
commit 3e5988a853
5 changed files with 10 additions and 10 deletions

View file

@ -86,7 +86,7 @@ mobs:register_spawn("mobs_mc:ghast", {"mcl_core:lava_flowing", "mcl_nether:nethe
-- Ghast fireball
mobs:register_arrow("mobs_mc:ghast_fireball", {
visual = "sprite",
visual_size = {x = 0.5, y = 0.5},
visual_size = {x = 0.8, y = 0.8},
textures = {"mcl_fire_fire_charge.png"},
velocity = 6,