diff --git a/patches/1.21/Common/src/main/java/com/hypherionmc/craterlib/nojang/resources/ResourceIdentifier.java.patch b/patches/1.21/Common/src/main/java/com/hypherionmc/craterlib/nojang/resources/ResourceIdentifier.java.patch new file mode 100644 index 0000000..267e68b --- /dev/null +++ b/patches/1.21/Common/src/main/java/com/hypherionmc/craterlib/nojang/resources/ResourceIdentifier.java.patch @@ -0,0 +1,11 @@ +--- a/Common/src/main/java/com/hypherionmc/craterlib/nojang/resources/ResourceIdentifier.java ++++ b/Common/src/main/java/com/hypherionmc/craterlib/nojang/resources/ResourceIdentifier.java +@@ -11,7 +11,7 @@ + } + + public ResourceIdentifier(String path) { +- this.internal = ResourceLocation.withDefaultNamespace(path); ++ this.internal = ResourceLocation.parse(path); + } + + public String getNamespace() {