1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

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

@ -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