Coder Social home page Coder Social logo

Comments (7)

curlywaffles avatar curlywaffles commented on September 4, 2024

Can confirm this. Tried maxing out the number in the config to no avail.

from phc2trees.

IchigoGames avatar IchigoGames commented on September 4, 2024

if turn them all down from 500 to 50 and it seem to be a good number not to much

from phc2trees.

JonathanPCode avatar JonathanPCode commented on September 4, 2024

Changed spawnrate from 500 to 20 and still having massive amounts of fruit trees spawning.

from phc2trees.

IchigoGames avatar IchigoGames commented on September 4, 2024

ya i just made a new world still set to 50% there are still alot of trees must of just been in a biome where they was not as meany before.

from phc2trees.

GatorThing avatar GatorThing commented on September 4, 2024

I have also been observing this behavior. I have made 2 worlds with the same seed, teleported to the same location and looked the same direction for the following screenshots, the only difference is one has the spawn probability config set to 1 and the other 1000000000, and theres almost 0 difference between them as you can see. Each of the brighter green trees are fruit trees and with the worlds being at the extremes of the config i would expect one picture would have almost no fruit trees.

2020-04-17_16 42 35
2020-04-17_17 02 09

from phc2trees.

IchigoGames avatar IchigoGames commented on September 4, 2024

this could be closed seems to be fixed now

from phc2trees.

Linguardium avatar Linguardium commented on September 4, 2024

seems to still occur on building but may have been corrected in closed source? (didnt test release)
I ran into this issue when building my own tree mod. Each tree is added as an individual feature, and each tree uses the spawn chance (1/chance) to see if it is allowed to spawn.

This means that even at 1/100,000 chance, that just means that each tree type has 1/100,00 chance. so the chance of ANY spawn isnt really 1/X, but the chance of any 1 tree type spawning in each attempt is 1/X (a much higher chance)

on that note, i dont seem to be having this issue with the current mod or code so...can you verify and close if its resolved?

from phc2trees.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.