Coder Social home page Coder Social logo

Comments (3)

Dolu1990 avatar Dolu1990 commented on June 14, 2024

Hi, i have the same bug, I don't have use server from long time ago XD
Thanks for feed back, i give you information when it's fixed and upload a new release.

from electricalage.

Dolu1990 avatar Dolu1990 commented on June 14, 2024

There is the root of apocalypse !

    public static double clientDistanceTo(Entity e) {
        if(e == null) return 100000000.0;
        Entity c = Minecraft.getMinecraft().thePlayer;
        double x = (c.posX-e.posX),y = (c.posY-e.posY),z = (c.posZ-e.posZ);
        return Math.sqrt(x*x+y*y+z*z);
    }

BUUUUUURN

from electricalage.

Dolu1990 avatar Dolu1990 commented on June 14, 2024

Back, New release that fix that is on https://github.com/Dolu1990/ElectricalAge/releases/tag/BETA-1.1.2
i have tested in eclipse, normaly all is ok. can you test it ? If any other or same issue pop, Give me feed back : D

from electricalage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.