From 20fc031e6da01542e9036507e42b8ecb005ba14e Mon Sep 17 00:00:00 2001 From: Red_King_Cyclops Date: Sun, 3 Nov 2019 13:34:53 +0000 Subject: [PATCH] added readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce75fe..d503c52 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # adventure_vendors -Repository for the adventure_vendors mod. \ No newline at end of file +This mod adds in "adventure vending machines", which are vending machine blocks that have no owner and are intended for adventure maps instead of servers. In order to use an adventure vending machine, you must right click it while holding a certain stack of items to receive one or more new items. To find out what the machine buys and sells, right click the machine with an empty hand or create a sign next to it that explains what it sells and buys. To create an adventure vending machine, you must use the API and write/fill-in a function that adds in the adventure vending machine in "vendors.lua". + +The code is licenced under LGPL 2.1 and the textures are licenced under CC-BY-SA. The code and textures were created by Red_King_Cyclops. \ No newline at end of file