Luke Bemish

Results 164 comments of Luke Bemish

I think the feature is inherently problematic if this is a risk at all. It's _way_ too easy to do accidentally, and "doing dangerous stuff that will potentially break other...

It is _not_ a requirement without this PR -- generally speaking this sort of stuff is handled by just making an instance for that server, with whatever files in question....

Yes; it also adds a very easy way for players to permanently mess up a local world, something players generally expect to not be possible if they're not actually changing...

Eh, that's not always possible -- my understanding of the use case here was in cases where you have some sort of configuration able to specify details of any number...

In my opinion, the best option here would be for neo to expose an event that provides resource packs -- as streams or whatever other form -- that are to...

This approach is not dissimilar to how NeoGradle handles setting up the neoforge or minecraft dependency; the major issue that can arise, and arises there, is one of behaviour conf...

I had a use case for this. I need to write certain metadata files to the jar while my tool that plugs into remapping runs

Yeah I'm not in favor of this -- there very much seems like that wrong approach for all the reasons I've outlined on discord. Some examples of the problems it...

Hmm. I'm not really sure about this -- dev-time discovery of ATs from _`LIBRARY`s_ would also work and have no effect in prod. As would dev time use of an...

As noted on discord, making gander use mods instead of GAMELIBRARYs is a ~30 line change or so, so yeah, at least in that case that seems like a cleaner...