Brennan Ravenscroft

Results 242 comments of Brennan Ravenscroft

This is addressed by https://github.com/MinecraftForge/MinecraftForge/pull/9133 but I may want to wire up a more minor PR to fix this call site while we await 19.3

Closing as I believe the condition context fulfills this request.

Not sure what Harder Spawners is doing but it sounds like a typical incompatibility. Closing as external/wontfix.

I wonder if that's my fault, but such an issue undiscovered as far back as 1.16 would be unusual

Does it repro when fastworkbench is removed?

What keeps me skeptical is it happens in the tcon table, which I don't modify. However, they might be using a copy of my logic, which would have the same...

Interesting... Does quark do anything to the result slot?

Ah, I think this is the problem - the backpack menu is an extension of InventoryMenu, so my custom result slot is applied, but there's an override on quickMoveStack [here](https://github.com/VazkiiMods/Quark/blob/master/src/main/java/vazkii/quark/addons/oddities/inventory/BackpackMenu.java#L49)...