From f6ad8f22970c0d29dd1ba17ec7933411e38a11db Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 5 Nov 2024 21:57:53 +0000 Subject: [PATCH] chore: initialise mod --- Localization/en-US_Mods.continuity.hjson | 2 ++ Properties/launchSettings.json | 16 ++++++++++++++++ build.txt | 3 +++ continuity.cs | 15 +++++++++++++++ continuity.csproj | 16 ++++++++++++++++ description.txt | 1 + icon.png | Bin 0 -> 504 bytes 7 files changed, 53 insertions(+) create mode 100644 Localization/en-US_Mods.continuity.hjson create mode 100644 Properties/launchSettings.json create mode 100644 build.txt create mode 100644 continuity.cs create mode 100644 continuity.csproj create mode 100644 description.txt create mode 100644 icon.png diff --git a/Localization/en-US_Mods.continuity.hjson b/Localization/en-US_Mods.continuity.hjson new file mode 100644 index 0000000..f0d8f3d --- /dev/null +++ b/Localization/en-US_Mods.continuity.hjson @@ -0,0 +1,2 @@ +# This file will automatically update with entries for new content after a build and reload. + diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..494048a --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,16 @@ +{ + "profiles": { + "Terraria": { + "commandName": "Executable", + "executablePath": "$(DotNetName)", + "commandLineArgs": "$(tMLPath)", + "workingDirectory": "$(tMLSteamPath)" + }, + "TerrariaServer": { + "commandName": "Executable", + "executablePath": "$(DotNetName)", + "commandLineArgs": "$(tMLServerPath)", + "workingDirectory": "$(tMLSteamPath)" + } + } +} \ No newline at end of file diff --git a/build.txt b/build.txt new file mode 100644 index 0000000..4d912ae --- /dev/null +++ b/build.txt @@ -0,0 +1,3 @@ +displayName = Continuity +author = The Continuity Team +version = 0.1 \ No newline at end of file diff --git a/continuity.cs b/continuity.cs new file mode 100644 index 0000000..3b34c69 --- /dev/null +++ b/continuity.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Terraria.ModLoader; + +namespace continuity +{ + // Please read https://github.com/tModLoader/tModLoader/wiki/Basic-tModLoader-Modding-Guide#mod-skeleton-contents for more information about the various files in a mod. + public class continuity : Mod + { + + } +} diff --git a/continuity.csproj b/continuity.csproj new file mode 100644 index 0000000..726c74f --- /dev/null +++ b/continuity.csproj @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..0e95bc7 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Modify this file with a description of your mod. \ No newline at end of file diff --git a/icon.png b/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0cf81e52f4133dbe85453dd9a37993af17b5be GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBbOU@sT!FNbf{DF-NtsjE_3B;! z|NjSy0D+K@p01v+t9x8zR#D@WS?dlQ`1+YJESG!@x4dC7*`C93=UXkhhvvt!hjSLlJ~RwmnP~Bh_e#*cGOJz5H)U2RZk=*d{>S{o z|7E^K_FWXNcxrjXh&wV*Hfp0Ti%!ljhM&t`NT+&77>M@wN(xASbQfH=B6&8`PK|k& o(pT;d?|57xzrgJ7^Ax@sCjQeEzP*#>W`d&2)78&qol`;+07t#pIRF3v literal 0 HcmV?d00001