genWeight doesn't seem to work
Qohelethh opened this issue · 6 comments
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)
Biomes O' Plenty doesn't use the BiomeManager for it's generation weights. They provide a config for setting gen weights.
I will look into making the set command work for them, but it is not pressing since you can set them in their config.
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)
.
BiomeTweaker works for vanilla biomes. Biomes O' Plenty uses the BiomeManager for those.
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)
.