We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cdde9 commit 319855fCopy full SHA for 319855f
src/main/java/site/hellishmods/digitality/init/CommonPackInit.java
@@ -53,6 +53,7 @@ public static void generate() {
53
54
@SubscribeEvent
55
static void onConstruct(final FMLConstructModEvent e) {
56
+ if (tmpDir==null) generate(); // Generate if not already
57
ResourcePackInit.load(); // Call the resource pack method when the event comes
58
}
59
0 commit comments