Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lime712 authored Jan 3, 2024
1 parent fd1fd79 commit 499af97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jatm/content/JATMItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void load(){
cost = 0.7f;
}};

tantrosItems.addAll(lead, metaglass, silicon, aluminium, corundum, lye, quicklime);
tantrosOnlyItems.addAll(tantrosItems).removeAll(serpuloItems);
tantrosItems.addAll(Items.lead, Items.metaglass, Items.silicon, aluminium, corundum, lye, quicklime);
tantrosOnlyItems.addAll(tantrosItems).removeAll(Items.serpuloItems);
}
}

0 comments on commit 499af97

Please sign in to comment.