Luke Bemish

Results 164 comments of Luke Bemish

The checkbox to disable word wrap is at the _bottom_. Requiring scrolling through the whole thing if you're on mobile. But distinctly an improvement; I still think we should do...

This is the installer version, not the loader version - replacing it dynamically would be fine as folks should always be using the latest there. That said, I'm not sure...

I definitely agree, this is something the template should explain. I've seen too many mods in the wild using either (a) a completely nonsensical group, (b) a domain they don't...

Given that it can include both assets and data, probably. In code at least, Mojang uses "resources" to refer to both, even though it calls the asset packs "resource packs"

This should in theory be resolved by McModLauncher/modlauncher#114. Having tested in production (after some manual version JSON changes to bump to a modlauncher after that change) with 1.20.1 neoforge, the...

I believe it was just waiting on modlauncher to be bumped, which is a breaking change, so I theory it should work in 1.20.5 if that got bumped?

This is already fully possible. You can include the dependency and all its transitive deps simply by making the `jarJar` configuration -- or whatever other configuration you choose to use...

Allowing mods to publish separate client/shared artifacts should not be particularly difficult, all things considered; it's not hard to solve at all with the variant selection tools that gradle gives...

To not leave information stuck on discord, example provided in the linked discord conversation involves the following class in a mod with no ATs: ```java public class CustomItem extends InstrumentItem...

I am against this change; in addition to the reasons given above, the spotless plugin is _really_ janky and definitely does not follow gradle good practice -- it also requires...