Skip to content

Commit

Permalink
Fix for GT6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethryan committed Jun 15, 2024
1 parent 158a664 commit 4a5f796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tb/init/TBThaumonomicon.java
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public static void setup() {
new ItemStack(ConfigItems.itemResource, 1, 14) });

CrucibleRecipe[] shards = new CrucibleRecipe[6];
if (Loader.isModLoaded("gregtech")) {
if (Loader.isModLoaded("gregtech") && !Loader.isModLoaded("gregapi")) {

// Extend the size to support the new item inputs
shards = new CrucibleRecipe[12];
Expand Down

0 comments on commit 4a5f796

Please sign in to comment.