Make AR transformer compatible with fork version#58
Make AR transformer compatible with fork version#58kappa-maintainer merged 1 commit intoCleanroomMC:masterfrom
Conversation
|
Does the new fork have some more obvious characteristics (like a new class)? |
|
The transformer class is actually identical (before changes in the linked PR) between original AR and AR-Reworked, but for some reason the line numbers were different. I couldn't figure out why though.
There would need to be exactly 2 |
|
Merge it for now, I will check this fork later |
|
EDIT: Now that I think of it, this should make Fugue compatible with the fork whether or not the other PR is merged. Fugue transformer applies without AR-Reworked PR, does not apply with. |
See dercodeKoenig/AdvancedRocketry#37 for details. Made the transformer more specific to original AR, which means you don't need to disable the patch in the configs to get AR-Reworked ASM code to work.