diff options
author | Technus <daniel112092@gmail.com> | 2017-09-18 21:03:06 +0200 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2017-09-18 21:03:31 +0200 |
commit | 19d8463d86ec601d5894d36d2b33ddcb59d1a2fc (patch) | |
tree | 5af3dc56cfee3755e0a69406f3806babac1290c3 /src/main/java/openmodularturrets/entity/projectiles/projectileEM.java | |
parent | 3dc4cc73f6faa0ab5f1235be5efda9871af1d781 (diff) | |
download | GT5-Unofficial-19d8463d86ec601d5894d36d2b33ddcb59d1a2fc.tar.gz GT5-Unofficial-19d8463d86ec601d5894d36d2b33ddcb59d1a2fc.tar.bz2 GT5-Unofficial-19d8463d86ec601d5894d36d2b33ddcb59d1a2fc.zip |
Refactor
Diffstat (limited to 'src/main/java/openmodularturrets/entity/projectiles/projectileEM.java')
-rw-r--r-- | src/main/java/openmodularturrets/entity/projectiles/projectileEM.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java b/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java index ba9eb00dd9..0535b45ac8 100644 --- a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java +++ b/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java @@ -1,10 +1,10 @@ package openmodularturrets.entity.projectiles; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.elementalMatter.classes.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.classes.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.definitions.dHadronDefinition; -import com.github.technus.tectech.elementalMatter.definitions.eQuarkDefinition; +import com.github.technus.tectech.elementalMatter.core.containers.cElementalInstanceStack; +import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.elementalMatter.definitions.complex.dHadronDefinition; +import com.github.technus.tectech.elementalMatter.definitions.primitive.eQuarkDefinition; import gregtech.api.GregTech_API; import gregtech.api.util.GT_Utility; import net.minecraft.block.Block; |