Skip to content

Commit

Permalink
Remove GT disassembler recipe map
Browse files Browse the repository at this point in the history
Disassembler is being removed
  • Loading branch information
D-Cysteine committed Apr 8, 2023
1 parent 367fd9b commit 204d4b4
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ public enum RecipeMap {
new Dimension(1, 1),
new Dimension(0, 0)),

DISASSEMBLER(
GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes,
"disassembler",
ItemList.Machine_HV_Disassembler,
true,
new Dimension(1, 1),
new Dimension(0, 0),
new Dimension(3, 3),
new Dimension(0, 0)),

SCANNER(
GT_Recipe.GT_Recipe_Map.sScannerFakeRecipes,
"scanner",
Expand Down

0 comments on commit 204d4b4

Please sign in to comment.