Alexdoru

Results 25 comments of Alexdoru

i think this is the same issue as https://github.com/GTNewHorizons/GT5-Unofficial/pull/3323 The issue is that some mod implemented some code that isn't thread safe in `public void getSubBlocks`

can you explain how you intend on using this ? So far from what I understand you are injecting interfaces in the sourceset sure, but it's the default implementation of...

also you need to think about adding tabcompletion options so that it's easier to use and we can see everything that's available

Hypixel said they will forever support 1.8.9

it says it can't find the config file, did you delete it ? `\.minecraft\saves\NEI\local\New World\NEI.cfg`

~does forge look for mods in subfolders like if we place mods in `.minecraft\mods\optionalmods` will it run them maybe we could do that to indicate which mods can be safely...

don't see any errors in your log file

If I was using ASM I would do the following: Original bytecode: ``` // some instructions that leave a variable on the stack of same type as the field //

> > using `@WrapOperation` is destructive, it makes a mess in the bytecode and (it allocates objects?). > > But `@ModifyExpressionValue` is exactly what you want, so just use that....

> `@ModifyExpressionValue` + `@Expression` is effectively > > // some instructions that leave a variable on the stack of same type as the field > // // PUTFIELD owner, field...