Update 'mods/mobs_monster/stormtrooper+variants.lua'

This commit is contained in:
thunderdog1138 2020-09-22 18:17:10 +00:00
parent ee5f7dfc2e
commit 32c1402af1
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ mobs:register_mob("mobs_monster:stormtrooper", {
jump = true,
floats = 0,
drops = {
{name = "default:desert_sand", chance = 1, min = 3, max = 5},
{name = "3d_armor:helmet_tk421", chance = 1, min = 0, max = 1},
{name = "3d_armor:chestplate_tk421", chance = 1, min = 0, max = 1},
{name = "3d_armor:leggings_tk421", chance = 1, min = 0, max = 1},
{name = "3d_armor:boots_tk421", chance = 1, min = 0, max = 1},
},
water_damage = 0,
lava_damage = 4,