BiomeTweaker

BiomeTweaker

13M Downloads

AddFlower isn't work

OktayYeniTR opened this issue ยท 1 comments

commented

I making a Nostalgia Pack in Twitch Launcher.I'm using Biomes O Plenty btw and topBlock isn't grass it's BOP Origin Grass.And how to add oak trees?
Script

a = forAllBiomesExcept(44, 104, 127, 2)
b = forBiomes(104)
c = forBiomes(44)
beach = forBiomes(2)
a.registerGenBiomeRep(104)
beach.registerGenBiomeRep(44)
a.set("waterColor", "0")
a.set("genVillages", "true")
b.set("genVillages", "true")
c.set("genVillages", "true")
b.set("name", "Nostalgia")
c.set("name", "Nostalgia Beach")
b.addFlower("minecraft:yellow_flower", 10)
b.addFlower("minecraft:red_flower", 10)
b.addFlower("minecraft:tallgrass", 5)
a.addFlower("minecraft:tallgrass", 5)
a.addFlower("minecraft:yellow_flower", 10)
a.addFlower("minecraft:red_flower", 10)
a.removeOre("DIORITE")
a.removeOre("GRANITE")
a.removeOre("ANDESITE")
b.removeOre("DIORITE")
b.removeOre("GRANITE")
b.removeOre("ANDESITE")
c.removeOre("DIORITE")
c.removeOre("GRANITE")
c.removeOre("ANDESITE")
b.addSpawn("com.bitfliped.humans.entity.EntityHuman", "CREATURE", 40, 3, 15)
c.addSpawn("com.bitfliped.humans.entity.EntityHuman", "CREATURE", 40, 3, 15)
commented

Please join the discord linked on the wiki to discuss how to write scripts. This is not a bug.