Configadd #82
Reference in New Issue
Block a user
Delete Branch "Configadd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added config, minor structure additions
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.endgameaddonsarchives_base_name = endgame-addons-mod# DependenciesAbsolutely not.
@@ -0,0 +1,9 @@public class Config {/*Class that contains all configurable variables for quick'n'easy balance changesPlease 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 yourfile. Call on it using Config.<yourclass>.<yourvariable> and voila!*/public class dropRates {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.@YTG1234 I'm pretty sure this PR isn't supposed to be here. (See #80 which was closed.)
hi i fked up, thought this was my fork. sorry i'm garbage
Pull request closed