summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-01-04 14:07:09 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-01-04 14:07:09 +0000
commit7a1029a38a89574ad4979a71597fb6fd4fefc4b1 (patch)
tree1f2a10fc0d7b1bd084f13b2174f72e8252629524 /README.md
parentdc67662a42587ca2273d287b2a8fe35ab5ef2d46 (diff)
added api, wheat beer, pipework support
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index e25c84f..9bb889c 100644
--- a/README.md
+++ b/README.md
@@ -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"},
+})