asResource empty

This commit is contained in:
2026-07-11 00:22:12 +02:00
parent 9ad17d5f60
commit ce8b3010ec

View File

@@ -8,4 +8,7 @@ public class ModConstants {
public static ResourceLocation asResource(String path) {
return ResourceLocation.fromNamespaceAndPath(MODID, path);
}
public static ResourceLocation asResource() {
return ResourceLocation.fromNamespaceAndPath(MODID,"");
}
}