Paint_Ninja

Results 59 comments of Paint_Ninja

Relevant line: https://github.com/MinecraftForge/MinecraftForge/blob/837c259668f5ed09ca060b2f35de344fdcc92de2/patches/minecraft/net/minecraft/client/particle/ParticleEngine.java.patch#L7-L8 Affects: 1.21.8, 1.21.5, 1.21.4, 1.21.3, 1.21.1, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.19.2, 1.18.2. Looking at the code in my IDE, there is an `add(Particle)` method you can call...

Fixed in 52.1.2 (see #10583)

To be clear, I'm not asking for support for legacy formats, but instead showing more helpful errors when it fails to match the spec and the provided format is a...

I'm unclear on the current state of FG7, so take this statement more generally: I'd rather the focus be on getting all the core functionality working reliably before locking in...

> Fixes can always be made without needing to break the API. Not always... that's my point. I'd prefer to delay the RC in favour of more fixes during beta...

Needing to resync after changing versions is fine, that's already the norm for FG6. Presumably there's a check or error message if someone forgets?

> Link more multi-loader templates if you got them, please. - https://github.com/Tslat/Mod-Templates - https://github.com/tr7zw/ProcessedModTemplate - There's also the rabbithole of [Stonecutter](https://stonecutter.kikugie.dev/) and related projects

NeoForge doesn't yet have the ability of making offline installers iirc

Interesting, thanks for the insight. Pardon my ignorance, but why does it work like this instead of using the version json the installer makes for the Vanilla launcher? Is there...