Skip to content

Commit

Permalink
dont remove coke trade in the last PR (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Jan 9, 2025
1 parent cec0e70 commit fa44829
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public void provideTrades(@Nonnull EntityVillager villager, int profession,

protected void addRecipes(Object recipeList, Random rand) {
addTrade(recipeList, rand, 0.7F, new Offer(Items.emerald), new Offer(Items.coal, 24, 32));

addTrade(recipeList, rand, 0.4F, new Offer(RailcraftToolItems.getCoalCoke(), 8, 12), new Offer(Items.emerald));
addTrade(recipeList, rand, 0.4F, new Offer(Items.emerald), new Offer(RailcraftToolItems.getCoalCoke(), 12, 16));

addTrade(recipeList, rand, 0.7F, new Offer(Blocks.rail, 30, 34), new Offer(Items.emerald, 2, 3));
Expand Down

0 comments on commit fa44829

Please sign in to comment.