Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minetest-mods/beverage

Add various drinks to minetest
https://github.com/minetest-mods/beverage

beverage drink

Last synced: 8 days ago
JSON representation

Add various drinks to minetest

Awesome Lists containing this project

README

        

Beverage Mod

This mod adds various drinks to minetest

License = MIT

Related forum link
https://forum.minetest.net/viewtopic.php?f=11&t=13601&hilit=beverage

![screenshot2](https://user-images.githubusercontent.com/11191763/52168608-17f60c00-273d-11e9-98c7-4a4e56eeb32e.png)
![screenshot](https://user-images.githubusercontent.com/11191763/52168610-19273900-273d-11e9-951b-229e23d279db.png)

-- Current Beverages

Coffee, Milk, Hot Chocolate
Tea, Green Tea , Orange Juice
Apple Juice, Cherry Juice, Lemonade
Coconut Milk

-- Dependecies

No external depentecies are needed, just the ones comes with default game engine:
- Default
- Vessels ( For crafting recipe )

-- Hot drinks have a steam animation effect

-- Beverages has support for these mods:
farming, farming_plus, mobs, animals_modpack, foodblock
moretrees, biomelib, mtfoods, foods, ethereal, flowers
bushes, food_sweet, kpgmobs, fruit, jkanimals, ironapple

You can add your own drinks by using the following template:

register_beverage({
name = name of your drink,
recipe = "put fruit for drink"
liquidcolour = "colour of your liquids RGB code",
description = "description of your drink", optional
wherein = "cup or glasses" optional cup by default
cuptexture = "cup/glasses texture", optional
heat = "hot or cold" optional hot by default
})

Changelog

1.7
Cleaned code
License changed from WTFPL to MIT
You have to use fire to boil hot beverages

1.6
Deleted unnecessary codes (kadeh etc)
More coins added
Deleted empty cup and glasses because of no use for now

1.5 -
Vending machine is rotateable
Code tidy
Use coins from many mods for vending machine

1.4 -
Added maximum stacks
Drinks are consumed when used

1.3 -
Added vending machine
Added tins
Improved Api

1.2 -
Added drinking sounds
Added support for thirsty mod
Added better inventory images (taken from coffee mod )
Improved Api

1.1 -
Better nodeboxes
Better steam animation (from farmingplusplus)
Glasses has texture option too

1.0 -
Initial Release