gbl / EasierVillagerTrading

This is a client side Minecraft mod that allows one-click-trades with villagers. Great if you sell double chests of food to farmers, or sugar cane to librarians.
MIT License
24 stars 19 forks source link

Update to 1.20.6 #54

Open Tunfisch96 opened 4 months ago

Tunfisch96 commented 4 months ago

Updated to 1.20.6

Creating a Pull request for branch fabric_1_20 since there are no branches for the subversions.

Changes made: Updated fabric-loom to 1.6 and java version to 21. Updated methods names in BetterGuiMerchant.java for the following: getAdjustedFirstBuyItem -> getDisplayedFirstBuyItem getSecondBuyItem -> getDisplayedSecondBuyItem canCombine -> areItemsAndComponentsEqual

There is already a Pull request for the Versionfiles here, that I have used.