asResource empty
This commit is contained in:
@@ -8,4 +8,7 @@ public class ModConstants {
|
|||||||
public static ResourceLocation asResource(String path) {
|
public static ResourceLocation asResource(String path) {
|
||||||
return ResourceLocation.fromNamespaceAndPath(MODID, path);
|
return ResourceLocation.fromNamespaceAndPath(MODID, path);
|
||||||
}
|
}
|
||||||
|
public static ResourceLocation asResource() {
|
||||||
|
return ResourceLocation.fromNamespaceAndPath(MODID,"");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user