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!
- Host: GitHub
- URL: https://github.com/emmathemartian/cosmicomputers
- Owner: EmmaTheMartian
- Created: 2024-03-19T01:10:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-19T11:35:19.000Z (over 1 year ago)
- Last Synced: 2025-03-12T22:07:48.296Z (3 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```