|
@@ -7,7 +7,8 @@ mobs:register_mob("tmw_slimes:dark_slime", {
|
|
|
attack_monsters = false,
|
|
|
attack_type = "dogfight",
|
|
|
reach = 2,
|
|
|
- damage = tmw_slimes.deadly_dmg,
|
|
|
+ sounds = {random = "steps_in_the_mud_shorter",},
|
|
|
+ damage = tmw_slimes.stronger_dmg,
|
|
|
hp_min = 20,
|
|
|
hp_max = 40,
|
|
|
armor = 180,
|
|
@@ -80,7 +81,7 @@ mobs:spawn({
|
|
|
"default:stone"
|
|
|
},
|
|
|
min_light = 0,
|
|
|
- max_light = 16,
|
|
|
+ max_light = 7,
|
|
|
chance = tmw_slimes.rare,
|
|
|
active_object_count = tmw_slimes.rare_max,
|
|
|
min_height = -31000,
|