Configadd #82

Closed
yakyakyakyak wants to merge 4 commits from Configadd into master
yakyakyakyak commented 2021-02-07 10:45:27 +00:00 (Migrated from github.com)

Added config, minor structure additions

Added config, minor structure additions
YTG1234 (Migrated from github.com) requested changes 2021-02-07 10:50:53 +00:00
YTG1234 (Migrated from github.com) left a comment

Do not delete the license and readme files. What are you thinking?

The example mod and Mixin files are also important.

Do not delete the license and readme files. What are you thinking? The example mod and Mixin files are also important.
@@ -14,2 +12,4 @@
maven_group = com.refsonyak.endgameaddons
archives_base_name = endgame-addons-mod
# Dependencies
YTG1234 (Migrated from github.com) commented 2021-02-07 10:47:02 +00:00

Absolutely not.

Absolutely not.
@@ -0,0 +1,9 @@
public class Config {
/*Class that contains all configurable variables for quick'n'easy balance changes
YTG1234 (Migrated from github.com) commented 2021-02-07 10:47:46 +00:00

Please word more carefully and format the comment to either use // or have /* and */ on a separate line.

Please word more carefully and format the comment to either use `//` or have `/*` and `*/` on a separate line.
@@ -0,0 +3,4 @@
To use, simply create a class in here, give it some variables, import it into your
file. Call on it using Config.<yourclass>.<yourvariable> and voila!*/
public class dropRates {
YTG1234 (Migrated from github.com) commented 2021-02-07 10:50:42 +00:00

This is horrible naming conventions and classes should be static. You also do not need inner classes for everything. Static fields should be enough. Please also provide information about de/serialization and configuration screens.

This is horrible naming conventions and classes should be `static`. You also do not need inner classes for everything. Static fields should be enough. Please also provide information about de/serialization and configuration screens.
Juuxel commented 2021-02-07 10:51:52 +00:00 (Migrated from github.com)

@YTG1234 I'm pretty sure this PR isn't supposed to be here. (See #80 which was closed.)

@YTG1234 I'm pretty sure this PR isn't supposed to be here. (See #80 which was closed.)
yakyakyakyak commented 2021-02-07 10:51:53 +00:00 (Migrated from github.com)

hi i fked up, thought this was my fork. sorry i'm garbage

hi i fked up, thought this was my fork. sorry i'm garbage

Pull request closed

Sign in to join this conversation.