diff --git a/About/About.xml b/About/About.xml index 2cf3d0f..ff113ed 100644 --- a/About/About.xml +++ b/About/About.xml @@ -1,9 +1,9 @@ - [XND] Carpenter's Table + [XND] Carpenter Tables XeoNovaDan https://ludeon.com/forums/index.php?topic=29503.0 - Current version: v1.0 (12th July 2019)\n\nAdds a carpenter's table where minified furniture can be created at with ease. + Current version: v1.0 (12th July 2019)\n\nAdds a carpenter's table where appropriate minified furniture can be created at with ease. Should be fully compatible with most mods.
  • 1.0
  • diff --git a/About/Manifest.xml b/About/Manifest.xml index ea9682e..e81cf85 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,10 @@ - CarpentersTable + CarpenterTables 1.0 + +
  • MinifyEverything
  • +
    https://rawgit.com/XeoNovaDan/CarpentersTable/master/About/Manifest.xml https://github.com/XeoNovaDan/CarpentersTable/releases
    \ No newline at end of file diff --git a/About/Preview.png b/About/Preview.png index 312ce3c..28bf7d6 100644 Binary files a/About/Preview.png and b/About/Preview.png differ diff --git a/About/PublishedFileId.txt b/About/PublishedFileId.txt new file mode 100644 index 0000000..11fac9b --- /dev/null +++ b/About/PublishedFileId.txt @@ -0,0 +1 @@ +1801858878 \ No newline at end of file diff --git a/Source/CarpenterTable.code-workspace b/Source/CarpenterTable.code-workspace index e549a60..7491924 100644 --- a/Source/CarpenterTable.code-workspace +++ b/Source/CarpenterTable.code-workspace @@ -1,8 +1,8 @@ { "folders": [ { - "name": "CarpentersTable", - "path": "E:\\Documents\\GitHub\\CarpentersTable" + "name": "CarpenterTables", + "path": "E:\\Documents\\GitHub\\CarpenterTables" }, { "name": "Core", diff --git a/Source/CarpenterTable/obj/Debug/CarpenterTable.csproj.CoreCompileInputs.cache b/Source/CarpenterTable/obj/Debug/CarpenterTable.csproj.CoreCompileInputs.cache index 11a6938..27136c6 100644 --- a/Source/CarpenterTable/obj/Debug/CarpenterTable.csproj.CoreCompileInputs.cache +++ b/Source/CarpenterTable/obj/Debug/CarpenterTable.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -2ab50f1700fe79cdf355bbed0ed81adc40fabdfc +d996c924be7a7c704d396e7272eb3eb97ffba467 diff --git a/Source/CarpenterTable/obj/Debug/CarpenterTable.csprojAssemblyReference.cache b/Source/CarpenterTable/obj/Debug/CarpenterTable.csprojAssemblyReference.cache index af8911c..4f196e2 100644 Binary files a/Source/CarpenterTable/obj/Debug/CarpenterTable.csprojAssemblyReference.cache and b/Source/CarpenterTable/obj/Debug/CarpenterTable.csprojAssemblyReference.cache differ diff --git a/Source/Preview.xcf b/Source/Preview.xcf index 3eb23fa..e10e1a0 100644 Binary files a/Source/Preview.xcf and b/Source/Preview.xcf differ