mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-16 14:15:10 +01:00
1.20.1 port
This will not receive any future updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user