Skip to content

Commit

Permalink
add back pytk ??? ? ?? ? ?
Browse files Browse the repository at this point in the history
  • Loading branch information
corrinr committed Feb 15, 2020
1 parent 72fc1da commit 30b8037
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ConvenientChests/config.json
Original file line number Diff line number Diff line change
@@ -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
}
Binary file added PyTK/DotNetZip.dll
Binary file not shown.
Binary file added PyTK/MoonSharp.Interpreter.dll
Binary file not shown.
Binary file added PyTK/NCalc.dll
Binary file not shown.
Binary file added PyTK/PyTK.dll
Binary file not shown.
Binary file added PyTK/PyTK.pdb
Binary file not shown.
Binary file added PyTK/TMXTile.dll
Binary file not shown.
20 changes: 20 additions & 0 deletions PyTK/manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit 30b8037

Please sign in to comment.