From 951554d9ad0b585ce6f27a0a0ef85af87eb03320 Mon Sep 17 00:00:00 2001 From: Der1248 <1248.kontakt@gmail.com> Date: Fri, 26 Feb 2021 11:58:53 +0100 Subject: [PATCH] Regnum 3.5.6 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 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)