Fix instafarm and lavatrap blocks

This commit is contained in:
TenPlus1 2016-02-01 18:55:23 +00:00
parent 3971ee647f
commit d5392ec91a
2 changed files with 4 additions and 4 deletions

@ -13,7 +13,7 @@ lucky_block:add_blocks({
{name = "default:coal_lump", max = 3}}},
{"sch", "sandtrap", 1, true},
{"nod", "flowers:rose", 0},
{"sch", "lava_trap", 1, true},
{"sch", "lavatrap", 1, true},
{"dro", {"default:mese_crystal_fragment", "default:mese_crystal"}, 10},
{"exp"},
{"nod", "default:diamondblock", 0},
@ -39,7 +39,7 @@ lucky_block:add_blocks({
if minetest.get_modpath("farming") then
lucky_block:add_blocks({
{"dro", {"farming:bread"}, 5},
{"sch", "insta_farm", 0, true},
{"sch", "instafarm", 0, true},
{"nod", "default:water_source", 1},
})

@ -32,9 +32,9 @@ function lucky_block:add_schematics(list)
end
end
-- import default blocks and schematics
dofile(minetest.get_modpath("lucky_block").."/blocks.lua")
-- import schematics and default blocks
dofile(minetest.get_modpath("lucky_block").."/schems.lua")
dofile(minetest.get_modpath("lucky_block").."/blocks.lua")
-- for random colour selection
local all_colours = {