baritone/buildSrc/src/main/java/baritone/gradle/util/MappingType.java

9 lines
189 B
Java
Raw Normal View History

package baritone.gradle.util;
// this should be the same as in ForgeGradle
// credit 2 asmlibgradle (i made this btw)
public enum MappingType {
SEARGE,
NOTCH,
CUSTOM // forgegradle
}