From 835e2a9346f372011f33b42553e835488dad1a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96=2E=20Efe=20D=2E?= <67526259+skyline69@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:53:02 +0100 Subject: [PATCH] adding steamodded --- mods/Steamodded@smods/description.md | 18 ++++++++++++++++++ mods/Steamodded@smods/meta.json | 8 ++++++++ 2 files changed, 26 insertions(+) create mode 100644 mods/Steamodded@smods/description.md create mode 100644 mods/Steamodded@smods/meta.json diff --git a/mods/Steamodded@smods/description.md b/mods/Steamodded@smods/description.md new file mode 100644 index 00000000..c04530f6 --- /dev/null +++ b/mods/Steamodded@smods/description.md @@ -0,0 +1,18 @@ +# Steamodded - A Balatro ModLoader + +## Introduction + +Steamodded is a mod loader and injector for the game Balatro. Much like the [LÖVE framework](https://love2d.org/wiki/Main_Page) itself, it is built using [Lua](https://www.lua.org/). It is made with modularity and extensibility in mind, providing a large selection of APIs and other features to facilitate bringing your ideas to life. + + +## Features + +Documentation for this project is currently incomplete. A collection of documentation pages and guides that are currently available can be found [here](https://github.com/Steamopollys/Steamodded/wiki). + +## Contributing + +This project is open for contribution; feel free to open a pull request. If you are adding new features, providing documentation is highly appreciated. + +## License + +This project is licensed under the GNU General Public License. This ensures that the software is free to use, modify, and distribute. For more details, click [here](https://github.com/Steamopollys/Steamodded/actions?tab=GPL-3.0-1-ov-file) diff --git a/mods/Steamodded@smods/meta.json b/mods/Steamodded@smods/meta.json new file mode 100644 index 00000000..bd7f9974 --- /dev/null +++ b/mods/Steamodded@smods/meta.json @@ -0,0 +1,8 @@ +{ + "title": "Steamodded", + "requires-steamodded": false, + "categories": ["Technical"], + "author": "Steamodded", + "repo":"https://github.com/Steamodded/smods", + "downloadURL": "https://github.com/Steamodded/smods/archive/refs/heads/main.zip" +}