MinecraftForge / CoreMods

CoreMods
GNU Lesser General Public License v2.1
38 stars 23 forks source link

Ability to use old transformer system #1

Closed DaMatrix closed 6 years ago

DaMatrix commented 6 years ago

Hi! As I hear that this is going to be the replacement for the current coremod/transformer system at some point in the foreseeable future, I was wondering if, at any point, this will be made able to load transformers from the old system (even if it's only possible with e.g. a config option that's off by default). This seems great for mods that only make a few small changes, but for mods that have hundreds of base edits (like CubicChunks) this seems more of a pain, and would force the clean, easily readable ASM code using tools like Mixin to be replaced with a scrambled, nearly incomprehensible mess of opcodes.

If you plan not to allow this, would you mind explaining why not? Thanks in advance!

cpw commented 6 years ago

Mixin is not going away. Mixin will be using a different system. Mixin will be natively supported in the new environment.