Add flowers for potions to the list of items that can be ground by the hand mill

pull/26/merge
Brandon 2015-09-11 22:01:29 -05:00
parent 18f2ae7b69
commit 00624ed7ef
2 changed files with 2 additions and 3 deletions

View File

@ -2,5 +2,6 @@ affects
bushes?
flowers?
bones?
cottages?

View File

@ -159,9 +159,7 @@ for _, data in pairs(ground_items) do
output=gitem,
recipe = {data[1]}
})
minetest.override_item(data[1], {
ground = gitem
})
cottages.handmill_product[ data[1] ] = gitem .. ' 4';
end
minetest.register_craft({