LexManos

Results 183 comments of LexManos

Alright, so added full SRG remapping. You can now remap OBF -> MCP.

It does srg->mcp after obf -> srg https://github.com/tterrag1098/BON2/pull/48/files#diff-9b833ebdfffbacc08dc9602f1f9314e8R34

Official mappings are only avalible for versions Mojang releases. As for MCP Mappings, that data may of been lost, but if people submit it we could include it. See the...

1) It should remap fine.. Lambdas/method handles should be good. Would need a test case/way to reproduce and debug. 2) This is because the bot has not been updated to...

Nothing, mcpbot is dead, if someone wants to spend the time updating my fork we could probably publish it. But this PR doesn't seem like this will ever be merged....

We use this specific layout because it's a smaller patch and how cpw felt like laying it out when he first made it. It's just a [missed patch](https://github.com/MinecraftForge/MinecraftForge/blob/1.10.x/patches/minecraft/net/minecraft/client/gui/GuiMainMenu.java.patch#L24) that never...

1) What other events are you talking about that wouldn't be better served by just passing this variable down the stack? Yes the value gets immediately reset, but why does...

Unable to reproduce this using datapack based dimensions. I suspect it is an issue with your custom generators and not being properly registered in 1.19.1. Unfortunately, without being able to...

Just a clarification, the vanilla code is completely unchanged when it comes to this. It's not checking for a 'tool' it's checking ItemStack.isEnchanted() Which standard TiC are returning false from....