Skip to content

Commit

Permalink
merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
luluxiaoyu committed Jun 14, 2024
1 parent 90e2307 commit cf8f401
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
fabric_version=0.100.1+1.21
clothconfig_version=15.0.127
modmenu_version=11.0.0-beta.1
29 changes: 15 additions & 14 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit cf8f401

Please sign in to comment.