Pluto's Drinks API
Modby pluto7073
A small little API mod for the Pluto's Drinks Series
Type
Mod
CurseForge Downloads
2,790
CurseForge ID
1114525
Modrinth Downloads
5,466
Modrinth ID
3frUAX4S
Last Updated
Jul 22, 2026
Description
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)
- `/drink` command for setting/retrieving amount of caffeine (and other chemicals) in players
- Several built-in drink additions (list can be found on the [wiki](https://www.plutonia.xyz/wiki/plutosdrinks/drink-addins/) 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
```groovy
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
```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.
Compatibility
Mod Loaders
Fabric
Game Versions
1.20
1.20.1
1.20.2
1.20.3
1.20.4
1.20.5
1.20.6
Similar Mods
The Last of us - Zombie Apocalypse
The closest you can get to The last of us. BEST WHEN PLAYED WITH SIMPLE ANIMATED GUNS! THIS MOD IS IN VERY EARLY DEVELOP...
Mod
82,557
Farmer's Cutting: Blue Skies
Adds Farmer's Delight cutting recipes for Blue Skies
Mod
82,539
The Middle Torch
Adds a key to the game to place a torch
Mod
82,500
Potato Canon Plus [FORGE]
🥔Makes all food compatible with the potato cannon
Mod
82,481
Maptip
View maps in tooltips.
Mod
82,481
Punch Me Not
Punching trees is painful, Stone is even worse
Mod
82,473