Wine mod for Minetest (and other beverages)
A.C.M 2768ac8b84 Rum added. | hace 5 años | |
---|---|---|
locale | hace 8 años | |
models | hace 9 años | |
textures | hace 5 años | |
README.md | hace 5 años | |
depends.txt | hace 6 años | |
init.lua | hace 5 años | |
license.txt | hace 8 años | |
screenshot.jpg | hace 9 años |
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"},
})