From f51f351e066835851891110cb49c9766ec0dc2dd Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 27 Aug 2023 21:38:08 +0000 Subject: [PATCH 1/2] Update file modinfo.lua --- modinfo.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modinfo.lua b/modinfo.lua index 880c3d7..99787bc 100644 --- a/modinfo.lua +++ b/modinfo.lua @@ -16,7 +16,7 @@ meta = description = "Adds some new weapon to the game.", -- Insert all authors into this list - authors = {"Alive!"}, + authors = {"Casimir Kepler, Baconborn, OmenOs"}, -- Version of your mod, should be in format 1.0.0 (major.minor.patch) or 1.0 (major.minor) -- This will be used to check for unmet dependencies or incompatibilities @@ -52,5 +52,5 @@ meta = saveGameAltering = false, -- Contact info for other users to reach you in case they have questions - contact = "https://steamcommunity.com/id/CasKepler2/", + contact = "https://steamcommunity.com/id/CasKepler2/", "https://steamcommunity.com/id/baconborn/", } From eec8c10de473c9aaafc63ecebc04d1c67daa00ec Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 27 Aug 2023 21:38:49 +0000 Subject: [PATCH 2/2] Update file modinfo.lua --- modinfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modinfo.lua b/modinfo.lua index 99787bc..7b4d00f 100644 --- a/modinfo.lua +++ b/modinfo.lua @@ -10,7 +10,7 @@ meta = name = "Weapon_Pack_Extended2", -- Title of your mod that will be displayed to players - title = "Weapon Pack Extended2", + title = "Weapon Pack Extended - Reloaded", -- Description of your mod that will be displayed to players description = "Adds some new weapon to the game.",