LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
304 stars 17 forks source link

Ability to add additional branches to if/else tree. #10

Closed thecatcore closed 2 years ago

LlamaLad7 commented 2 years ago

Modifying control flow is a notoriously difficult task to perform safely and deterministically (look no further than the rerouters megathread for proof of that). Do you have any specific use-cases in mind? Perhaps a different sort of feature would be able to accommodate them.

LlamaLad7 commented 2 years ago

Closing for now as out of scope. Feel free to open another issue if you have a more specific need which could be accommodated.