commit 428e14456f86386fad2720c1da2d332b91691f44 Author: Mad Star Studio, LLC <> Date: Tue Dec 24 18:52:58 2024 +0000 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdbb64e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Instructions +Create a new project using this as a Template. \ No newline at end of file diff --git a/modicon.png b/modicon.png new file mode 100644 index 0000000..68fba78 Binary files /dev/null and b/modicon.png differ diff --git a/modinfo.json b/modinfo.json new file mode 100644 index 0000000..baa82d9 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,10 @@ +{ + "type": "content", + "modid": "examplecontentmod", + "name": "VS Wiki Example Content Mod", + "authors": [ + "Nat @ Vintage Story Wiki" + ], + "description": "An example showcase of content mod additions.", + "version": "1.0.0" +} \ No newline at end of file