mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix endermite
This commit is contained in:
parent
5d876725c5
commit
afdcada1fd
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ mobs:register_mob("mobs_mc:endermite", {
|
|||
type = "monster",
|
||||
spawn_class = "hostile",
|
||||
passive = false,
|
||||
rotate = 270,
|
||||
hostile = true,
|
||||
hp_min = 8,
|
||||
hp_max = 8,
|
||||
xp_min = 3,
|
||||
|
|
Loading…
Reference in a new issue