mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-21 21:42:30 +01:00
Fix endermite
This commit is contained in:
@ -8,6 +8,8 @@ mobs:register_mob("mobs_mc:endermite", {
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
spawn_class = "hostile",
|
spawn_class = "hostile",
|
||||||
passive = false,
|
passive = false,
|
||||||
|
rotate = 270,
|
||||||
|
hostile = true,
|
||||||
hp_min = 8,
|
hp_min = 8,
|
||||||
hp_max = 8,
|
hp_max = 8,
|
||||||
xp_min = 3,
|
xp_min = 3,
|
||||||
|
Reference in New Issue
Block a user