Removed old functions
This commit is contained in:
parent
a9d1082ed2
commit
c4230de3c0
1 changed files with 0 additions and 8 deletions
|
@ -71,12 +71,4 @@ public class BetterEnd implements ModInitializer {
|
||||||
public static ResourceLocation makeID(String path) {
|
public static ResourceLocation makeID(String path) {
|
||||||
return new ResourceLocation(MOD_ID, path);
|
return new ResourceLocation(MOD_ID, path);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getStringId(String id) {
|
|
||||||
return String.format("%s:%s", MOD_ID, id);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static boolean isModId(ResourceLocation id) {
|
|
||||||
return id.getNamespace().equals(MOD_ID);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue