Skip to content

Commit

Permalink
Added Certificate of Taming to Villager trades
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed May 30, 2021
1 parent 35a9f82 commit 601e90e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class AddInventoryItemsToVillagerTrades {
TRADE_REGISTRIES.add( new TradeRegistry( VillagerProfession.FARMER, Instances.GIANT_SEED_ITEM, 5 ) );
TRADE_REGISTRIES.add( new TradeRegistry( VillagerProfession.FISHERMAN, Instances.FISHERMAN_EMBLEM_ITEM, 2 ) );
TRADE_REGISTRIES.add( new TradeRegistry( VillagerProfession.MASON, Instances.LUCKY_ROCK_ITEM, 2 ) );
TRADE_REGISTRIES.add( new TradeRegistry( VillagerProfession.SHEPHERD, Instances.TAMING_CERTIFICATE_ITEM, 2 ) );
}

@SubscribeEvent
Expand Down

0 comments on commit 601e90e

Please sign in to comment.