Pluto's Drinks API

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

File Details

1.20.1+0.4.1+build.135

  • R
  • Apr 6, 2026
  • 264.42 KB
  • 6
  • 1.20.1+1
  • Fabric

File Name

PlutosDrinksAPI-1.20.1+0.4.1+build.135.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:pdapi-1114525:7882661"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## 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 ingredient

## Changes
- Sip amounts are no longer determined by item durability, rather by a custom tag called `Sipped`.
- The "Specialty Drinks" creative tab icon has been changed to the PDAPI Icon (a custom item only obtainable through commands)
- The current level must be used to obtain the Specialty Drink and Drink Addition managers
  - use `Level.getSpecialtyDrinkManager()` and `Level.getDrinkAdditionManager`
- Adds support for (and embeds) Chemicals 2.0.x, using `ConsumedInstances` and `AbsorptionType`s