From 591bd767f8b022ede7d78d8af4a6810551e969f3 Mon Sep 17 00:00:00 2001 From: diacritics-owo <176600453+diacritics-owo@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:46:27 +0530 Subject: [PATCH] axolotl and metadata --- README.md | 2 ++ axolotl.toml | 16 ++++++++++++++++ src/main/resources/fabric.mod.json | 6 +++--- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 axolotl.toml diff --git a/README.md b/README.md index b518c05..fc47ad6 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/axolotl.toml b/axolotl.toml new file mode 100644 index 0000000..5d23018 --- /dev/null +++ b/axolotl.toml @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8645e8f..d0f790c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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",