Configuration feature Biome.registerGenBiomeRep not working.
TitusArmillius opened this issue ยท 6 comments
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.
@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)
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.