mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Add creepers to head turning list
This commit is contained in:
parent
7eee604074
commit
7d68c4faf3
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ mcl_mobs:register_mob("mobs_mc:creeper", {
|
|||
{"mobs_mc_creeper.png",
|
||||
"mobs_mc_empty.png"},
|
||||
},
|
||||
--EXPERIMENTAL
|
||||
head_swivel = "Head_Control",
|
||||
bone_eye_height = 2.35,
|
||||
curiosity = 2,
|
||||
-------------------------------
|
||||
visual_size = {x=3, y=3},
|
||||
sounds = {
|
||||
attack = "tnt_ignite",
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue