diff --git a/game.conf b/game.conf index df41361..f5a0ada 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1 @@ -name = Regnum2 -release = 1492 -author = 1248 -description = This is the second part of Regnum +name = Regnum2 \ No newline at end of file diff --git a/mods/tutorial/init.lua b/mods/tutorial/init.lua index 917c885..61c9852 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 : 1.3.0", + text = "Game Version : 1.3.1", }) end)