Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/user95401/unverified-mods
geode mod that make you able to see unverified mods.
https://github.com/user95401/unverified-mods
geode-mod geode-mods geode-sdk geometry-dash geometry-dash-mod
Last synced: 2 months ago
JSON representation
geode mod that make you able to see unverified mods.
- Host: GitHub
- URL: https://github.com/user95401/unverified-mods
- Owner: user95401
- License: mit
- Created: 2024-08-03T13:44:58.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T13:01:37.000Z (2 months ago)
- Last Synced: 2024-11-13T13:49:01.389Z (2 months ago)
- Topics: geode-mod, geode-mods, geode-sdk, geometry-dash, geometry-dash-mod
- Language: C++
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.txt
- Support: support.md
Awesome Lists containing this project
README
#### That's an illegal mod, the only way to get it in [releases](https://github.com/user95401/Unverified-Mods/releases)!
> Yes, u can't find it in geode servers, download it and install manually in to mods dir.# Unverified Mods
Make you able to see unverified mods.
See for toggle button in search filters! (where tags select goes)
- featuring *"integrated"* custom ui in geode mods layer
- ability to see and download unverified mods
- supports search query and tags**unverified mods can has some problems since wasnt checked by geode index admins, mod allows see and download them on your own risk**
mod isn't related to geode team and stuff, u know
uses [api.geode-sdk.org](https://geode-sdk.github.io/server/)/v1
## Support
- distribute this mod :>
- perform some activity in [github repo](https://github.com/user95401/Unverified-Mods)## Develop
### 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)