Japanese Romaji Converter (Forge/Fabric)

Automatically converts Romaji sent in chat to Hiragana.

File Details

v1.1.0-mc1.18.2forge

  • R
  • Aug 10, 2023
  • 9.73 KB
  • 179
  • 1.18.2
  • Forge

File Name

japaneseromajiconverter-1.1.0-mc1.18.2forge.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:japanese-romaji-converter-900272:4691527")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • #1 変換前と変換後のメッセージが同等な場合変換を行わないように

  • #2 if文の順序を変更することで、文字数が短い場合でも!#;のプレフィックスを認識するように

  • #3 !#;のプレフィックスが使用されているメッセージは、プレフィックスをグレーで表示し、余分な原文を表示しないように

  • 不要なprintlnをコメントアウト

  • READMEにインストール方法を記載