added 2x lucky blocks

This commit is contained in:
TenPlus1 2018-05-31 09:42:05 +01:00
parent e2b2881125
commit 0e7d5bad8d
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Changelog:
0.1 - Fixed growing bug
0.0 - Initial release
Lucky Blocks: 28
Lucky Blocks: 30
License of media (textures):

View File

@ -32,5 +32,7 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:hoe_mese"}, 1},
{"dro", {"farming:hoe_diamond"}, 1},
{"dro", {"farming:hoe_bomb"}, 10},
{"dro", {"farming:turkish_delight"}, 5},
{"lig"},
})
end