From 7501174bcdd59181fbd8063b875a015d8cabf340 Mon Sep 17 00:00:00 2001 From: Der1248 <1248.kontakt@gmail.com> Date: Thu, 15 Apr 2021 13:37:16 +0200 Subject: [PATCH] Regnum 2 1.3.1 upload --- game.conf | 5 +---- mods/tutorial/init.lua | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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)