This commit is contained in:
tenplus1 2020-08-14 08:48:18 +01:00
parent e9fda5d120
commit 0a91128660

View File

@ -19,7 +19,7 @@ mobs:register_mob("creeper:creeper", {
{"mobs_creeper.png"},
},
blood_texture = "mobs_creeper_inv.png",
makes_footstep_sound = true,
makes_footstep_sound = false,
sounds = {
--random = "mobs_treemonster",
attack = "tnt_ignite",
@ -59,7 +59,7 @@ mobs:spawn({
nodes = {spawn_on},
min_light = 0,
max_light = 7,
change = 12000,
chance = 12000,
min_height = 0,
day_toggle = false,
})