I'm trying to recreate no-cubes for 1.12.2. How should I go about replacing the world renderer? I see in these classes in CosmicDan's re-implementation use a core-mod (2 IClassTransformers and an IFMLLoadingPlugin). I don't know anything about ASM, and I've heard its a massive pain. Would I be able to do this with reflection (or even better with registry events, though I don't think this is possible). I just want to get a working world renderer (my one one) that works exactly li