From aa1b3a714274a2455503578412dc5e2c3992e4f1 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Fri, 8 Nov 2019 08:47:51 +0100 Subject: [PATCH] Remove old README --- README.md | 3 +++ README.txt | 38 -------------------------------------- 2 files changed, 3 insertions(+), 38 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..1089f69 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +For a description of this Minetest mod, see +https://forum.minetest.net/viewtopic.php?f=9&t=10271. + diff --git a/README.txt b/README.txt deleted file mode 100644 index 564376d..0000000 --- a/README.txt +++ /dev/null @@ -1,38 +0,0 @@ -=== BUILTIN_ITEM MOD for MINETEST-C55 === -by PilzAdam - -Features: -This mod adds some new features to the builtin items: -- The items are pushed by flowing water -- The items are destroyed by lava -- The items are removed after 300 seconds or the time that is specified by - remove_items in minetest.conf (0 disables it) - -How to install: -Unzip the archive an place it in minetest-base-directory/mods/minetest/ -if you have a windows client or a linux run-in-place client. If you have -a linux system-wide instalation place it in ~/.minetest/mods/minetest/. -If you want to install this mod only in one world create the folder -worldmods/ in your worlddirectory. -For further information or help see: -http://wiki.minetest.com/wiki/Installing_Mods - -License: -WTFPL (see below) - -See also: -http://minetest.net/ - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2004 Sam Hocevar - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO.