Scripts not working in 1.12.2
Opened this issue ยท 0 comments
These scripts aren't working for me. I thought I had them right so Idk what's wrong :(
AllBiomes = forAllBiomes()
AllBiomes.removeOre("DIORITE")
AllBiomes.removeOre("ANDESITE")
AllBiomes.removeOre("GRANITE")
RoofedForest = forBiomes(29, 157)
RoofedForest.set("genScatteredFeatures", false)
AllBiomes = forAllBiomes()
AllBiomes.removeDecoration("BIG_SHROOM")
AllBiomes = forAllBiomes()
AllBiomes.set("GenTallPlants", false)