Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkingstudios/datagenfixer
fix datagen doesn’t exit when finished with architectury loom.
https://github.com/thinkingstudios/datagenfixer
Last synced: 7 days ago
JSON representation
fix datagen doesn’t exit when finished with architectury loom.
- Host: GitHub
- URL: https://github.com/thinkingstudios/datagenfixer
- Owner: ThinkingStudios
- License: cc0-1.0
- Created: 2024-08-10T08:28:12.000Z (3 months ago)
- Default Branch: 1.21
- Last Pushed: 2024-08-10T13:22:52.000Z (3 months ago)
- Last Synced: 2024-08-11T13:26:38.723Z (3 months ago)
- Language: Java
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DataGenFixer
[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square)](https://cloudsmith.com)
fix datagen doesn’t exit when finished with architectury loom.
## Add in your project
Fabric
```groovy
repositories {
maven {
url = "https://dl.cloudsmith.io/public/thinkingstudio/dategenfixer/maven/"
}
}dependencies {
modImplementation "org.thinkingstudio.datagenfixer:datagenfix-fabric:0.1.0+mc1.21"
}
```NeoForge
```groovy
repositories {
maven {
url = "https://dl.cloudsmith.io/public/thinkingstudio/dategenfixer/maven/"
}
}dependencies {
modImplementation "org.thinkingstudio.datagenfixer:datagenfix-neo:0.1.0+mc1.21"
}
```