From f03880fc967aaecda39dec30ab26024eea5d71da Mon Sep 17 00:00:00 2001 From: Wouters Dorian Date: Fri, 31 Jul 2015 15:20:52 +0200 Subject: [PATCH] Move [notice] out of useless _misc_kaeza modpack --- mods/_misc_kaeza/README.txt | 34 -------------------------- mods/_misc_kaeza/modpack.txt | 0 mods/{_misc_kaeza => }/notice/init.lua | 0 3 files changed, 34 deletions(-) delete mode 100755 mods/_misc_kaeza/README.txt delete mode 100755 mods/_misc_kaeza/modpack.txt rename mods/{_misc_kaeza => }/notice/init.lua (100%) diff --git a/mods/_misc_kaeza/README.txt b/mods/_misc_kaeza/README.txt deleted file mode 100755 index ce632d7d..00000000 --- a/mods/_misc_kaeza/README.txt +++ /dev/null @@ -1,34 +0,0 @@ -Well, I've developed a few mods for testing new features in the engine (back -when they were new anyway). - -Since these mods have nothing in common, and are rather smallish, I don't -want to clutter up the forums with lots of topics. I'll be posting more here -as I push them to my repo (and I find where I left them :P). - -Dependencies ------------- -default - -License -------- -WTFPL for code and media files. - -Download --------- -ZIP Archive: https://github.com/kaeza/minetest-kaeza_misc/archive/master.zip -Browse Code: https://github.com/kaeza/minetest-kaeza_misc - -Mods ----- - -Currently, these are the things added: - -bookex - This overrides the default book. When used, you can write something in it. - Useful for taking notes and such. - -testclock - This was to test the new Lua HUD system. It adds a clock that shows the - time of the day (in-game). - -To uninstall a mod, just remove it from the pack :) diff --git a/mods/_misc_kaeza/modpack.txt b/mods/_misc_kaeza/modpack.txt deleted file mode 100755 index e69de29b..00000000 diff --git a/mods/_misc_kaeza/notice/init.lua b/mods/notice/init.lua similarity index 100% rename from mods/_misc_kaeza/notice/init.lua rename to mods/notice/init.lua