diff options
author | Tec <daniel112092@gmail.com> | 2019-07-16 12:19:20 +0200 |
---|---|---|
committer | Tec <daniel112092@gmail.com> | 2019-07-16 12:19:20 +0200 |
commit | 312baeb8c15e01551885606989a2a3268b89573c (patch) | |
tree | 6e0b63029e21ed9ca19ca268ab8c9c1c65e6fdb7 /src | |
parent | ce2ee8cb6a41031d4b1b4912a0d6017feaf68840 (diff) | |
download | GT5-Unofficial-312baeb8c15e01551885606989a2a3268b89573c.tar.gz GT5-Unofficial-312baeb8c15e01551885606989a2a3268b89573c.tar.bz2 GT5-Unofficial-312baeb8c15e01551885606989a2a3268b89573c.zip |
Update imports
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/technus/tectech/TecTech.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 096aafc468..264c8dd797 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -2,10 +2,10 @@ package com.github.technus.tectech; import com.github.technus.tectech.loader.MainLoader; import com.github.technus.tectech.loader.TecTechConfig; -import com.github.technus.tectech.mechanics.commands.CancerCommand; +import com.github.technus.tectech.mechanics.anomaly.AnomalyHandler; +import com.github.technus.tectech.mechanics.anomaly.CancerCommand; import com.github.technus.tectech.mechanics.commands.ConvertFloat; import com.github.technus.tectech.mechanics.commands.ConvertInteger; -import com.github.technus.tectech.mechanics.anomaly.AnomalyHandler; import com.github.technus.tectech.mechanics.data.ChunkDataHandler; import com.github.technus.tectech.mechanics.data.PlayerPersistence; import com.github.technus.tectech.mechanics.elementalMatter.core.commands.GiveEM; |