forked from thunderdog1138/star_wars
Update 'mods/mobs_monster/stormtrooper+variants.lua'
This commit is contained in:
parent
69bd55f0db
commit
e921882dd4
|
@ -67,4 +67,16 @@ mobs:register_mob("mobs_monster:stormtrooper", {
|
|||
end
|
||||
end,
|
||||
]]
|
||||
})
|
||||
})
|
||||
|
||||
mobs:spawn({
|
||||
name = "mobs_monster:stormtrooper",
|
||||
nodes = {"default:desert_sand"},
|
||||
chance = 7000,
|
||||
active_object_count = 2,
|
||||
min_height = 0,
|
||||
})
|
||||
|
||||
mobs:register_egg("mobs_monster:stormtrooper", "Stormtrooper", "default_desert_sand.png", 1)
|
||||
|
||||
mobs:alias_mob("mobs:stormtrooper", "mobs_monster:stormtrooper") -- compatibility
|
Loading…
Reference in New Issue