datagen beginnings

This commit is contained in:
2026-01-13 17:00:57 -05:00
parent 9a954a0af1
commit 7f0f7ddafe
15 changed files with 2081 additions and 2 deletions
@@ -18,4 +18,12 @@ public class Constants
return new ResourceLocation(MOD_ID, path);
//?}
}
public static ResourceLocation r2(String path) {
//? if >1.20.1 {
/*return ResourceLocation.parse(path);
*///?} else {
return new ResourceLocation(path);
//?}
}
}