Jump to content

Intrigger

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Intrigger

  1. FAILURE: Build failed with an exception.

    * What went wrong:
    A problem occurred configuring root project 'forge-1.16.5-36.2.39-mdk'.
    > Could not resolve all files for configuration ':classpath'.
       > Could not resolve net.minecraftforge.gradle:ForgeGradle:5.1.+.
         Required by:
             project :
          > Failed to list versions for net.minecraftforge.gradle:ForgeGradle.
             > Unable to load Maven meta-data from https://maven.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml.
                > Could not HEAD 'https://maven.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml'.
                   > Read timed out


    Something wrong with their servers?

  2. I am writing a pathfinding algorithm for my mod. It requires multiple using of mc.player.world.getBlockState(...)

    Is there any way I can make a local in-moment copy of the world? (for using it instead of calling mc.player.world.getBlockState(...) all the times)

    Thanks a lot.

  3. I am creating a bot for Minecrft. One of its functions is mining. Although I can simulate Moving, Jumping and Using Items, i cant simulate mining. I mean, I can simulate leftclicking even every tick, but when I set LeftClick to held nothing happens (and leftclicking with my mouse doesnt work also).

    Do you know, how can I simulate continuous leftclicking (mining)?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.