Fix creeper name

This commit is contained in:
ancientmarinerdev 2023-05-12 00:44:53 +01:00
parent 2d89440972
commit 92a8f23d22
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ local S = minetest.get_translator("mobs_mc")
mcl_mobs.register_mob("mobs_mc:creeper", {
description = S("Creeper"),
type = "monster",
spawn_class = "hostile",
spawn_in_group = 1,