Skip to content

Commit

Permalink
修复模组加载器版本要求
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 committed Jan 21, 2025
1 parent 93739e5 commit 8855497
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 VM Chinese translate group | VM中文翻译组
Copyright (c) 2023-present VM Chinese translate group | VM中文翻译组

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "vmtranslationupdate",
"version": "${version}",
"name": "VM Translation Update",
"description": "A mod for checking for updates to VM Chinese Group's localization patches and automatically downloading resource packs.",
"description": "The VM Chinese translate Group mod is used to check Chinese localization patches and some other utility features.",
"authors": [
"Wulian233", "TexTrue", "Litchiiiiiii"
],
Expand All @@ -12,7 +12,7 @@
"sources": "https://github.com/VM-Chinese-translate-group/VMTranslationUpdateMod",
"issues": "https://github.com/VM-Chinese-translate-group/VMTranslationUpdateMod/issues"
},
"icon": "icon.png",
"icon": "assets/vmtranslationupdate/icon.png",
"license": "MIT",
"environment": "client",
"entrypoints": {
Expand Down
5 changes: 2 additions & 3 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ displayName = "VM Translation Update"
displayURL = "https://github.com/VM-Chinese-translate-group/VMTranslationUpdateMod"
authors = "Wulian233, TexTrue, Litchiiiiiii"
description = '''
A mod for checking for updates to VM Chinese Group's localization patches
and automatically downloading resource packs.
The VM Chinese translate Group mod is used to check Chinese localization patches and some other utility features.
'''
logoFile = "icon.png"
logoFile = "assets/vmtranslationupdate/icon.png"

[[dependencies.vmtranslationupdate]]
modId = "neoforge"
Expand Down

0 comments on commit 8855497

Please sign in to comment.