
Pluto's Drinks API
I don't know my version or loader
Pluto's Drinks API (or PDAPI for short) is a (not so) simple API mod for the Pluto's Drinks Series that adds customizable drinks.
Features
While this is an API mod, it does add some Runtime features into the game, including:
- A Drink Workstation block for adding ingredients into drinks (Useless without another Drink mod)
/drinkcommand for setting/retrieving amount of caffeine (and other chemicals) in players- Several built-in drink additions (list can be found on the wiki and the ability to create custom drink additions using datapacks
Heads Up
While you are free to use this in your own projects, this API is still in Beta and I am still developing the Pluto's Drinks Series, meaning I will often rewrite and fiddle around with various parts of the code thus causing several breaking changes in minor versions of the mod.
Nonetheless...
Usage
If you wish to use this API in your own Mods, add the following to your build.gradle and gradle.properties files. See modrinth or github for the latest version.
build.gradle
repositories {
maven { url = "https://maven.shedaniel.me/" } // Cloth Config
maven { url = "https://maven.plutonia.xyz/maven" } // PDAPI
}
dependencies {
modImplementation "ml.pluto7073:pdapi:${minecraft_version}+${pdapi_version}"
}
gradle.properties
pdapi_version=VERSION_NUMBER
Forge Version?
No, I lack the time, attention span, and motivation to learn an entirely new modloader
Modpacks?
Completely fine as long as you credit me and link back to the Modrinth or GitHub page for this mod.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as PlutosDrinksAPI-1.20.1+0.4.4+build.154.jar — drop this file into the mods folder
- Download size: 262 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.