diff --git a/game.conf b/game.conf index 3f9ac8b..ffa5080 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1 @@ -name = Regnum -release = 1491 -author = 1248 -description = Fight monsters, collect XP, craft battleaxes, armor, guns and lots more. +name = Regnum \ No newline at end of file diff --git a/mods/tutorial/init.lua b/mods/tutorial/init.lua index 6ce494b..07d21d1 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.5.5", + text = "Game Version : 3.5.6", }) end)