diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-01-21 22:49:36 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-01-21 22:49:36 +0300 |
commit | ffca704cc2b258e58a2a10079d9c49a2c20fe0fe (patch) | |
tree | 5df2ea2d5f5b302c517d790f70138455a6386b10 /README.md | |
parent | 787f52467c40401c2d3a23f8b46b793eded63043 (diff) | |
parent | 7a1029a38a89574ad4979a71597fb6fd4fefc4b1 (diff) |
merging with revamped upstream
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -13,5 +13,19 @@ Change log: - 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 -Lucky Blocks: 7 +Lucky Blocks: 8 + + +Wine Mod API +------------ + +wine:add_item(list) + +e.g. + +wine:add_item({ + {"farming:barley", "wine:glass_beer"}, + {"default:apple", "wine:glass_cider"}, +}) |