forked from VoxeLibre/VoxeLibre
Visible stage warning for carrots/potatoes
This commit is contained in:
parent
8d8d9e8c43
commit
1485795f7a
|
@ -15,7 +15,7 @@ for i=1, 7 do
|
||||||
if i == 1 then
|
if i == 1 then
|
||||||
create = true
|
create = true
|
||||||
name = "Premature Carrot Plant"
|
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
|
else
|
||||||
create = false
|
create = false
|
||||||
end
|
end
|
||||||
|
|
|
@ -17,7 +17,7 @@ for i=1, 7 do
|
||||||
if i==1 then
|
if i==1 then
|
||||||
create = true
|
create = true
|
||||||
name = "Premature Potato Plant"
|
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
|
else
|
||||||
create = false
|
create = false
|
||||||
if minetest.get_modpath("doc") then
|
if minetest.get_modpath("doc") then
|
||||||
|
|
Loading…
Reference in New Issue