From 56afd4ce4c671975832bce1e0328efef8975c690 Mon Sep 17 00:00:00 2001 From: RawDiamondMC Date: Sat, 13 Jul 2024 20:25:52 +0800 Subject: [PATCH] 11 --- gradle/libs.versions.toml | 4 +- pack.toml | 4 +- src/main/resources/fabric.mod.json | 1 + src/main/resources/quilt.mod.json | 65 ------------------------------ 4 files changed, 5 insertions(+), 69 deletions(-) delete mode 100644 src/main/resources/quilt.mod.json diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 31a0933f..1cf5b043 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] maven-group = "dm.earth" archives-name = "cabricality" -modpack = "1.0-alpha.1" +modpack = "1.0.0-alpha.1" # The latest versions are available at https://lambdaurora.dev/tools/import-quilt.html minecraft = "1.20.1" quilt-mappings = "1.20.1+build.23" -fabric-loader = "0.15.11" +fabric-loader = "0.16.0" fabric-api = "0.92.2+1.20.1" architectury-api = "9.2.14" diff --git a/pack.toml b/pack.toml index 315e5629..136af4d8 100644 --- a/pack.toml +++ b/pack.toml @@ -1,6 +1,6 @@ name = "Cabricality" author = "DM Earth" -version = "1.0-alpha.1" +version = "1.0.0-alpha.1" pack-format = "packwiz:1.1.0" [index] @@ -9,5 +9,5 @@ hash-format = "sha256" hash = "05955a143dac6c20fe985de800e0042946c5f862c79affc6b77904d10d44ea91" [versions] -fabric = "0.15.11" +fabric = "0.16.0" minecraft = "1.20.1" diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 69dda3e0..a24248a3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -52,6 +52,7 @@ "fabric-key-binding-api-v1": "*", "minecraft": "1.20.1", "cloth-config": "*", + "nightautoconfig": "*", "equator": ">=2.6.0" } } diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json deleted file mode 100644 index 8bfd1410..00000000 --- a/src/main/resources/quilt.mod.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "schema_version": 1, - "quilt_loader": { - "group": "dm.earth", - "id": "cabricality", - "provides": [ - { - "id": "kubejs", - "version": "2001.6.3" - } - ], - "version": "${modpack_version}", - "metadata": { - "name": "Cabricality", - "description": "A Create centered challengeable mod inspired by Create: Above and Beyond.", - "contributors": { - "DM Earth": "Owner" - }, - "contact": { - "source": "https://github.com/DM-Earth/Cabricality" - }, - "license": "GPL-3.0" - }, - "intermediate_mappings": "net.fabricmc:intermediary", - "entrypoints": { - "init": "dm.earth.cabricality.Cabricality", - "pre_launch": "dm.earth.cabricality.CabricalityPreInit", - "client_init": "dm.earth.cabricality.client.CabricalityClient", - "server_init": "dm.earth.cabricality.server.CabricalityServer", - "client_events": [ - "dm.earth.cabricality.client.listener.ClientCommandRegistryListener" - ], - "events": [ - "dm.earth.cabricality.listener.CommandRegistryListener", - "dm.earth.cabricality.tweak.RecipeTweaks", - "dm.earth.cabricality.content.trading.data.recipe.Trading" - ], - "rei_client": "dm.earth.cabricality.client.plugin.rei.CabfREIClientPlugin", - "modmenu": "dm.earth.cabricality.config.modmenu.CabfModMenuImpl" - }, - "depends": [ - { - "id": "quilt_loader", - "versions": "*" - }, - { - "id": "minecraft", - "versions": ">=1.20.2-" - }, - { - "id": "quilted_fabric_api", - "versions": ">=1.0.0-" - }, - { - "id": "fabric-key-binding-api-v1", - "versions": "*" - }, - { - "id": "equator", - "versions": ">=2.6.0" - } - ] - }, - "mixin": "cabricality.mixins.json" -}