Wine mod for Minetest (and other beverages)

A.C.M 2768ac8b84 Rum added. 5 years ago
locale 1653f977f3 Added intllib support (thanks Xanthin) 8 years ago
models a0bdf03918 New barrel model, wine glass can be placed 8 years ago
textures 2768ac8b84 Rum added. 5 years ago
README.md f4ac91393b added sake from rice 5 years ago
depends.txt 5ca1bd332b added blue agave to mapgen and abm to make it spread, also bonemeal support 6 years ago
init.lua 2768ac8b84 Rum added. 5 years ago
license.txt 3269413945 Changed license 7 years ago
screenshot.jpg a0bdf03918 New barrel model, wine glass can be placed 8 years ago

README.md

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:

  • 0.1 - Initial release
  • 0.2 - Added protection checks to barrel
  • 0.3 - New barrel model from cottages mod (thanks Napiophelios), also wine glass can be placed
  • 0.4 - Added ability to ferment barley from farming redo into beer and also honey from mobs redo into honey mead
  • 0.5 - Added apple cider
  • 0.6 - Added API so drinks can easily be added, also added wheat beer thanks to h-v-smacker and support for pipeworks/tubelib
  • 0.7 - Blue Agave now appears in desert areas and spreads very slowly, can me fermented into tequila
  • 0.8 - Barrel and Agave both use node timers now thanks to h-v-smacker, added sake

Lucky Blocks: 9

Wine Mod API

wine:add_item(list)

e.g.

wine:add_item({

{"farming:barley", "wine:glass_beer"},
{"default:apple", "wine:glass_cider"},

})