forked from VoxeLibre/VoxeLibre
Hmm..?
This commit is contained in:
parent
e46976d593
commit
9b83127dd9
|
@ -9,10 +9,10 @@ for i=1, 4 do
|
|||
local height = 0.5
|
||||
local create, name, longdesc
|
||||
if i == 1 then
|
||||
height = 0
|
||||
create = true
|
||||
name = "Premature Berry Bush"
|
||||
longdesc = S("Berry Bushes are bushes which grow on any type of dirt and have 4 stages of growth. They can be harvested at any time but will only yield a profit when in its 3rd or 4th growth stage.")
|
||||
height = 0
|
||||
create = true
|
||||
name = "Premature Berry Bush"
|
||||
longdesc = S("Berry Bushes are bushes which grow on any type of dirt and have 4 stages of growth. They can be harvested at any time but will only yield a profit when in its 3rd or 4th growth stage.")
|
||||
else
|
||||
create = false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue