port A LOT

This commit is contained in:
2026-01-10 23:36:28 -05:00
parent dfde4b2315
commit 9a954a0af1
446 changed files with 57881 additions and 71 deletions
@@ -1,5 +1,6 @@
package net.cmr.jurassicrevived;
import net.minecraft.resources.ResourceLocation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -9,4 +10,12 @@ public class Constants
public static final String MOD_ID = "jurassicrevived";
public static final String MOD_NAME = "JurassicRevived";
public static final Logger LOG = LoggerFactory.getLogger(MOD_NAME);
public static ResourceLocation rl(String path) {
//? if >1.20.1 {
/*return ResourceLocation.fromNamespaceAndPath(MOD_ID, path);
*///?} else {
return new ResourceLocation(MOD_ID, path);
//?}
}
}