diff --git a/gradle.properties b/gradle.properties index 3b66daa..ba5f439 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,16 +2,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties - minecraft_version=1.19 - yarn_mappings=1.19+build.4 - loader_version=0.14.8 +minecraft_version=1.21 +yarn_mappings=1.21+build.1 +loader_version=0.15.11 # Mod Properties - mod_version = 1.1.17 - maven_group = com.umollu - archives_base_name = ash + mod_version = 1.5-mc1.21-SNAPSHOT + maven_group = cn.nstarmc + archives_base_name = ash3 # Dependencies - fabric_version=0.55.2+1.19 - clothconfig_version=7.0.74 - modmenu_version=4.0.4 \ No newline at end of file + fabric_version=0.100.1+1.21 + clothconfig_version=15.0.127 + modmenu_version=11.0.0-beta.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3e4f088..8937991 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,35 +1,36 @@ { "schemaVersion": 1, - "id": "umollu_ash", + "id": "ash3", "version": "${version}", - "name": "ASH - Another Simple HUD", - "description": "ASH - Another Simple HUD with FPS count and coordinates.", + "name": "ASH 3(compile by nstarmc) - Another Sophisticated HUD", + "description": "ASH 3(compile by nstarmc) - Another Sophisticated HUD with FPS count, coordinates, light level, biome and time", "authors": [ - "umollu" + "kuuhaku, umollu","luluxiaoyu" ], "contact": { - "homepage": "https://umollu.com/", - "sources": "https://github.com/umollu/ash", - "issues": "https://github.com/umollu/ash/issues" + "homepage": "https://github.com/nstarmc/mc-fabric-ash", + "sources": "https://github.com/nstarmc/mc-fabric-ash", + "issues": "https://github.com/nstarmc/mc-fabric-ash/issues" }, "license": "MIT", - "icon": "assets/umollu_ash/icon.png", + "icon": "assets/ash3/icon.png", "environment": "*", "entrypoints": { "client": [ - "com.umollu.ash.AshMod" + "cn.nstarmc.ash3.AshMod" ], "modmenu": [ - "com.umollu.ash.config.AshMenuIntegration" + "cn.nstarmc.ash3.config.AshMenuIntegration" ] }, "mixins": [ - "umollu_ash.mixins.json" + "ash3.mixins.json" ], "depends": { - "fabricloader": ">=0.14.8", + "fabricloader": ">=0.14.22", "fabric": "*", - "minecraft": "1.19.x", - "java": ">=17" + "minecraft": ">=1.21", + "java": ">=21", + "cloth-config": ">=15" } } \ No newline at end of file