CurseForge · Minecraft mod
MoreJS Ribbits Compat
Compat mod to allow Ribbit trades be modified via MoreJS
Quick answer
Which MoreJS Ribbits Compat release should I use?
MoreJS Ribbits Compat morejsribbits-neoforge-1.21.1-0.0.1.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 7 required mods have matching files.
Where it goes
Is MoreJS Ribbits Compat required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does MoreJS Ribbits Compat morejsribbits-neoforge-1.21.1-0.0.1.jar need?
morejsribbits-neoforge-1.21.1-0.0.1.jar. Change the file and its required mods may change too.
Install Ribbits, MoreJS, GeckoLib, YUNG's API (NeoForge) [1.20.4-1.21.1 ONLY] and 3 more first. We found matching files for this game-version and loader setup. 5 come through another mod in the chain.
5 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add MoreJS Ribbits Compat without breaking your instance.
Built for MoreJS Ribbits Compat morejsribbits-neoforge-1.21.1-0.0.1.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use morejsribbits-neoforge-1.21.1-0.0.1.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Ribbits, MoreJS, GeckoLib, YUNG's API (NeoForge) [1.20.4-1.21.1 ONLY] and 3 more first. We found matching files for this game-version and loader setup. 5 come through another mod in the chain.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside morejsribbits-neoforge-1.21.1-0.0.1.jar. It opens that exact file at the source.
About this project
What does MoreJS Ribbits Compat add?
Compat addon was requested for a modpack so I uploaded it.
Allows to add and remove trades for ribbits. You can give every ribbit profession trades. You can also decide how many trades should be generated.
MoreJSEvents.villagerTrades((event) => {
event.removeRibbitTrades();
event.addRibbitTrades("ribbits:gardener", [
VillagerUtils.createSimpleTrade(["minecraft:wheat", "minecraft:wheat"], "minecraft:bread"),
VillagerUtils.createSimpleTrade("3x minecraft:diamond", "minecraft:diamond_sword")
]);
event.addRibbitTrades("ribbits:merchant", [
VillagerUtils.createSimpleTrade(["minecraft:wheat", "minecraft:wheat"], "minecraft:bread"),
VillagerUtils.createSimpleTrade("3x minecraft:diamond", "minecraft:diamond_sword")
]);
event.addRibbitTrades("ribbits:fisherman", [
VillagerUtils.createSimpleTrade(["minecraft:wheat", "minecraft:wheat"], "minecraft:bread"),
VillagerUtils.createSimpleTrade("3x minecraft:diamond", "minecraft:diamond_sword")
]);
});
MoreJSEvents.villagerTrades((event) => {
event.setRibbitOfferAmount(15);
event.setRibbitOfferAmount("ribbits:gardener", 7);
});
Project description from CurseForge.
Pick your setup
MoreJS Ribbits Compat by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
MoreJS Ribbits Compat versions and loaders
morejsribbits-neoforge-1.21.1-0.0.1.jar
14 Sept 2026
morejsribbits-1.20.1-0.0.1.jar
14 Jul 2025
Looking for an older file? The official CurseForge project page is in Resources.