an attempt was made at understanding how interactions work without any documentation

This commit is contained in:
2026-01-15 21:07:19 +01:00
commit 969a532787
8 changed files with 201 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"Group": "me.youhavetrouble.quickerstacker",
"Name": "QuickerStacker",
"Version": "1.0.0",
"Description": "Quick stack everything!",
"Authors": [
{
"Name": "YouHaveTrouble",
"Email": "youhavetrouble@youhavetrouble.me",
"Url": "https://yht.one"
}
],
"ServerVersion": "*",
"Dependencies": {},
"OptionalDependencies": {},
"DisabledByDefault": false,
"IncludesAssetPack": false,
"Main": "me.youhavetrouble.quickerstacker.QuickerStacker"
}