From 395c051aaf9bf0dc75fa386fae5044a0d0ad8626 Mon Sep 17 00:00:00 2001 From: Whiskers75 - Date: Sun, 17 Jun 2012 10:40:44 +0100 Subject: [PATCH] 1: Got everything working! --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e2f410 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +TICTACTOE MOD FOR MINETEST-C55 - VER 1.0.0 +------------------------------ + +by whiskers75 + +Version 1.0: + +This mod adds X and O blocks to Minetest! +They can only be obtained via /giveme tictactoe:("x" or "o")_on. +To activate their ability to give out electricity, punch them. +I hope to add a crafting recipe and a board later on.