diff options
author | Tec <daniel112092@gmail.com> | 2018-12-16 21:11:25 +0100 |
---|---|---|
committer | Tec <daniel112092@gmail.com> | 2018-12-16 21:11:25 +0100 |
commit | 47afbb41189baab2ad181a1017cb7b9829fc3a52 (patch) | |
tree | c838c157cb8702da427c5ce200f0032a7d891e3f /src | |
parent | 1597d5c7d13201e06ed62457a01831eff47d6f47 (diff) | |
download | GT5-Unofficial-47afbb41189baab2ad181a1017cb7b9829fc3a52.tar.gz GT5-Unofficial-47afbb41189baab2ad181a1017cb7b9829fc3a52.tar.bz2 GT5-Unofficial-47afbb41189baab2ad181a1017cb7b9829fc3a52.zip |
Fix mistake in example
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/technus/tectech/TecTech.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 6f1c4fc7a0..d8e1930ba8 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -17,6 +17,8 @@ import cpw.mods.fml.common.event.FMLServerStartingEvent; import eu.usrv.yamcore.auxiliary.IngameErrorLog; import eu.usrv.yamcore.auxiliary.LogHelper; +import java.lang.reflect.Field; + import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; @Mod(modid = Reference.MODID, name = Reference.NAME, version = Reference.VERSION, dependencies = "required-after:Forge@[10.13.4.1614,);" |