package io.gitlab.jfronny.quickmeth; import io.gitlab.jfronny.libjf.config.Entry; import io.gitlab.jfronny.libjf.config.JfConfig; public class Cfg implements JfConfig { @Entry public static boolean corruptGenericMath = true; @Entry public static boolean corruptGenericMath2 = false; @Entry public static boolean corruptPerlinNoise = true; @Entry public static boolean corruptSimplexNoise = true; }