Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mod Compat] Custom Main Menu #24

Open
Carson365 opened this issue Apr 7, 2020 · 0 comments
Open

[Mod Compat] Custom Main Menu #24

Carson365 opened this issue Apr 7, 2020 · 0 comments
Labels
Compatibility Issues regarding mod compatibility

Comments

@Carson365
Copy link

Describe the bug
The last server button is removed by CMM (The Custom Main Menu Mod) (expected behavior) but is not listed in the debug.log file as being removed (unexpected behavior) and attempting to add it back in using a wrapped button (proper procedure) results in the button disappearing entirely (unexpected behavior).

To Reproduce
Steps to reproduce the behavior:

  1. Install 5zig and CMM for 1.12.2 on a forge 1.12.2 Minecraft installation
  2. Open the config folder and find 'mainmenu.json' in the 'CustomMainMenu' folder
  3. Attempt to insert a wrapped button by using the button ID (typically found in the debug.log) and adding a button (for example, here's my code:
    "lastserver": { "text": "Last Server", "posX": 2, "posY": 48, "width": 116, "height": 20, "wrappedButton": 98 },
    )
  4. See error

Expected behavior
If everything was functioning properly, CMM would remove the last server button, log it in the debug.log, and a user of CMM could add it back in using the wrappedbutton function to restore its functionality.

Desktop (please complete the following information):

  • OS: Windows 10
  • Version: 10.0.18363 Build 18363
@Carson365 Carson365 added the Bug Something isn't working label Apr 7, 2020
@RoccoDev RoccoDev added Compatibility Issues regarding mod compatibility and removed Bug Something isn't working labels Apr 8, 2020
@RoccoDev RoccoDev changed the title The 'Connect to Last Server' button included in 5zig does not have a functional button ID for use with the Custom Main Menu Mod [Mod Compat] Custom Main Menu Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compatibility Issues regarding mod compatibility
Projects
None yet
Development

No branches or pull requests

2 participants