Back to mods
PonderLib project artwork

CurseForge · Minecraft mod

PonderLib

An in-game tutorial system for NeoForge mods, as a standalone library other mods depend on.

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

Quick answer

Which PonderLib release should I use?

Updated 4 days ago
Latest stable file ponderlib-0.7.3-neoforge-1.21.1
Game version 1.21.1
Loader NeoForge

ponderlib-0.7.3-neoforge-1.21.1 targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is PonderLib 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 ponderlib-0.7.3-neoforge-1.21.1 need?

ponderlib-0.7.3-neoforge-1.21.1. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add PonderLib without breaking your instance.

Built for ponderlib-0.7.3-neoforge-1.21.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use ponderlib-0.7.3-neoforge-1.21.1. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  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 ponderlib-0.7.3-neoforge-1.21.1. It opens that exact file at the source.

About this project

What does PonderLib add?

PonderLib

An in-game tutorial system for Minecraft mods.

A scene plays in a floating window, the camera orbits it, text bubbles point at blocks and walk the player through what's happening — built from a real schematic, driven by a small storyboard API. Standalone, no external mod dependencies.

Heads up: this is a library. It doesn't do anything by itself. You'd have it installed because some other mod depends on it — not because you went looking for it.

For mod devs

  • A scene is a vanilla .nbt schematic plus a small code storyboard: reveal sections, move/rotate things, animate entities along eased collision-aware paths, show text bubbles anchored to a point in the scene, draw outlines, spawn particles, wait on keyframes.
  • The player-facing UI is already built: scrubber with keyframe marks, play/pause/replay, slow mode, a hover-to-inspect mode, and a scene browser grouped by tag.
  • Players get into a scene by holding a key over an item tooltip or a placed block, or from the browser's own keybind.
  • Scenes from different mods can order themselves relative to each other, so a shared tutorial sequence still makes sense when several mods contribute to it independently.

Add it to your build

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.Flomik10002:PonderLib:v{version}-{loader}-{mc_version}'
}

Source, issues, full API: github.com/Flomik10002/PonderLib

License

LGPL-3.0-or-later. Depending on it and calling the API puts no obligations on your mod's license — closed-source is fine. Only modifying PonderLib itself triggers the share-back requirement. Full breakdown, including the MIT-derived portions, is in the repo's README.

Project description from CurseForge.

Pick your setup

PonderLib 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

PonderLib versions and loaders

2 of 2 releases match

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