fixed missing spruce tree cones

This commit is contained in:
Vanessa Ezekowitz 2013-01-20 14:57:07 -05:00
parent 8952d61c06
commit f2de625e40
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ moretrees.spruce_model1={
random_level=0, random_level=0,
trunk_type="crossed", trunk_type="crossed",
thin_branches=true, thin_branches=true,
fruit="moretrees:cone", fruit="moretrees:spruce_cone",
fruit_chance=8 fruit_chance=8
} }
@ -134,7 +134,7 @@ moretrees.spruce_model2={
random_level=0, random_level=0,
trunk_type="crossed", trunk_type="crossed",
thin_branches=true, thin_branches=true,
fruit="moretrees:cone", fruit="moretrees:spruce_cone",
fruit_chance=8 fruit_chance=8
} }