Don't spawn creeper in groups

This commit is contained in:
cora 2022-08-29 21:08:30 +02:00
parent 3993cddfc6
commit 0aa4e0a395
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ local S = minetest.get_translator("mobs_mc")
mcl_mobs:register_mob("mobs_mc:creeper", {
type = "monster",
spawn_class = "hostile",
spawn_in_group = 1,
hp_min = 20,
hp_max = 20,
xp_min = 5,