Visible stage warning for carrots/potatoes

This commit is contained in:
Wuzzy 2017-04-01 04:58:55 +02:00
parent 8d8d9e8c43
commit 1485795f7a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ for i=1, 7 do
if i == 1 then
create = true
name = "Premature Carrot Plant"
longdesc = "Carrot plants are plants which grow on farmland under sunlight in 8 stages. On hydrated farmland, they grow a bit faster. They can be harvested at any time but will only yield a profit when mature."
longdesc = "Carrot plants are plants which grow on farmland under sunlight in 8 stages, of which only 4 are actually visible. On hydrated farmland, they grow a bit faster. They can be harvested at any time but will only yield a profit when mature."
else
create = false
end

View File

@ -17,7 +17,7 @@ for i=1, 7 do
if i==1 then
create = true
name = "Premature Potato Plant"
longdesc = "Potato plants are plants which grow on farmland under sunlight in 8 stages. On hydrated farmland, they grow a bit faster. They can be harvested at any time but will only yield a profit when mature."
longdesc = "Potato plants are plants which grow on farmland under sunlight in 8 stages, of which only 4 are actually visible. On hydrated farmland, they grow a bit faster. They can be harvested at any time but will only yield a profit when mature."
else
create = false
if minetest.get_modpath("doc") then