package com.jared.mysticaltrinkets.config; public class ConfigInfo { public static boolean trollItems; public static int airRitualHight; public static boolean render3DItems; public static int mysticalBiomeID; public static int mysticalOreGenHeight, mysticalOreGenChancePerChunk, MysticalOreGenClusterSize; public static int fireShardOreGenHeight, fireShardOreGenChancePerChunk, fireShardOreGenClusterSize; public static int waterShardOreGenHeight, waterShardOreGenChancePerChunk, waterShardOreGenClusterSize; public static int floatingShardOreGenHeight, floatingShardOreGenChancePerChunk, floatingShardOreGenClusterSize; public static int natureShardOreGenHeight, natureShardOreGenChancePerChunk, natureShardOreGenClusterSize; }