Coder Social home page Coder Social logo

fuzss / bettermodsbutton Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 335 KB

Your mods button, your way. Placed where you want it, customized how you want it!

Home Page: https://www.curseforge.com/minecraft/mc-mods/better-mods-button

License: Mozilla Public License 2.0

Java 100.00%

bettermodsbutton's People

Contributors

fuzss avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bettermodsbutton's Issues

[Suggestion]: Multiplayer button option plz

Mod Loader (Optional)

None

Minecraft Version(s) (Optional)

No response

Mod Version(s) (Optional)

No response

Suggestion (Required)

Please add an option for a multiplayer button in the pause screen like on Lunar or Badlion. I can't find any mods that do it but it is very convenient.
Thanks, an average guy

Published jar detected as malware by Windows Secutrity

The latest published 1.18.2 version (BetterModsButton-v3.2.2-1.18.2-Forge.jar) on CurseForge was just detected by my Windows Security as carrying a trojan (Trojan:Script/Wacatac.B!ml). If this isn't a false positive, it is possible your github and/or curseforge credentials have been compromised.

[Bug]: 1.16.5 - Pixelmon Breaks Allignment

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.16.5

Mod Version (Required)

1.0.5

Notes (Required)

Pixelmon adds its own menu thus directly conflicting this mod.
javaw_Aph8m9tl6b 1
An deal solution that should be very easy to do is add an anchor point for either top or bottom of screen so it also cannot conflict in the future.

I know this is a legacy version but I am sure its as simple as a few lines of code.

latest.log (Optional)

N/A

[Crash]: My game crashes if I enable this option and open the world via LAN / join to any server and press Pause Menu

Mod Loader (Required)

NeoForge 47.1.100

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

8.0.2

Notes (Required)

My game crashes if I enable this option and open the world via LAN,
go to the settings menu and go back to the pause menu.
Tested only with this mod. Easy to reproduce.
image-2
image-1

Crash Report (Required)

https://mclo.gs/FltDeTJ

latest.log (Required)

Haven't any, sorry.

1.19

Is it planed to release a 1.19 Version of this mod?

[Bug]: MineTogether mod button is being shifted in escape menu

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.18.2

Mod Version (Required)

BetterModsButton-v3.2.3-1.18.2-Forge.jar

Notes (Required)

Button in top right is moved outside the screen:

image

I've reported this at CreeperHost/MineTogether#658 originally, it looks like

private void moveButtonsUpAndDown(List<GuiEventListener> listeners, int splitAt) {
for (GuiEventListener widget : listeners) {
// plain text button is only used for copyright text on title screen, really shouldn't accidentally remove that (again...)
if (widget instanceof Button button && !(button instanceof PlainTextButton))
if (splitAt <= button.y) {
button.y += 12;
} else {
button.y -= 12;
}
}
}
might be causing the issue by shifting all buttons up a few pixels?

Thanks in advance for checking it out!

P.S. Issue seems to be on 1.19+ too

latest.log (Optional)

N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.