Jump to content

Intrigger

Members
  • Posts

    5
  • Joined

  • Last visited

Intrigger's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  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. Ok, Whatever. Honestly, my question is about THE functionality which doesnt work but not about "BOTS" or "CHEATS". What I said is that simulating Left click pressing doesnt work, although simulating other buttons work well.
  4. 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.