diff options
| author | huajijam <strhuaji@gmail.com> | 2019-01-30 19:01:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-30 19:01:07 +0800 |
| commit | d0e3b95db387194a5da4ff71d743a3ede6b42f5e (patch) | |
| tree | da5c64c420de4242ab1e23cbb74d8294843228b0 /src/Java/gtPlusPlus | |
| parent | f32773a4c5664c48b3ea832e22da9dda68120c38 (diff) | |
| parent | 241df1134f16c6c9c54b198db97279d697de8c77 (diff) | |
| download | GT5-Unofficial-d0e3b95db387194a5da4ff71d743a3ede6b42f5e.tar.gz GT5-Unofficial-d0e3b95db387194a5da4ff71d743a3ede6b42f5e.tar.bz2 GT5-Unofficial-d0e3b95db387194a5da4ff71d743a3ede6b42f5e.zip | |
update
update
Diffstat (limited to 'src/Java/gtPlusPlus')
105 files changed, 8596 insertions, 1170 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index 8ae48f3b3f..79a3bee7ba 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -1,6 +1,8 @@ package gtPlusPlus; -import static gtPlusPlus.core.lib.CORE.ConfigSwitches.*; +import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableAnimatedTurbines; +import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableCustomCapes; +import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableUpdateChecker; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; @@ -9,18 +11,24 @@ import java.util.Collection; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.EventHandler; import cpw.mods.fml.comm |
