https://github.com/deftu/omnicore
https://github.com/deftu/omnicore
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deftu/omnicore
- Owner: Deftu
- License: lgpl-3.0
- Created: 2023-02-27T20:33:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:14:57.000Z (3 months ago)
- Last Synced: 2025-03-13T18:29:55.337Z (3 months ago)
- Language: Kotlin
- Size: 521 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OmniCore
Your new favourite Minecraft multi-versioning utility library.
---
[](https://s.deftu.dev/discord)
[](https://s.deftu.dev/kofi)---
## Setup
### Repository
Groovy (.gradle)
```gradle
maven {
name = "Deftu Releases"
url = "https://maven.deftu.dev/releases"
}
```Kotlin (.gradle.kts)
```kotlin
maven(url = "https://maven.deftu.dev/releases") {
name = "Deftu Releases"
}
```### Dependency

Minecraft versions & mod loaders
- 1.21.4 NeoForge (1.21.4-neoforge)
- 1.21.4 Fabric (1.21.4-fabric)
- 1.21.1 NeoForge (1.21.1-neoforge)
- 1.21.1 Fabric (1.21.1-fabric)
- 1.20.6 NeoForge (1.20.6-neoforge)
- 1.20.6 Fabric (1.20.6-fabric)
- 1.20.4 NeoForge (1.20.4-neoforge)
- 1.20.4 Forge (1.20.4-forge)
- 1.20.4 Fabric (1.20.4-fabric)
- 1.20.1 Forge (1.20.1-forge)
- 1.20.1 Fabric (1.20.1-fabric)
- 1.19.4 Forge (1.19.4-forge)
- 1.19.4 Fabric (1.19.4-fabric)
- 1.19.2 Forge (1.19.2-forge)
- 1.19.2 Fabric (1.19.2-fabric)
- 1.18.2 Forge (1.18.2-forge)
- 1.18.2 Fabric (1.18.2-fabric)
- 1.17.1 Forge (1.17.1-forge)
- 1.17.1 Fabric (1.17.1-fabric)
- 1.16.5 Forge (1.16.5-forge)
- 1.16.5 Fabric (1.16.5-fabric)
- 1.12.2 Forge (1.12.2-forge)
- 1.8.9 Forge (1.8.9-forge)Groovy (.gradle)
```gradle
modImplementation "dev.deftu:omnicore--:"
```Kotlin (.gradle.kts)
```gradle
implementation("dev.deftu:omnicore--:")
```---
## Credits
- [Essential.gg](https://github.com/EssentialGG) ([Website](https://essential.gg))
- Shader implementations across different versions ([UniversalCraft](https://github.com/EssentialGG/UniversalCraft))---
[](https://s.deftu.dev/bisect)
---
**This project is licensed under [LGPL-3.0][lgpl]**\
**© 2024 Deftu**[lgpl]: https://www.gnu.org/licenses/lgpl-3.0.en.html