mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Remove unused Deprecated values
This commit is contained in:
parent
7d5876a7ad
commit
f45bcb2f30
1 changed files with 0 additions and 6 deletions
|
@ -18,12 +18,6 @@ import net.neoforged.fml.loading.FMLLoader;
|
||||||
|
|
||||||
public final class Util {
|
public final class Util {
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static final int WILDCARD = Short.MAX_VALUE;//OreDictionary.WILDCARD_VALUE;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static final int BUCKET = 1000;
|
|
||||||
|
|
||||||
public static boolean isDevVersion() {
|
public static boolean isDevVersion() {
|
||||||
return ActuallyAdditions.VERSION.equals("@VERSION@");
|
return ActuallyAdditions.VERSION.equals("@VERSION@");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue