Wuzzy wrote:There is no correct answer to this question because it relies on a false assumption. You can’t get wheat from mining grass.
Krock wrote:Wuzzy wrote:There is no correct answer to this question because it relies on a false assumption. You can’t get wheat from mining grass.
Yes and no. You can get wheat with the farming mod - it overrides the default grass and adds drop chances.
https://github.com/BlockMen/minetest_ne ... s.lua#L126
for i = 1, 5 do
minetest.override_item("default:grass_"..i, {drop = {
max_items = 1,
items = {
{items = {'farming:seed_wheat'},rarity = 5},
{items = {'default:grass_1'}},
}
}})
endUsers browsing this forum: No registered users and 5 guests