Posts by dh04000

    if (var1 instanceof EntityPlayer && var2 >= 1000.0D)
    {
    IC2Achievements.issueAchievement((EntityPlayer)var1, "teleportFarAway");
    }
    }
    }


    Is this TileEntityTeleporter a config/txt file I can edit? How do I use this to achieve our server's goal? I notice EnttyPlayer && var >= 1000.0D. which we would want to read 100.0D.

    That's a shame. I imagine it would be too much to ask to get a refactored class file made and emailed to me?


    Also, is this the right page to leave a suggestion to the developers to make teleporters configurable in the future?


    Again, thanks for the quick response.

    My server wants teleporting to be big aspect of out set up, so we would like to change the default distance*1000 to distance*100, to make it a less costly and fun system.


    We are running the newest tekkit server. What do we have to edit in order to change this value?


    Thank you,
    looking forward from hearing back.