Pluto's Drinks API

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

File Details

1.20.1+0.2.20

  • B
  • Oct 3, 2024
  • 165.39 KB
  • 168
  • 1.20.1+1
  • Fabric

File Name

PlutosDrinksAPI-1.20.1+0.2.20.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

0.2.20

  • Addition: A test drink item that only appears in development environments
  • Change: Ingredient Sequences now display an arrow by the result in REI
  • Change: Ingredient Sequences now condense any of the same item in a row
    • Ex: (Ice, Milk, Milk, Honey) is now (Ice, Milk x2, Honey)
  • Change: The ingredient limit for Specialty Drinks is tested after condensing ingredients
    • Basically it condenses the ingredients first then tests if it is over the 15 limit
  • Fix: Ingredient Sequences with 10+ ingredients now display their recipes in REI correctly

0.2.19

  • Change: Specialty Drinks now have specific serializers that determine how they are loaded (no effect on gameplay)
  • Addition: Extension Mods can add new specialty drink serializers (used in teatime)