Language

Pluto's Drinks API

Pluto's Drinks API

Modrinth

A small little API Mod for the Pluto's Drinks Series

5.2k downloads 1 followers updated 2mo ago
latest v1.20.1+0.4.3+build.144 Modrinth
Fabric 1.20 – 1.20.6 Library

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

Versions

Release
1.20.1+0.4.3+build.144
fabric · 1.20, 1.20.1 · 2mo ago
## Fixes - Drinks that have been drank from should not be editable with a workstation
167
Release
1.20.1+0.4.2+build.141
fabric · 1.20, 1.20.1 · 2mo ago
## Additions - Added an empty mug item for use in Pluto's Coffee and Tea Time - Drinks in mugs can be given additions by right clicking on the cup with the…
42
Release
1.20.1+0.4.1+build.139
fabric · 1.20, 1.20.1 · 2mo ago
## Additions - Added an empty mug item for use in Pluto's Coffee and Tea Time - Drinks in mugs can be given additions by right clicking on the cup with the…
19
Release
0.3.14+1.20.1
fabric · 1.20, 1.20.1 · 5mo ago
## Changes - Server config is no longer controlled by gamerules, and now uses a server config. - Modmenu can be used to edit the config in game, or you can…
476
Release
0.3.12+1.20.1
fabric · 1.20, 1.20.1 · 12mo ago
## Additions - The sipping feature from bartending has been added to PDAPI, now all drinks inheriting `AbstractCustomizableDrinkItem` are drank in sips -…
974
Release
0.3.11+1.20.1
fabric · 1.20, 1.20.1 · 17mo ago
## Changes - Specialty drinks are now rendered using the model of their base item - Basically they are rendered as if they were their base item but with the…
679
Release
0.3.9+1.20.1
fabric · 1.20, 1.20.1 · 17mo ago
### 0.3.9 - Drink additions can now have decimals in their chemical definitions - Specialty drinks now auto-load the amount of chemicals and all of the actions…
240
Release
0.3.2+1.20.1
fabric · 1.20, 1.20.1 · 18mo ago
## Changes - Updated embedded chemicals to fix a crash
189
Release
0.3.1+1.20.1
fabric · 1.20, 1.20.1 · 18mo ago
## Changes - Moved Chemicals to its own mod to use it in other projects - This is embedded in PDAPI still so there's no extra requirements - Renamed IDs of…
121
Beta
2.0.1+1.20.6
fabric · 1.20.5, 1.20.6 · 20mo ago
> **Note about this release**: Any drinks with additions will lose all of their addition data when coming from 1.20.4 or below because of Minecraft's…
132
Beta
1.0.1+1.20.4
fabric · 1.20.3, 1.20.4 · 20mo ago
## Changes - Updated to 1.20.4 - Drink Additions and Speciality Drinks now use Codecs for serialization, resulting in some changes to chemical specification in…
202
Beta
0.2.20+1.20.2
fabric · 1.20.2 · 20mo ago
### Updated to 1.20.2
83

Comments 0

No comments yet. Be the first to share your thoughts.