mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 16:09:33 +01:00
Visible stage warning for carrots/potatoes
This commit is contained in:
parent
8d8d9e8c43
commit
1485795f7a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue