Wine mod for Minetest (and other beverages)
A.C.M 2768ac8b84 Rum added. | 5 years ago | |
---|---|---|
locale | 8 years ago | |
models | 9 years ago | |
textures | 5 years ago | |
README.md | 5 years ago | |
depends.txt | 6 years ago | |
init.lua | 5 years ago | |
license.txt | 8 years ago | |
screenshot.jpg | 9 years ago |
Wine mod for Minetest
by TenPlus1
Depends: Farming Redo
This mod adds a barrel used to ferment grapes into glasses of wine, 9 of which can then be crafted into a bottle of wine. It can also ferment honey into mead, barley into beer, wheat into weizen (wheat beer), and apples into cider.
Change log:
Lucky Blocks: 9
wine:add_item(list)
e.g.
wine:add_item({
{"farming:barley", "wine:glass_beer"},
{"default:apple", "wine:glass_cider"},
})