Skip to content

Commit

Permalink
axolotl and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
diacritics-owo committed Sep 5, 2024
1 parent 455fedd commit 591bd76
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ A Fabric/Quilt library mod

- Registry initializer API (inspired by [owo-lib](https://github.com/wisp-forest/owo-lib))
- Command registration API

For usage, see the [documentation](https://diacritics-owo.github.io/circumflex/).
16 changes: 16 additions & 0 deletions axolotl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[artifact]
folder = "build/libs"
pattern = "circumflex-#.jar"
game_versions = ["1.20.1"]
loaders = ["fabric", "quilt"]

[changelog]
type = "editor"

[modrinth]
id = "JSxz5eBF"
featured = true

[github]
repo = ["diacritics-owo", "circumflex"]
draft = false
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"id": "circumflex",
"version": "${version}",
"name": "Circumflex",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "A Fabric/Quilt library mod",
"authors": ["diacritics-owo"],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://diacritics-owo.github.io/circumflex/",
"sources": "https://github.com/diacritics-owo/circumflex/"
},
"license": "MIT",
"icon": "assets/circumflex/icon.png",
Expand Down

0 comments on commit 591bd76

Please sign in to comment.