Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement

chance[]

LuminousLizard what is the chance? -- SatanicSanta🎅FTB Wiki Admin 18:57, 23 August 2017 (UTC)

"Likelihood", "probability", "chance" ... I don't know what the correct english word is. In german its all the same. Slimes can spawn in this biome but they cannot be found immediately. --LuminousLizard FTB Wiki Staff de-N / "en-2" (talk) 19:35, 23 August 2017 (UTC)
That's the right word, I think Santa means "what is the specific chance?", like a 20% chance per chunk per five minutes or something like that.
And investigating... the code is this.spawnableMonsterList.add(new SpawnListEntry(EntitySlime.class, 10, 1, 3));, with the SpawnListEntry parameters being (Class <? extends EntityLiving > entityclassIn, int weight, int groupCountMin, int groupCountMax). -Xbony2 (talk) 19:52, 23 August 2017 (UTC)
Yeah that's what I meant ^ Sorry for the confusion Lizard -- SatanicSanta🎅FTB Wiki Admin 19:53, 23 August 2017 (UTC)
It might be worth noting however that the Minecraft Wiki is not this specific with this information, I doubt its importance. -Xbony2 (talk) 19:59, 23 August 2017 (UTC)
Oh, ok ! I thought I was writing incomprehensible stuff again. ^^ Such exact information I can not give because I cannot read the source code/Java. --LuminousLizard FTB Wiki Staff de-N / "en-2" (talk) 20:05, 23 August 2017 (UTC)
Advertisement