Commit ed19571
committed
This reverts commit c64e5d7, reversing
changes made to 22b7a6f.
The changes made in #965 were meant to avoid any impact for addons,
but we've since realized that adding an optional argument to a method
still breaks mixins targeting that method. This caused a crash with
HexxyInTheAlps and may also break other addons.
While mixin impacts aren't technically breaking changes, we still don't
really want to break an unknown number of addons this close to a
release, so we'll resolve this issue by reverting #965 and revisiting
this change at a later date.
1 parent b1c029b commit ed19571
File tree
1 file changed
+2
-4
lines changed- Common/src/main/java/at/petrak/hexcasting/api/casting/eval/vm
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | | - | |
45 | | - | |
| 43 | + | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| |||
0 commit comments