BiomeTweaker

BiomeTweaker

13M Downloads

genWeight doesn't seem to work

Qohelethh opened this issue · 6 comments

commented

I'm using BiomeTweaker 0.9.97 with Biomes O' Plenty. I'm trying to increase how many Savanna M biomes there are in the world. I tried realistic values first, then upped genWeight to 1000. I still can't get it to work.

savannaM = forBiomes(163)
savannaM.set("genWeight", 1000)

commented

Biomes O' Plenty doesn't use the BiomeManager for it's generation weights. They provide a config for setting gen weights.

commented

I will look into making the set command work for them, but it is not pressing since you can set them in their config.

commented

Ah, thanks. That makes sense. Unfortunately, BOP doesn't let you set biome
weights for vanilla biomes; only for BOP biomes, which is why I was trying
to use BiomeTweaker.

On Fri, May 29, 2015 at 7:15 PM, Chris [email protected] wrote:

I will look into making the set command work for them, but it is not
pressing since you can set them in their config.


Reply to this email directly or view it on GitHub
#24 (comment)
.

commented

BiomeTweaker works for vanilla biomes. Biomes O' Plenty uses the BiomeManager for those.

commented

Hmm, I was only trying to alter the weight of vanilla biomes in BOP worlds,
but I couldn't get it to work.
On 29 May 2015 21:17, "Chris" [email protected] wrote:

BiomeTweaker works for vanilla biomes. Biomes O' Plenty uses the
BiomeManager for those.


Reply to this email directly or view it on GitHub
#24 (comment)
.

commented

I've tested with Biomes O' Plenty and it seemed to work fine. Not sure why it's not for you.