Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg committed Jan 10, 2025
1 parent 795bf20 commit 360ad15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ public static void initializeComponents() {
}).collect(Collectors.toMap(data -> (Integer) data[0], data -> data[1])));

MinecraftForge.EVENT_BUS.post(new CraftingComponentModificationEvent());
if (GTCEu.isKubeJSLoaded()) {
if (GTCEu.Mods.isKubeJSLoaded()) {
KJSCallWrapper.craftingComponentModification();
}
}
Expand Down

0 comments on commit 360ad15

Please sign in to comment.