TerraformersMC / ModMenu

A menu for, you guessed it, mods!
MIT License
491 stars 147 forks source link

Fix Crash on 24w18a when clicks the ModMenuOptions of this mod #729 #730

Closed sdy623 closed 3 months ago

sdy623 commented 4 months ago

729

The class GameOptionsScreen in 24w18a changed to an abstract class. So the edit of ModMenuModMenuCompat is needed.

1.20.6

public class GameOptionsScreen extends Screen 

24w18a

public abstract class GameOptionsScreen extends Screen 

So the edit of this is needed. Otherwise, the remap and compile won't success.

haykam821 commented 3 months ago

Thank you for the contribution! This pull request was superseded by #734, which ports Mod Menu to a newer Minecraft version, so I will close this pull request. Version 11.0.0 beta 1 supports Minecraft 1.21 pre-release 2.