[HOTFIX] Fix crash for Resource Locations that use mod:something
format
This commit is contained in:
@@ -11,7 +11,7 @@ public class ResourceIdentifier {
|
||||
}
|
||||
|
||||
public ResourceIdentifier(String path) {
|
||||
this.internal = ResourceLocation.withDefaultNamespace(path);
|
||||
this.internal = ResourceLocation.parse(path);
|
||||
}
|
||||
|
||||
public String getNamespace() {
|
||||
|
Reference in New Issue
Block a user