Stephanie Wilde-Hobbs

Results 311 comments of Stephanie Wilde-Hobbs

This project has been dead for a year, and never even got to alpha status when it _was_ alive. If you don't know how to build the wrappers, you shouldn't...

Merge conflict.

This might be something for later on, which mods can opt in to.

Seems to happen for blocks too

I have said before, keep one instance but recreate it randomly.

The only reason to use Ats over reflection is performance, I say use reflection because Ats are a pain in the f**\* ass.

yeah, if you store the method reference, isn't it quite cheap to call?

But they are a pain in the ass because you have to copy the ATs of all the dependencies into `src/api/resources` then rerun `setupDecompWorkspace` and don't accidentally run `gradle clean`...

@Victorious3 the issue happens when you define a maven dependnecy on something deobfuscated which needs an AT. We don't do that currently but it might be needed in the future.

@Victorious3 but the AT isn't used when recompiling minecraft using setupDecompWorkspace, so the IDE can't compile because the AT isn't there. It is an issue, you just havent come across...