
Crash on Startup With Bedrockify
Parkanizor opened this issue ยท 2 comments
Crash report: https://hastebin.com/raw/gewozukeyo
Minecraft version: 1.19.2
Quilt loader version: 0.17.4
Aileron version: 1.19 Quilt v1.0.0
Bedrockify version: 1.4.2
also, on review of this mixin, shouldn't it use IForgeItem#canElytraFly
or FabricElytraItem
rather than checking instanceof ElytraItem
? I know this would require a ForgeGuiMixin and FabricGuiMixin, or an xplat abstraction of some kind, but it'd be more friendly to other mods
Suggested solution: modify the following code to be a ModifyArg instead of a Redirect
Aileron/common/src/main/java/com/lodestar/aileron/mixin/GuiMixin.java
Lines 30 to 39 in 7e689ac