Skip to content

Commit

Permalink
fix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshy2002 committed Jan 12, 2025
1 parent 2126a0d commit 560a3a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/java/com/dreammaster/scripts/ScriptLogisticPipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -1366,15 +1366,15 @@ private void loadMiscRecipes() {
// Logistics Disk
addShapedRecipe(
getModItem(LogisticsPipes.ID, "item.itemDisk", 1, 0, missing),
"plateCarbon",
"plateCarbon",
"plateCarbon",
"plateCarbon",
"platePlastic",
"platePlastic",
"platePlastic",
"platePlastic",
getModItem(OpenComputers.ID, "item", 1, 19, missing),
"plateCarbon",
"plateCarbon",
"circuitULV",
"plateCarbon");
"platePlastic",
"platePlastic",
"circuitPrimitive",
"platePlastic");

// Logistics HUD Glasses
addShapedRecipe(
Expand Down

0 comments on commit 560a3a5

Please sign in to comment.