Skip to content

Commit

Permalink
Update Flux
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaTheMartian committed Apr 13, 2024
1 parent c76aeb9 commit a3bb8e4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# repository
CRM-1 Mod Repo for CRModders.

Hosts the following mods:
- [FluxAPI](https://github.com/crmodders/fluxapi) (versions 0.5.6-0.5.7 currently)
34 changes: 27 additions & 7 deletions repository.hjson
Original file line number Diff line number Diff line change
@@ -1,16 +1,36 @@
{
specVersion: 1
$schema: https://raw.githubusercontent.com/CRModders/CRM-1/main/spec/version-2.json

specVersion: 2
lastUpdated: 1713025225
rootId: dev.crmodders
lastUpdated: 1711309941

mods: [
{
id: fluxapi
id: dev.crmodders.flux
name: FluxAPI
desc: Shared library for Fabric/Quilt
authors: [ "Mr Zombii", "Nanobass" ]
desc: The One True Quilt/Fabric Modding API for Cosmic Reach
authors: [
MrZombii
Nanobass
]
version: 0.5.7
gameVersion: "[0.1.21]"
url: https://github.com/CRModders/FluxAPI/releases/download/0.5.7/Flux_API-0.5.7-all.jar
deps: []
ext: {}
},
{
id: dev.crmodders.flux
name: FluxAPI
desc: The One True Quilt/Fabric Modding API for Cosmic Reach
authors: [
MrZombii
Nanobass
]
version: 0.5.6
gameVersion: 0.1.21
url: https://github.com/CRModders/FluxAPI/releases/download/0.5.6/FluxAPI_0.5.6-all.jar
gameVersion: "[0.1.21]"
url: https://github.com/CRModders/FluxAPI/releases/download/0.5.6/Flux.API-0.5.6-all.jar
deps: []
ext: {}
}
Expand Down

0 comments on commit a3bb8e4

Please sign in to comment.