Adding attribute hostile=true to charged creeper to fix that the charged creeper has no behavior: Issue #1756

This commit is contained in:
Dieter44 2021-11-11 16:50:29 +01:00
parent 68810a2a74
commit 10a5f8c4bf
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ mobs:register_mob("mobs_mc:creeper_charged", {
description = S("Charged Creeper"),
type = "monster",
spawn_class = "hostile",
hostile = true,
hp_min = 20,
hp_max = 20,
xp_min = 5,