Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
What this mod is:
This mod is a patch for the Origin Classes port for Forge which balances the Merchant.
What this mod does:
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:
How to change how many trades are available:
- Create a datapack
- Create a file under data/origin-classes/powers/ named trade_availability.json
- Use the following template
{ "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)
Credits:
- @DragonsPlus for the Origins: Classes (Forge) mod
- @Apace for the Origins: Classes mod