Wheat Grass

Nathan
Member
 
Posts: 26
Joined: Thu Jun 12, 2014 23:00

Wheat Grass

by Nathan » Fri Jun 13, 2014 21:20

If you harvest grass and get something from it (wheat seed or wheat), then if I plant it again and let it grow big is there a chance I can get more from it?
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: Wheat Grass

by Wuzzy » Fri Jun 13, 2014 22:41

There is no correct answer to this question because it relies on a false assumption. You can’t get wheat from mining grass.

Maybe these wiki pages could help you:
Grass
Wheat Seed
Wheat (plant)
Wheat (item)
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: Wheat Grass

by TenPlus1 » Sat Jun 14, 2014 07:08

Spam placing grass will eventually result in a seed item, just keep placing and picking up and eventually the grass/jungle grass will turn into seeds...
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Wheat Grass

by Krock » Sat Jun 14, 2014 07:12

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
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

Re: Wheat Grass

by Evergreen » Sat Jun 14, 2014 10:18

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

Krock, he just means with minetest_game (I think). So, how to grow plants in minetest_game:
[list=*]
[*]Dig grass for seeds, and junglegrass for cotton seeds. (keep placing them and digging them if you don't get seeds)[/*]
[*]Make a hoe. (two sticks with two "tool" materials abbove it. eg: stone)[/*]
[*]punch dirt or grass which is next to water with the hoe.[/*]
[*]plants the seed, and wait. Be patient, it takes a while to go\row.[/*]
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: Wheat Grass

by Wuzzy » Sat Jun 14, 2014 11:29

@Krock: You are talking about Minetest NeXt, I was talking about minetest_game.

What TenPlus1 said is correct. This results from the drop probabilities of grass (80% grass, 20% wheat seed; eventually you can turn all grass).

@Krock: DUDE!
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
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'}},
}
}})
end

This is wheat seed, not wheat! -_-'
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Wheat Grass

by Krock » Sat Jun 14, 2014 15:14

Okay, I catched this question wrong. Forgive me. *sits into an edge*
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 4 guests

cron