3TUSK
3TUSK
以及实际使用率据信很低。
> > > 我觉得下载挺有必要的 > > > > > > 穷!CurseForge格式大小其实还行。但由于换了API又不怎么行了。 > > modrinth格式 不是所有的 Mod 都在 Modrinth 上,尤其是对 CurseForge 上的 mod 支持是个*挑战*。
> such a 3-way merge would need to be done based on text I would agree. > I feel like this behaviour is something that should be configurable Right now,...
Additional remarks: It seems that, until 1.18.2-40.1.19, language files are under correct locations, and localizations seem to work just fine. Example:  Starting from 1.18.2-40.1.20, language files are directly put...
> That would be because LoadingErrorScreen uses literals for its components rather than translatable entries. https://github.com/MinecraftForge/MinecraftForge/blob/81276b341a6344a341b9d7e45283e156653e2f5f/src/main/java/net/minecraftforge/client/gui/LoadingErrorScreen.java#L55-L78 I do not think so. Notice that it uses `ForgeI18n.parseMessage(...)` before passing into `Component.literal(...)`
It may look like it was not translated, but `ModLoadingException` takes the translation key in its constructor, rather than the raw message. https://github.com/MinecraftForge/MinecraftForge/blob/81276b341a6344a341b9d7e45283e156653e2f5f/fmlcore/src/main/java/net/minecraftforge/fml/ModLoadingException.java#L41-L47 https://github.com/MinecraftForge/MinecraftForge/blob/81276b341a6344a341b9d7e45283e156653e2f5f/fmlcore/src/main/java/net/minecraftforge/fml/ModLoadingException.java#L61-L63 So, in theory I believe it...
> > It may look like it was not translated, but ModLoadingException takes the translation key in its constructor, rather than the raw message. > > That's not what I...
Unable to reprodce using Fabric Loom `1.2-SNAPSHOT` within [fabric-example-mod](https://github.com/FabricMC/fabric-example-mod). Project root is `$HOME/ModDev/Tmp/测试模组`. ``` % ./gradlew genSourcesWithCfr Welcome to Gradle 8.1.1! Here are the highlights of this release: - Stable...
> Neoforge能运行大部分的Forge模组 这个仅限一小部分 NeoForge 的早期版本。