Changelog
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 Milk Bottle and Drink Workstation to match pdapi
plutoscoffee:milk_bottle
is nowpdapi:milk_bottle
plutoscoffee:coffee_workstation
is nowpdapi:drink_workstation
- Any items or blocks already in the world will be converted
Technical Changes
- When specifying chemicals in drink additions or specialty drinks, the Mod Id of the mod the chemical is from is required as well:
{
"caffeine": 10
}
is now:
{
"pdapi:caffeine": 10
}