Back to mods
TaterLib project artwork

CurseForge · Minecraft mod

TaterLib

A cross API code library for various generalizations used in the Tater* plugins

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

Quick answer

Which TaterLib release matches 1.10?

Updated 2 years ago
Best match for your filters taterlib-1.10-1.1.0.jar
Game version 1.10.2, 1.10, 1.10.1
Loader Fabric, Forge

taterlib-1.10-1.1.0.jar targets 1.10.2, 1.10, 1.10.1 with Fabric, Forge. 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 TaterLib 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 Fabric, Forge
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 taterlib-1.10-1.1.0.jar need?

taterlib-1.10-1.1.0.jar on 1.10. Every mod below is checked against that same setup.

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.

Legacy Fabric-Api Optional for taterlib-1.10-1.1.0.jar
optional
Matching file found Matched file: Legacy Fabric API 1.20.1
Fabric API Optional for taterlib-1.10-1.1.0.jar
optional
No matching file
LuckPerms Optional for taterlib-1.10-1.1.0.jar
optional
No matching file

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add TaterLib without breaking your instance.

Built for taterlib-1.10-1.1.0.jar on 1.10. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use taterlib-1.10-1.1.0.jar. It targets 1.10.2, 1.10, 1.10.1 with Fabric, Forge; 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 taterlib-1.10-1.1.0.jar. It opens that exact file at the source.

About this project

What does TaterLib add?

TaterLib

License Github Github Issues Discord wakatime

A cross API code library that allows developers to write code that works across multiple modding platforms, and across a wide range of Minecraft versions, all with one JAR file. If TaterLib runs on it, so can your plugin/mod.

Please note, some abstractions may not be fully implemented yet, and some may be missing. If you're looking for a specific abstraction/game event, please open an issue, and we'll get to it as soon as possible, or feel free to open a PR with an implementation. Contributions are always welcome!

Let's cut to the chase, why should you use and/or contribute to TaterLib? Well, let's say you have a mod/plugin that you want to port to a different modding API. You could go through the laborious task of implementing all the events, commands, etc. on each platform and create all your own cool fancy abstractions for each game object, or you could use TaterLib and save yourself a lot of time. (which is why I started this project in the first place)

There's two ways to use TaterLib, you can depend on the general API, then implement any missing features yourself on each platform, or if something's missing, you can start a PR with either a basic or full implementation, and we can improve TaterLib and save you a lot of time in the future. (a bit of a win-win)

Link to our support: Discord

Download

Github Releases

Spigot Hangar CurseForge

Modrinth CurseForge Sponge

BuiltByBit PolyMart Craftaro

Maven Snapshots RepoJenkins Dev Build

Maven RepoJenkins Builds

Adding to your project

repositories {
    maven {
        name = 'NeuralNexus'
        url = 'https://maven.neuralnexus.dev/releases'
    }
}

dependencies {
    compileOnly('dev.neuralnexus:taterlib-api:<version>')
}

There's also a snapshot repository available at https://maven.neuralnexus.dev/repository/snapshots

Compatibility Cheatsheet

TaterLib supports: Bukkit, BungeeCord, Fabric, Forge, Sponge, and Velocity

General notes:

  • No Fabric on 1.13
  • No Fabric/Forge below 1.7.10
Server type Versions Jar Name
1.20.x 1.20-1.20.4 TaterLib-1.20.x-<version>.jar
1.19.4 1.19.4 TaterLib-1.19.4-<version>.jar
1.19.2 1.19.2 TaterLib-1.19.2-<version>.jar
1.19 1.19 TaterLib-1.19-<version>.jar
1.18.2 1.18.2 TaterLib-1.18.2-<version>.jar
1.18 1.18 TaterLib-1.18-<version>.jar
1.17 1.17-1.17.1 TaterLib-1.17-<version>.jar
1.16 1.16-1.16.5 TaterLib-1.16-<version>.jar
1.15 1.15-1.15.2 TaterLib-1.15-<version>.jar
1.14 1.14-1.14.3 TaterLib-1.14-<version>.jar
1.13 1.13-1.13.2 TaterLib-1.13-<version>.jar
1.12 1.12-1.12.2 TaterLib-1.12-<version>.jar
1.11 1.11-1.11.2 TaterLib-1.11-<version>.jar
1.10 1.10-1.10.2 TaterLib-1.10-<version>.jar
1.9 1.9-1.9.4 TaterLib-1.9-<version>.jar
1.8 1.8-1.8.8 TaterLib-1.8-<version>.jar
1.7 1.7-1.7.10 TaterLib-1.7.10-<version>.jar
1.6.4 1.6.4 TaterLib-1.6.4-<version>.jar
1.2.5 1.2.5 TaterLib-1.2.5-<version>.jar
b1.7.3 b1.7.3 TaterLib-b1.7.3-<version>.jar

Dependencies

Optional Dependencies

  • LuckPerms - For permissions/prefix/suffix support

Commands and Permissions

Command Permission Description
/taterlib version taterlib.command.version Get the TaterLib version
/taterlib reload taterlib.command.reload Reload TaterLib config
/taterlib dump taterlib.command.dump Dump TaterLib info
/taterlib fulldump taterlib.command.fulldump Dump TaterLib info

Projects that use TaterLib

Feel free to open a PR to add your plugin/mod to this list!

Metrics

Bukkit

image

BungeeCord

image

Sponge

image

Velocity

image

Project description from CurseForge.

Pick your setup

TaterLib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

129 available setups

Showing the newest 12 of 55 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

TaterLib versions and loaders

1 of 37 releases match
Clear filters

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