Skip to content

Commit

Permalink
fix FinalTECH compability
Browse files Browse the repository at this point in the history
  • Loading branch information
balugaq committed Jan 26, 2025
1 parent cb590e2 commit fd6d5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.balugaq.jeg</groupId>
<artifactId>JustEnoughGuide</artifactId>
<version>55</version>
<version>56</version>

<pluginRepositories>
<pluginRepository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public static FlexItemGroup getFinalTECHRecipeItemGroup(@Nonnull Player player,
return null;
}
methodRecipeItemGroup_getBySlimefunItem.setAccessible(true);
return (FlexItemGroup) methodRecipeItemGroup_getBySlimefunItem.invoke(null, player, playerProfile, slimefunGuideMode, slimefunItem, null);
return (FlexItemGroup) methodRecipeItemGroup_getBySlimefunItem.invoke(null, player, playerProfile, slimefunGuideMode, slimefunItem, 1);
}

public static boolean isSpecialItem(@Nonnull SlimefunItem slimefunItem) {
Expand Down

0 comments on commit fd6d5df

Please sign in to comment.