From 15557dfeecb325f7e9822101f69fa2bf3a42429c Mon Sep 17 00:00:00 2001 From: Jack Bond-Preston Date: Sat, 2 Jul 2022 04:35:56 +0100 Subject: [PATCH] initial empty mod --- .gitignore | 398 +++++++++++++++++++++++++++++++++ MagicStorageVoidBag.cs | 8 + MagicStorageVoidBag.csproj | 13 ++ Properties/launchSettings.json | 16 ++ build.txt | 3 + description.txt | 1 + icon.png | Bin 0 -> 3210 bytes 7 files changed, 439 insertions(+) create mode 100644 .gitignore create mode 100644 MagicStorageVoidBag.cs create mode 100644 MagicStorageVoidBag.csproj create mode 100644 Properties/launchSettings.json create mode 100644 build.txt create mode 100644 description.txt create mode 100644 icon.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8dd4607 --- /dev/null +++ b/.gitignore @@ -0,0 +1,398 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml \ No newline at end of file diff --git a/MagicStorageVoidBag.cs b/MagicStorageVoidBag.cs new file mode 100644 index 0000000..3a2e354 --- /dev/null +++ b/MagicStorageVoidBag.cs @@ -0,0 +1,8 @@ +using Terraria.ModLoader; + +namespace MagicStorageVoidBag +{ + public class MagicStorageVoidBag : Mod + { + } +} \ No newline at end of file diff --git a/MagicStorageVoidBag.csproj b/MagicStorageVoidBag.csproj new file mode 100644 index 0000000..aff4c95 --- /dev/null +++ b/MagicStorageVoidBag.csproj @@ -0,0 +1,13 @@ + + + + + MagicStorageVoidBag + net6.0 + AnyCPU + latest + + + + + \ No newline at end of file diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..8da89ff --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,16 @@ +{ + "profiles": { + "Terraria": { + "commandName": "Executable", + "executablePath": "dotnet", + "commandLineArgs": "$(tMLPath)", + "workingDirectory": "$(tMLSteamPath)" + }, + "TerrariaServer": { + "commandName": "Executable", + "executablePath": "dotnet", + "commandLineArgs": "$(tMLServerPath)", + "workingDirectory": "$(tMLSteamPath)" + } + } +} \ No newline at end of file diff --git a/build.txt b/build.txt new file mode 100644 index 0000000..b1e59bd --- /dev/null +++ b/build.txt @@ -0,0 +1,3 @@ +displayName = Magic Storage Void Bag +author = jack +version = 0.1 \ No newline at end of file diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..d75503a --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Magic Storage Void Bag is a pretty cool mod, it does...this. 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..707e83545d1815eee17ac0f636d82fae3c9b7710 GIT binary patch literal 3210 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 literal 0 HcmV?d00001