BiomeTweaker

BiomeTweaker

13M Downloads

Configuration feature Biome.registerGenBiomeRep not working.

TitusArmillius opened this issue ยท 6 comments

commented

deserthillsBiome = forBiomes(17)
highlandBiome = forBiomes(60)
deserthillsBiome.registerGenBiomeRep(highlandBiome)

the above code should replace the sub-biome desert hills with the biome highlands from BOP, I have doubled checked that the biome names and ID's are correct, there I presume since it has not worked that there is a bug.

commented

I need a full client log to help you out.

commented

Your log says it's applying 18 tweaks. Is there more to your script?

commented

@superckl Here is my script http://pastebin.com/WB4f9A63.

Also, lets say now I want to make the BOP xeric_shrubland biome a sub-biome of the desert instead of Desert Hills. If I enter the following script, will it work?

deserthillsBiome = forBiomes(17)
xericshrublandBiome = forBiomes(92)
deserthillsBiome.registerGenBiomeRep(xericshrublandBiome)

commented

Sorry, school has me busy...

That script will not do what you want. That functionality does not exist in BiomeTweaker yet. I'll be sure to add it when I get around to fleshing out the BOP integration some more.

commented

Sub-biome modification is now a feature. Closing this.