Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
Vlad

No fruit trees.. AT ALL

22 posts in this topic

So I have been flying forever in every direction, most of which was 500+ rain, and I haven't seen a single fruit tree. What is going on, I have traveled about 30km from cold to hot areas, from dry to rainy, and never seen a single fruit tree.. Is that just me? Can anybody confirm fruit trees in 79.9?

0

Share this post


Link to post
Share on other sites

in 79 I found banana peach apple olive and orange, they do exist. I have not found many bushes, but I do have some too

0

Share this post


Link to post
Share on other sites

Where did you find it? What rain/temperature that area had?

0

Share this post


Link to post
Share on other sites

rain 4000, temp 22.09, average temp 23.32, I am at -6000

 

Using mapwriter it's easy to find the trees in the map of the explored area, only have to look for a grey shape like this

 

 

 ...

..o..

.ooo.

..o..

 ...

0

Share this post


Link to post
Share on other sites

Dang... I'm seriously considering map writer now.

I've been wandering for nearly a whole game year and have only just found an island with fruit trees.  My world seems to be mostly too dry for fruit trees but this island had 1000 rain.  I found one of each tree except olive and banana.  Of course I have to keep looking... how can I go home without one of each?

0

Share this post


Link to post
Share on other sites

Having the same problem, all my map has rain from 63-256.. I barely managed to find a 500 area for my new home.

I guess I will try the map writer I keep hearing about.

0

Share this post


Link to post
Share on other sites

I guess the wiki is incorrect or it's a bug. In the wiki I read that 500 rain is the minimum for a fruit tree, but traveling 50km at 500 rain didn't get me a single fruit tree, but once I finally got to a rain 1000 biome.. right away I found more then 10 fruit trees one right after the other..

So either it's an extremely rare case, or fruit trees spawn on 1000+ rain only.

0

Share this post


Link to post
Share on other sites

I guess the wiki is incorrect or it's a bug. In the wiki I read that 500 rain is the minimum for a fruit tree, but traveling 50km at 500 rain didn't get me a single fruit tree, but once I finally got to a rain 1000 biome.. right away I found more then 10 fruit trees one right after the other..

So either it's an extremely rare case, or fruit trees spawn on 1000+ rain only.

 

maybe there are some other conditions involved... temperature? EVT?

500 being the minimum only implies that there will be no fruit trees if you have less than 500. It does not mean that there will always be fruit trees if you have 500 or more - there is some randomness involved.

 

Anyway, I agree that 50km is a lot without any fruit tree - can you post the seed and the coordinates so I can have a look at it?

0

Share this post


Link to post
Share on other sites

maybe there are some other conditions involved... temperature? EVT?

500 being the minimum only implies that there will be no fruit trees if you have less than 500. It does not mean that there will always be fruit trees if you have 500 or more - there is some randomness involved.

 

Anyway, I agree that 50km is a lot without any fruit tree - can you post the seed and the coordinates so I can have a look at it?

Sure here is the seed: 1862218310

you spawn at: -63 -11857

and the first fruit tree I've found is at: -1063 -6700 (there are 10+ at this area)

0

Share this post


Link to post
Share on other sites

If my cursory look at the code is correct, fruit trees generate at "rain > 500", not "rain >= 500". Since it looks like rain values jump straight from 500 to 1000, then they should only generate at rain 1000+.

0

Share this post


Link to post
Share on other sites

Gonna throw another anecdotal confirmation of only ever finding fruit trees at 1000.

 

Finding that sweet spot where you have a 250 rain area (the most animal spawns) and a 1000 area (fruit trees) in the close proximity is the first thing I do before settling down.

0

Share this post


Link to post
Share on other sites

If my cursory look at the code is correct, fruit trees generate at "rain > 500", not "rain >= 500". Since it looks like rain values jump straight from 500 to 1000, then they should only generate at rain 1000+.

 

which file?

 

Edit: OK, I found it

there is a test for "rain >= 500", but this is only called if "rain > 500"

 

so or the WIKI or the code should be changed!

0

Share this post


Link to post
Share on other sites

Sure here is the seed: 1862218310

you spawn at: -63 -11857

and the first fruit tree I've found is at: -1063 -6700 (there are 10+ at this area)

 

WOW, nice landscape at spawn!

 

As confirmed by munin295, fruit trees need rain greater than 500 but anyway I believe that it is too cold (at z -11000). At least near the spawn point the average temperature was 5-6 °C

0

Share this post


Link to post
Share on other sites

there is a test for "rain >= 500", but this is only called if "rain > 500" …

 

Yeah. If the devs read this, "rain >= 500" is checked in WorldGenCustomFruitTree.generate, but .generate is only called if WorldGenPlants confirms "rain > 500".

0

Share this post


Link to post
Share on other sites

New change log: "Fixed fruit trees spawning in rainfall values higher than 500, instead of at least 500."

 

I don't get it, they were spawning at rainfall values higher than 500 so what the fix does?

 

Or is it "Fixed: [insert bug here]"

where the bug is "fruit trees spawning in rainfall values higher than 500, instead of at least 500".

 

So which one is it?

0

Share this post


Link to post
Share on other sites

New change log: "Fixed fruit trees spawning in rainfall values higher than 500, instead of at least 500."I don't get it, they were spawning at rainfall values higher than 500 so what the fix does?Or is it "Fixed: [insert bug here]"where the bug is "fruit trees spawning in rainfall values higher than 500, instead of at least 500".So which one is it?

I have wondered the same thing when reading the change log ... I really hope it's the latter![Edit:] Shouldn't this thread be in the support forum?
0

Share this post


Link to post
Share on other sites

I have wondered the same thing when reading the change log ... I really hope it's the latter![Edit:] Shouldn't this thread be in the support forum?

Me too, too bad it's not going to to affect my explored world.. Have hundred squared kilometer explored with 500 rainfall :( 

0

Share this post


Link to post
Share on other sites

excerpt from blaming on WorldGenPlants.java:

according the WIKI, rainfall valuemust be at least 500 for fruit trees... authored 4 days ago157:	if (... && rain >= 500)
so if rain is at least 500, that is, 500 or more, fruit trees can be generated.

(I have not tested it yet)

0

Share this post


Link to post
Share on other sites

I started a new world for 79.10, and I found fruit trees in 500 rainfall areas. It's helped a lot for getting fruit.

0

Share this post


Link to post
Share on other sites

New change log: "Fixed fruit trees spawning in rainfall values higher than 500, instead of at least 500."

 

I don't get it, they were spawning at rainfall values higher than 500 so what the fix does?

 

Or is it "Fixed: [insert bug here]"

where the bug is "fruit trees spawning in rainfall values higher than 500, instead of at least 500".

 

So which one is it?

 

The bug, which was fixed, is that fruit trees only spawned in areas that had a rainfall value higher than 500. This means that if the rainfall was 500, no fruit trees. If the rainfall was 501, yes fruit trees.

 

We changed it so that fruit trees spawn in areas that are at least 500. So if the rainfall is 500, yes fruit trees. If the rainfall is 501, still yes fruit trees.

1

Share this post


Link to post
Share on other sites