Skip to content

Commit

Permalink
Recipe Conflict + Recipe Fix (#780)
Browse files Browse the repository at this point in the history
* Update ScriptBiblioCraft.java

Replaces the OpenComputers ButtonGroup for the TypeWriter with the Keyboard

* Fix LogisticsPipes recipe conflict

Replaces all LogisticsPipes blocks to use Integrated Circuit 24 instead of 18 in order to solve a recipe conflict between Crafting Logistics Pipes & Logistics Crafting Table
  • Loading branch information
54M44R authored Dec 14, 2023
1 parent 24c2204 commit 45cd2b0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public void loadRecipes() {
addShapedRecipe(
TypeWriterB[i],
"plateRubber",
getModItem(OpenComputers.ID, "item", 1, 20),
getModItem(OpenComputers.ID, "keyboard", 1),
"plateRubber",
"ringIron",
color16[i],
Expand Down
Loading

0 comments on commit 45cd2b0

Please sign in to comment.