updated bobblocks, gloopblocks, maptools, mesecons, moreblocks,

moreores, plantlife, and xban2, and switched to TenPlus1's
"farming redo" mod in lieu of Pilzadam's farming_plus since the
latter breaks default farming.
This commit is contained in:
Vanessa Ezekowitz
2017-02-19 12:01:09 -05:00
parent 2aae75d105
commit a7bebc6719
254 changed files with 4140 additions and 78 deletions

18
farming/lucky_block.lua Normal file
View File

@@ -0,0 +1,18 @@
-- add lucky blocks
if minetest.get_modpath("lucky_block") then
lucky_block:add_blocks({
{"dro", {"farming:corn"}, 5},
{"dro", {"farming:coffee_cup_hot"}, 1},
{"dro", {"farming:bread"}, 5},
{"nod", "farming:jackolantern", 0},
{"tro", "farming:jackolantern_on"},
{"nod", "default:river_water_source", 1},
{"dro", {"farming:trellis", "farming:grapes"}, 5},
{"dro", {"farming:bottle_ethanol"}, 1},
{"nod", "farming:melon", 0},
{"dro", {"farming:donut", "farming:donut_chocolate", "farming:donut_apple"}, 5},
})
end