Skip to content

Commit 5f6b237

Browse files
committed
update readme
1 parent c396478 commit 5f6b237

1 file changed

Lines changed: 30 additions & 8 deletions

File tree

README.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1-
# ExampleMod
1+
# InterChatMod
22

3-
An example mod for blueberry to help you get started creating a mod.
3+
[InterChat](https://github.com/AzisabaNetwork/InterChat) (ギルドチャット)をクライアントでも使えるようにするもの
44

5-
## Usage
5+
## 共通
66

7-
ExampleMod is a gradle based project.
7+
- APIキーはアジ鯖内で`/apikey`をすることで入手可能。
8+
- `/cgs <ギルド> [メッセージ]`でギルドを選択、もしくはギルド内に発言。
9+
- `/cg <メッセージ>`で事前に`/cgs`したギルドに発言。
10+
- 「Chat without command」でデフォルトのチャットがギルドチャットになる。先頭に「!」をつけると一時的に無効化される。
811

9-
- `patchVanillaJar` - Initializes the environment
10-
- `runClient` - Compile and run client
11-
- `runServer` - Compile and run server
12+
## Blueberry
1213

13-
To update blueberry with same api version, simply remove the blueberry-installer-*.jar (if you don't know what this means, you will know when it's time to do so).
14+
### 前提Mod
15+
16+
N/A
17+
18+
### 手順
19+
20+
1. Mod設定にAPIキーを入れる
21+
22+
## Fabric
23+
24+
### 前提Mod
25+
26+
- [fabric-api](https://modrinth.com/mod/fabric-api)
27+
- [owo-lib](https://modrinth.com/mod/owo-lib)
28+
29+
### あったほうがいいMod
30+
31+
- [Mod Menu](https://modrinth.com/mod/modmenu)
32+
33+
### 手順
34+
35+
1. Mod Menuが入ってる場合は設定画面を使用可能、それ以外の場合はゲーム内で`/reconnectinterchat <apiキー>`で可能

0 commit comments

Comments
 (0)