From 7230c267cfe00a2c582bb90c888fd9073a1c413e Mon Sep 17 00:00:00 2001 From: Alithea <35825023+coolcodee2007@users.noreply.github.com> Date: Wed, 31 Oct 2018 14:29:51 +0800 Subject: [PATCH] Created Readme.md --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f9fed0 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +Sweet Nodes Mod +=============== + +Description: Adds edible and decorative nodes to Minetest. +Technical Name: sweet_nodes +Version: 0.1 +License: MIT +Usage: For decoration or for food. +How to Craft: +Sugar = S +Bread = B +Empty = _ +Pop Tart = P +Wood = W + +Sugar: Find papyrus and smelt in furnace. Collect sugar. + +Pop Tart: S S S + B B B + _ _ _ + +Pop Tart Node: P P P + W W W + _ _ _ + +Installation +============ + +After downloading, place the file in minetest/mods/ + +( GNU/Linux: If you use a system-wide installation place + it in ~/.minetest/mods/. ) + +( If you only want this to be used in a single world, place + the folder in worldmods/ in your worlddirectory. ) + +For further information or help see: +http://wiki.minetest.com/wiki/Installing_Mods