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

https://github.com/emmathemartian/cosmicomputers

Computers in Cosmic Reach!
https://github.com/emmathemartian/cosmicomputers

Last synced: 7 days ago
JSON representation

Computers in Cosmic Reach!

Awesome Lists containing this project

README

        

# Cosmic Reach Example Mod

A better mod example for Cosmic Reach Fabric mods

## Usage

To Setup Your Workspace run the `crmodders/SetupWorkEnviornment`

To Package Your Mod`shadow/shadowJar` and it will end up in the `build/libs/{MODNAME}_{VERSION}-CR_{CRVERSION}.jar`

To Run the client + build your mod run `crmodders/runClient`

gradle tasks
```
crmodders
SetupWorkEnviornment
runClient
shadow
shadowJar
```