forked from mtcontrib/farming
added 2x lucky blocks
This commit is contained in:
parent
e2b2881125
commit
0e7d5bad8d
@ -58,7 +58,7 @@ Changelog:
|
|||||||
0.1 - Fixed growing bug
|
0.1 - Fixed growing bug
|
||||||
0.0 - Initial release
|
0.0 - Initial release
|
||||||
|
|
||||||
Lucky Blocks: 28
|
Lucky Blocks: 30
|
||||||
|
|
||||||
|
|
||||||
License of media (textures):
|
License of media (textures):
|
||||||
|
@ -32,5 +32,7 @@ if minetest.get_modpath("lucky_block") then
|
|||||||
{"dro", {"farming:hoe_mese"}, 1},
|
{"dro", {"farming:hoe_mese"}, 1},
|
||||||
{"dro", {"farming:hoe_diamond"}, 1},
|
{"dro", {"farming:hoe_diamond"}, 1},
|
||||||
{"dro", {"farming:hoe_bomb"}, 10},
|
{"dro", {"farming:hoe_bomb"}, 10},
|
||||||
|
{"dro", {"farming:turkish_delight"}, 5},
|
||||||
|
{"lig"},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user