forked from TAIGA/TAIGA
general code cleanup
removed some unused classes Signed-off-by: Giovanni Harting <539@idlegandalf.com>
This commit is contained in:
@@ -19,6 +19,7 @@ import slimeknights.tconstruct.library.utils.ToolHelper;
|
||||
|
||||
|
||||
public class TraitPorted extends AbstractTrait {
|
||||
|
||||
public static int distance = 10;
|
||||
|
||||
public TraitPorted() {
|
||||
@@ -42,7 +43,6 @@ public class TraitPorted extends AbstractTrait {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void afterHit(ItemStack tool, EntityLivingBase player, EntityLivingBase target, float damage, boolean
|
||||
wasCritical, boolean wasHit) {
|
||||
|
||||
Reference in New Issue
Block a user