mirror of
https://notabug.org/TenPlus1/lucky_block.git
synced 2024-11-10 15:03:47 +01:00
Fix instafarm block
This commit is contained in:
parent
4bcf7ea878
commit
3971ee647f
@ -39,7 +39,7 @@ lucky_block:add_blocks({
|
|||||||
if minetest.get_modpath("farming") then
|
if minetest.get_modpath("farming") then
|
||||||
lucky_block:add_blocks({
|
lucky_block:add_blocks({
|
||||||
{"dro", {"farming:bread"}, 5},
|
{"dro", {"farming:bread"}, 5},
|
||||||
{"sch", insta_farm, 0, true},
|
{"sch", "insta_farm", 0, true},
|
||||||
{"nod", "default:water_source", 1},
|
{"nod", "default:water_source", 1},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user