Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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"
}
```