This mod is a patch for the Origin Classes port for Forge which balances the Merchant.
This mod edits the merchant class which has infinite trades in the original mod. This is messing with the economy of multiplayer servers. With this patch, the amount of trades on the same item are doubled, as oposed to infinite trades. This can be changed in a custom datapack:
{ "type": "originclasseszoomerpatch:infinite_trade_zoom", "loading_priority": 111, "modifier": { "name": "Merchant Trade Tries Bonus", "value": 0.5, "operation": "addition" } }
4. Change the value property to your liking (0 means same amount of trades as in vanilla, 1 means infinite trades, 0.5 means double the trades from vanilla)