1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-12 05:10:37 +02:00

Added 11 lucky blocks

This commit is contained in:
TenPlus1
2016-12-01 18:39:16 +00:00
parent 17c6e27e44
commit e5f4c2a774
5 changed files with 25 additions and 1 deletions

19
lucky_block.lua Normal file
View File

@ -0,0 +1,19 @@
if minetest.get_modpath("lucky_block") then
lucky_block:add_blocks({
{"spw", "mobs:dungeon_master", 1, nil, nil, 3, "Billy"},
{"spw", "mobs:sand_monster", 3},
{"spw", "mobs:stone_monster", 3, nil, nil, 3, "Bob"},
{"spw", "mobs:dirt_monster", 3},
{"spw", "mobs:tree_monster", 3},
{"spw", "mobs:oerkki", 3},
{"exp"},
{"spw", "mobs:spider", 5},
{"spw", "mobs:mese_monster", 2},
{"spw", "mobs:lava_flan", 3},
{"nod", "default:chest", 0, {
{name = "mobs:lava_orb", max = 1}}},
})
end