Delete 'mods/mobs_npc/lucky_block.lua'

This commit is contained in:
thunderdog1138 2020-09-21 21:01:16 +00:00
parent 1ced26df9b
commit 16cac5ca58
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
if minetest.get_modpath("lucky_block") then
lucky_block:add_blocks({
{"spw", "mobs:npc", 1, true, true},
{"spw", "mobs:igor", 1, true, true, 5, "Igor"},
{"spw", "mobs:trader", 1, false, false},
{"lig", "fire:permanent_flame"},
})
end