Skip to content

Commit bbe1983

Browse files
Fix AMD recipe
1 parent cb83a4b commit bbe1983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/silvermoon/boxplusplus/common/loader/RecipeLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public static void addModuleRecipe() {
253253
.itemOutputs(new ItemStack(BlockRegister.BoxModule, 1, 4))
254254
.itemInputs(
255255
new ItemStack(BlockRegister.BoxRing2, 2),
256-
GTModHandler.getModItem(GregTech.ID, "gt.blockmachines", 64, 860),
256+
GTModHandler.getModItem(GregTech.ID, "gt.blockmachines", 64, 3004),
257257
GTModHandler.getModItem(GregTech.ID, "gt.metaitem.01", 64, 32764),
258258
GTModHandler.getModItem(OpenComputers.ID, "item", 9, 103),
259259
GTModHandler.getModItem(GregTech.ID, "gt.blockmachines", 9, 15470),

0 commit comments

Comments
 (0)