Back to mods
MoreJS Ribbits Compat project artwork

CurseForge · Minecraft mod

MoreJS Ribbits Compat

Compat mod to allow Ribbit trades be modified via MoreJS

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which MoreJS Ribbits Compat release should I use?

Updated 3 days ago
Latest stable file morejsribbits-neoforge-1.21.1-0.0.1.jar
Game version 1.21.1
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 7 required mods have matching files

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.

2 listed on this file 5 pulled in by those mods
Ribbits Needed by MoreJS Ribbits Compat morejsribbits-neoforge-1.21.1-0.0.1.jar
required
Matching file found Matched file: Ribbits [NeoForge] 4.1.6 for 1.21.1
MoreJS Needed by MoreJS Ribbits Compat morejsribbits-neoforge-1.21.1-0.0.1.jar
required
Matching file found Matched file: MoreJS-NeoForge-1.21.1-0.16.0
GeckoLib Needed by Ribbits
pulled in
Matching file found Matched file: NeoForge 1.21.1 4.9.3
KubeJS Needed by MoreJS
pulled in
Matching file found Matched file: KubeJS NeoForge 2101.7.2-build.377
Better Advanced Tooltips Needed by KubeJS
pulled in
Matching file found Matched file: better-advanced-tooltips-2101.1.0-build.5.jar
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino 2101.2.7-build.85

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

2 available setups

Check 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

2 of 2 releases match

Looking for an older file? The official CurseForge project page is in Resources.