FabricMC / fabricmc.net

The source code and content for https://fabricmc.net/
MIT License
51 stars 28 forks source link

Mod template generator: fabric-language-kotlin version is wrong #90

Closed FineArchs closed 4 months ago

FineArchs commented 4 months ago

When generating a template with "Kotlin Programming Language" option enabled, the output has incorrect version specification of fabric-language-kotlin in src/main/resources/fabric.mod.json.

expected

"fabric-language-kotlin": ">=1.11.0"

actual

"fabric-language-kotlin": ">=2.0.0"

It results in following error:

net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other! 次の解決策を試してみてください:

  • Mod 'Fabric Language Kotlin' (fabric-language-kotlin) 1.11.0+kotlin.2.0.0 を バージョン 2.0.0 またはそれ以上 で置き換える。 満たされていないModの依存関係:
  • Mod 'test' (test) 1.0.0 は バージョン 2.0.0 またはそれ以上 の Mod 'Fabric Language Kotlin' (fabric-language-kotlin) を必要としますが、異なるバージョンのModが読み込まれています: 1.11.0+kotlin.2.0.0!