Skip to content

Commit

Permalink
Add missing recipes to OC (GTNewHorizons#10726)
Browse files Browse the repository at this point in the history
[Server thread/WARN] [OpenComputers/OpenComputers]: No recipe for 'configuratorUpgrade', you will not be able to craft this item. To suppress this warning, disable the recipe (assign `false` to it).
[Server thread/WARN] [OpenComputers/OpenComputers]: No recipe for 'ritegUpgrade', you will not be able to craft this item. To suppress this warning, disable the recipe (assign `false` to it).
It also leads to a message being sent to the player after joining: "There were errors loading one or more recipes. Some items may be uncraftable. Please check your log file for more information."
  • Loading branch information
xchgeax authored Jul 16, 2022
1 parent 7e827ba commit 05d4894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/opencomputers/gtnh.recipes
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,7 @@ chipDiamond = false
gemDiamond = false

beekeeperUpgrade = true

configuratorUpgrade = true

ritegUpgrade = true

0 comments on commit 05d4894

Please sign in to comment.