Merge master into my fork #2

Merged
FaceDeer merged 203 commits from VoxeLibre/VoxeLibre:master into master 2022-09-02 03:05:46 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 0aa4e0a395 - Show all commits

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,