diff --git a/README.txt b/README.txt index 9cca7af..be9d681 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,11 @@ -A subgame by 1248 -I develop the Regnum subgame over the last 5 years +A Game by 1248 + Thanks to: -NightmareLP who build a mod for my subgame -et77 who had some great ideas -wuschel1912 who tests the subgame - +NightmareLP for building a mod +et77 for great ideas +wuschel1912 for testing +Info: If you want better tools and/or to upgrade them, Regnum is the right choice for you. With Regnum you can get very fast tools. Some tools can double your ores when you dig for them. You have to craft more then 120 battleaxes to get the best one. The Regnum battle-axe! @@ -18,4 +18,8 @@ Look with the xp key for all xp you need. Get coins, laser-guns and many other rewards Get a gift from 4 mobs. More then 1800 different blocks, items, tools and lots more. -It will take a long time before you get the regnum battle-axe, the highest level, all keys,8 Regnum bags and the best armor \ No newline at end of file +It will take a long time before you get the regnum battle-axe, the highest level, all keys,8 Regnum bags and the best armor + +License: +See README.txt in each mod for more information +Every code written by me is LGPLv2.1 \ No newline at end of file diff --git a/menu/Thumbs.db b/menu/Thumbs.db index 34cb0cb..9f1d407 100644 Binary files a/menu/Thumbs.db and b/menu/Thumbs.db differ diff --git a/mods/tutorial/README.txt b/mods/tutorial/README.txt deleted file mode 100644 index 1586f9f..0000000 --- a/mods/tutorial/README.txt +++ /dev/null @@ -1,10 +0,0 @@ -Copyright by 1248 -Textures by 1248 -Code by 1248 -Ideas by 1248 & other - -atom.lua: -Copyright by 1248 -Textures by et77 -Code by 1248 -Ideas by et77 \ No newline at end of file diff --git a/mods/tutorial/init.lua b/mods/tutorial/init.lua index 0021364..c4030e6 100644 --- a/mods/tutorial/init.lua +++ b/mods/tutorial/init.lua @@ -14,7 +14,7 @@ minetest.register_on_joinplayer(function(player) offset = {x=0, y=30}, alignment = {x=1, y=0}, number = 0xFFFFFF , - text = "Game Version : 3.2.7", + text = "Game Version : 3.2.8", }) end)