1.20.1 port

This will not receive any future updates
This commit is contained in:
Martin Prokoph
2024-07-03 15:03:23 +02:00
parent b61a85b5f7
commit e13a5ad978
8 changed files with 118 additions and 20 deletions

View File

@@ -23,6 +23,6 @@ public class PictureSignClient {
PictureSignConfig.init(MOD_ID, PictureSignConfig.class);
}
public static Identifier id(String path) {
return Identifier.of(MOD_ID, path);
return new Identifier(MOD_ID, path);
}
}