add 9 more lucky blocks

This commit is contained in:
TenPlus1 2018-03-21 17:39:29 +00:00
parent c553d1732d
commit f814255ce8
2 changed files with 10 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Changelog:
0.1 - Fixed growing bug
0.0 - Initial release
Lucky Blocks: 16
Lucky Blocks: 25
License of media (textures):

View File

@ -17,5 +17,14 @@ 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},
{"dro", {"farming:mortar_pestle"}, 1},
{"dro", {"farming:cutting_board"}, 1},
{"dro", {"farming:juicer"}, 1},
{"dro", {"farming:mixing_bowl"}, 1},
})
end