https://github.com/user95401/geode-modpacks
adds unofficial geode mods pack system integrated to geode loader interface
https://github.com/user95401/geode-modpacks
Last synced: about 1 year ago
JSON representation
adds unofficial geode mods pack system integrated to geode loader interface
- Host: GitHub
- URL: https://github.com/user95401/geode-modpacks
- Owner: user95401
- Created: 2025-04-27T13:51:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-24T22:17:11.000Z (about 1 year ago)
- Last Synced: 2025-05-24T23:39:34.224Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 861 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support.md
Awesome Lists containing this project
README
# Modpacks Mod
adds unofficial geode mods pack system integrated to geode loader interface
- pack of .geode files
- list of mod IDs
- include config and save
- ~~publish lists (requires github account)~~

## Getting started
We recommend heading over to [the getting started section on our docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next.
## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the Geode CLI set up already
geode build
```
# Resources
* [Geode SDK Documentation](https://docs.geode-sdk.org/)
* [Geode SDK Source Code](https://github.com/geode-sdk/geode/)
* [Geode CLI](https://github.com/geode-sdk/cli)
* [Bindings](https://github.com/geode-sdk/bindings/)
* [Dev Tools](https://github.com/geode-sdk/DevTools)