{
	"name" : "thaumtower",
	"tower" : {
        "type" : "ENIKO",
        "theme" : {
            "base" : "NETHER",
            "primary": {
					"walls" : {
                        "type" : "WEIGHTED", 
                        "data" : [
                            {"type" : "METABLOCK", "data" : {"name" : "thaumcraft:stone", "meta" : 0}, "weight" : 80},
                            {"type" : "METABLOCK", "data" : {"name" : "thaumcraft:stone", "meta" : 1}, "weight" : 15},
                            {"type" : "METABLOCK", "data" : {"name" : "biomesoplenty:stone", "meta" : 10}, "weight" : 1},
                            {"type" : "METABLOCK", "data" : {"name" : "biomesoplenty:stone", "meta" : 2}, "weight" : 4}
                        ]
                    },
					"pillar" : {
						"type" : "METABLOCK",
						"data" : {
							"name" : "botania:quartzTypeDark",
							"meta" : 2
						}
					},
					"stair" : {
						"type" : "METABLOCK",
						"data" : {
							"name" : "botania:biomeStoneB3Stairs"
						}
					}
				},
				"secondary": {
					"walls" : {
                        "type" : "WEIGHTED", 
                        "data" : [
                            {"type" : "METABLOCK", "data" : {"name" : "botania:biomeStoneB", "meta" : 3}, "weight" : 70},
                            {"type" : "METABLOCK", "data" : {"name" : "botania:biomeStoneB", "meta" : 11}, "weight" : 30}
                        ]
                    },
					"pillar" : {
						"type" : "METABLOCK",
						"data" : {
							"name" : "botania:quartzTypeDark",
							"meta" : 2
						}
					},
					"stair" : {
						"type" : "METABLOCK",
						"data" : {
							"name" : "botania:biomeStoneB3Stairs"
						}
					}
				}
        }
    }
}