An open API service indexing awesome lists of open source software.

https://github.com/kinhirozix/oyama

A general utility, GUI, component and config library for modding on multi-loader.
https://github.com/kinhirozix/oyama

component configuration fabric gui minecraft neoforge

Last synced: 11 months ago
JSON representation

A general utility, GUI, component and config library for modding on multi-loader.

Awesome Lists containing this project

README

          


Oyama

# Oyama

[![](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)](https://fabricmc.net)

**Oyama** is a general utility, GUI, component and config library for modding on multi-loader.

## Installation

Add the following repository to your build file and choose the appropriate dependency for your platform.

Via Gradle (Groovy DSL)

```grovvy
repositories {
maven { url 'https://kinhirozix.github.io/maven' }
}

dependencies {
// Common
implementation 'kinhiro:oyama-common:${VERSION}'
// Fabric
implementation 'kinhiro:oyama-fabric:${VERSION}'
// NeoForge
implementation 'kinhiro:oyama-neoforge:${VERSION}'
}
```

Via Gradle (Kotlin DSL)

```kotlin
repositories {
maven("https://kinhirozix.github.io/maven")
}

dependencies {
// Common
implementation("kinhiro:oyama-common:${VERSION}")
// Fabric
implementation("kinhiro:oyama-fabric:${VERSION}")
// NeoForge
implementation("kinhiro:oyama-neoforge:${VERSION}")
}
```

Replace `${VERSION}` with the desired version.

## License

This project is licensed under the [Apache Public License 2.0](LICENSE).

## Contact Us

If you have any questions or suggestions, feel free to reach out:

- Github: [@kinhirozix](https://github.com/kinhirozix)
- Email: [kinhirozix@outlook.com](mailto:kinhirozix@outlook.com)