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

The descriptions of creeper explosion damaging environment and entities are swapped in forge config #10

Open
Nurdoidz opened this issue Mar 4, 2024 · 0 comments

Comments

@Nurdoidz
Copy link

Nurdoidz commented Mar 4, 2024

When configuring the mod on Forge, if the player only looks at the comments and not the actual keys, they may set the wrong settings. Very minor issue. Mods like Configured will parse comments as tooltips:

image

plus.dragons.creeperfirework.forge.misc.ConfigurationForge class, lines 24–27:

        CREEPER_FIREWORK_HURT_CREATURE = builder.comment("Will the active-explosion firework destroy nearby environment just like creeper normally exploding?")
                .define("CREEPER_FIREWORK_HURT_CREATURE", false);
        CREEPER_FIREWORK_DESTROY_BLOCK = builder.comment("Will the active-explosion firework effect hurt nearby creature?")
                .define("CREEPER_FIREWORK_DESTROY_BLOCK", false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant