summaryrefslogtreecommitdiff
path: root/farming/lucky_block.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-05-11 10:22:53 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-05-11 10:22:53 -0400
commit249daeb0e6a7d9b637eeb4e5cfda4710a68d59d3 (patch)
tree915217a9657158d2a02eb8d93507944f618d5142 /farming/lucky_block.lua
parentaf2fedcf9998bb4a854c2cfd63e4cdad91a6dd5d (diff)
downloaddreambuilder_modpack-249daeb0e6a7d9b637eeb4e5cfda4710a68d59d3.tar
dreambuilder_modpack-249daeb0e6a7d9b637eeb4e5cfda4710a68d59d3.tar.gz
dreambuilder_modpack-249daeb0e6a7d9b637eeb4e5cfda4710a68d59d3.tar.bz2
dreambuilder_modpack-249daeb0e6a7d9b637eeb4e5cfda4710a68d59d3.tar.xz
dreambuilder_modpack-249daeb0e6a7d9b637eeb4e5cfda4710a68d59d3.zip
Add readme.md mostly taken from the forum thread (and markdown-ified)
Updated several mods: castles, homedecor, digilines, farming redo, jumping, maptools, mesecons, moreblocks, moretrees, pipeworks, signs_lib, technic, unified_dyes Deleted the peaceful_npc mod, as it is broken and unmaintained.
Diffstat (limited to 'farming/lucky_block.lua')
-rw-r--r--farming/lucky_block.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/farming/lucky_block.lua b/farming/lucky_block.lua
index 01b4c27..087cc2e 100644
--- a/farming/lucky_block.lua
+++ b/farming/lucky_block.lua
@@ -10,6 +10,7 @@ if minetest.get_modpath("lucky_block") then
{"nod", "farming:jackolantern", 0},
{"tro", "farming:jackolantern_on"},
{"nod", "default:river_water_source", 1},
+ {"tel"},
{"dro", {"farming:trellis", "farming:grapes"}, 5},
{"dro", {"farming:bottle_ethanol"}, 1},
{"nod", "farming:melon", 0},
@@ -17,5 +18,19 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:hemp_leaf", "farming:hemp_fibre", "farming:seed_hemp"}, 5},
{"nod", "fire:permanent_flame", 1},
{"dro", {"farming:chili_pepper", "farming:chili_bowl"}, 5},
+ {"dro", {"farming:bowl"}, 3},
+ {"dro", {"farming:saucepan"}, 1},
+ {"dro", {"farming:pot"}, 1},
+ {"dro", {"farming:baking_tray"}, 1},
+ {"dro", {"farming:skillet"}, 1},
+ {"exp", 4},
+ {"dro", {"farming:mortar_pestle"}, 1},
+ {"dro", {"farming:cutting_board"}, 1},
+ {"dro", {"farming:juicer"}, 1},
+ {"dro", {"farming:mixing_bowl"}, 1},
+ {"dro", {"farming:hoe_bronze"}, 1},
+ {"dro", {"farming:hoe_mese"}, 1},
+ {"dro", {"farming:hoe_diamond"}, 1},
+ {"dro", {"farming:hoe_bomb"}, 10},
})
end