diff options
author | Technus <daniel112092@gmail.com> | 2017-12-14 21:43:37 +0100 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2017-12-14 21:43:37 +0100 |
commit | b6e219b61b99eb2e8b1f8894c86fedd834e01479 (patch) | |
tree | 92316d7878da63d8ba0f9c768ef46e8530de9fc8 /src/main/java/openmodularturrets/entity/projectiles | |
parent | c780d2e401f4f9ae749c80a1c91be9104ecedf1e (diff) | |
download | GT5-Unofficial-b6e219b61b99eb2e8b1f8894c86fedd834e01479.tar.gz GT5-Unofficial-b6e219b61b99eb2e8b1f8894c86fedd834e01479.tar.bz2 GT5-Unofficial-b6e219b61b99eb2e8b1f8894c86fedd834e01479.zip |
Cleanup code, fix class compare.
Diffstat (limited to 'src/main/java/openmodularturrets/entity/projectiles')
-rw-r--r-- | src/main/java/openmodularturrets/entity/projectiles/projectileEM.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java b/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java index 71fbaf33d0..e4efa6e8fb 100644 --- a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java +++ b/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java @@ -2,7 +2,7 @@ package openmodularturrets.entity.projectiles; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.containers.cElementalInstanceStack; +import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.elementalMatter.definitions.complex.dHadronDefinition; import com.github.technus.tectech.elementalMatter.definitions.primitive.eQuarkDefinition; import gregtech.api.GregTech_API; |