Skip to content

Commit

Permalink
Increase lava per wandering trader
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Jul 14, 2020
1 parent 874810d commit e690afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/skyblock/Trades.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected static TradeOffers.Factory newSellItemFactory(Item item, int price, in

tier2Trades.addAll(Arrays.asList(
// Tier 2 Trades
newProcessItemFactory(Items.BUCKET, 1, 16, Items.LAVA_BUCKET, 1, 9),
newProcessItemFactory(Items.BUCKET, 1, 16, Items.LAVA_BUCKET, 1, 11),
newSellItemFactory(Items.JUKEBOX, 64, 1, 6),
newSellItemFactory(Items.ENCHANTING_TABLE, 64, 1, 6),
newSellItemFactory(Items.HEART_OF_THE_SEA, 64, 1, 6),
Expand Down

0 comments on commit e690afb

Please sign in to comment.