Hileb

Results 36 comments of Hileb

due to `https://github.com/neoforged/LegacyInstaller/pull/34#issuecomment-2425937887` I have done my best. Use it? Fork it? Ready for rewiew

> Is there a reason why NeoForge's installer tools is used instead? 1.support custom title 2.i10n 3.More support will be available. The MinecraftForge Installer is updated slowly.

> I don't think there is much change on NeoForge fork to consider switching since most of features already completed. If the later development of CRL required a change on...

`https://github.com/neoforged/LegacyInstaller/issues/36`

1.12.2 lacks official mapping, which will cause an exception when making an offline fat installer containing the mc body. https://github.com/neoforged/LegacyInstaller/blob/f4d8f3fae5e0497732dac454232aeac70dabb786/src/main/java/net/minecraftforge/installer/actions/FatInstallerAction.java#L65 ``` external use of the installer is not really a...

> Please don't use `1` as commit message anymore Use this if you are too lazy: https://cz-git.qbb.sh/zh/ Just see it as `init` or `set up`. `*~*` Since the pr will...

Ah, LexManos uses runtime-offical in new Forge.

the old forge provide a deobf data `deobfuscation_data-1.12.2.lzma` but the new provided by cleanroom is just a txt `deobf_data-1.12.2.tsrg` error at this commit https://github.com/CleanroomMC/Cleanroom/commit/74682d1f7e2f473002ba44c5f76f6670533fa7dd

To disambiguate, maybe try this: Add a `@Mod.Constructor` annotation to mark the Constructor. Forge use it , or the one without parameters when non-match.