Add creepers to head turning list
parent
7eee604074
commit
7d68c4faf3
|
@ -24,6 +24,11 @@ mcl_mobs:register_mob("mobs_mc:creeper", {
|
||||||
{"mobs_mc_creeper.png",
|
{"mobs_mc_creeper.png",
|
||||||
"mobs_mc_empty.png"},
|
"mobs_mc_empty.png"},
|
||||||
},
|
},
|
||||||
|
--EXPERIMENTAL
|
||||||
|
head_swivel = "Head_Control",
|
||||||
|
bone_eye_height = 2.35,
|
||||||
|
curiosity = 2,
|
||||||
|
-------------------------------
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
sounds = {
|
sounds = {
|
||||||
attack = "tnt_ignite",
|
attack = "tnt_ignite",
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue