Add ability to specify "fillerBlockMeta"
superckl opened this issue ยท 5 comments
It's in the title. Requested here:
Feature is in build 147:
Example:
allBiomes = forAllBiomes()
allBiomes.set("fillerBlock", "minecraft:sandstone")
allBiomes.set("fillerBlockMeta", 1)
This will cause smooth sandstone (metadata 1) to generate as the filler block.