diff --git a/ConvenientChests/config.json b/ConvenientChests/config.json new file mode 100644 index 00000000..277ae1d0 --- /dev/null +++ b/ConvenientChests/config.json @@ -0,0 +1,14 @@ +{ + "CategorizeChests": true, + "StashToExistingStacks": true, + "StashToNearbyChests": true, + "StashRadius": 5, + "StashKey": "Q", + "StashButton": "RightStick", + "StashAnywhere": false, + "StashAnywhereToExistingStacks": false, + "StashAnywhereToFridge": true, + "StashAnywhereKey": "Z", + "CraftFromChests": true, + "CraftRadius": 5 +} \ No newline at end of file diff --git a/PyTK/DotNetZip.dll b/PyTK/DotNetZip.dll new file mode 100644 index 00000000..2b6455da Binary files /dev/null and b/PyTK/DotNetZip.dll differ diff --git a/PyTK/MoonSharp.Interpreter.dll b/PyTK/MoonSharp.Interpreter.dll new file mode 100644 index 00000000..712085e9 Binary files /dev/null and b/PyTK/MoonSharp.Interpreter.dll differ diff --git a/PyTK/NCalc.dll b/PyTK/NCalc.dll new file mode 100644 index 00000000..e1c52cd7 Binary files /dev/null and b/PyTK/NCalc.dll differ diff --git a/PyTK/PyTK.dll b/PyTK/PyTK.dll new file mode 100644 index 00000000..03d432c8 Binary files /dev/null and b/PyTK/PyTK.dll differ diff --git a/PyTK/PyTK.pdb b/PyTK/PyTK.pdb new file mode 100644 index 00000000..f447b755 Binary files /dev/null and b/PyTK/PyTK.pdb differ diff --git a/PyTK/TMXTile.dll b/PyTK/TMXTile.dll new file mode 100644 index 00000000..440ae1cf Binary files /dev/null and b/PyTK/TMXTile.dll differ diff --git a/PyTK/manifest.json b/PyTK/manifest.json new file mode 100644 index 00000000..2dd25f44 --- /dev/null +++ b/PyTK/manifest.json @@ -0,0 +1,20 @@ +{ + "Name": "PyTK", + "Author": "Platonymous", + "Version": "1.12.24", + "Description": "Platonymous Toolkit", + "UniqueID": "Platonymous.Toolkit", + "EntryDll": "PyTK.dll", + "MinimumApiVersion": "3.2.0", + "UpdateKeys": [ "Nexus:1726" ], + "Dependencies": [ + { + "UniqueID": "Pathoschild.ContentPatcher", + "IsRequired": false + }, + { + "UniqueID": "spacechase0.JsonAssets", + "IsRequired": false + } + ] +}