fixed LB typo

This commit is contained in:
TenPlus1 2017-04-23 21:20:24 +01:00
parent 0d32a4a70e
commit bd3ac972e7
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:bottle_ethanol"}, 1},
{"nod", "farming:melon", 0},
{"dro", {"farming:donut", "farming:donut_chocolate", "farming:donut_apple"}, 5},
{"dro", {"farming:hemp_leaf", "farming:hemp_fibre", "farming:hemp_seed"}, 5},
{"dro", {"farming:hemp_leaf", "farming:hemp_fibre", "farming:seed_hemp"}, 5},
})
end