v1.2.1 — add icon, drop contact homepage
- Embed music quiz icon at assets/chat_answer/icon.png; reference from fabric.mod.json so ModMenu shows it. - Remove contact.homepage (private Gitea — owner-only).
This commit is contained in:
BIN
fabric/src/main/resources/assets/chat_answer/icon.png
Normal file
BIN
fabric/src/main/resources/assets/chat_answer/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -5,10 +5,8 @@
|
||||
"name": "채팅정답",
|
||||
"description": "음악퀴즈(mq) 데이터팩이 정답 입력을 받는 상태(init=5)에서 채팅을 가로채 mq:answer/submit 함수로 전달합니다.",
|
||||
"authors": [ "tkrmagid" ],
|
||||
"contact": {
|
||||
"homepage": "https://git.tkrmagid.kr/tkrmagid/mc_chat_answer_mod"
|
||||
},
|
||||
"license": "MIT",
|
||||
"icon": "assets/chat_answer/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [ "kr.tkrmagid.chatanswer.fabric.ChatAnswerFabric" ]
|
||||
|
||||
@@ -15,6 +15,6 @@ neoforge_version=26.1.2.36-beta
|
||||
|
||||
# ───── mod metadata ─────────────────────────────────────────────────────────
|
||||
mod_id=chat_answer
|
||||
mod_version=1.2.0
|
||||
mod_version=1.2.1
|
||||
mod_group=kr.tkrmagid.chatanswer
|
||||
mod_name=채팅정답
|
||||
|
||||
Reference in New Issue
Block a user