Posted July 9, 20178 yr Hi everyone, I have one problem, if I use my drill, it digging in both side. For example: My drill digging area 3x3x3 and it digging 3 blocks forward and backward, but I want only forward (where looking player). Code of digging is here: https://github.com/IvanSteklow/FMHammers/blob/master/src/main/java/ivansteklow/fmhammers/tools/ItemDrill.java#L80 PLS HELP, and excuse me for broken english)) Edited July 10, 20178 yr by IvanSteklow Not solved, but closed
July 9, 20178 yr Have you tried using player.getLookVec()? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 9, 20178 yr Author 1 hour ago, Draco18s said: Have you tried using player.getLookVec()? I think you don't understand me, it digging 9 blocks forward and backward. Video test:
July 9, 20178 yr I did not misunderstand you at all. 1) You are using the face of the block hit as the direction to dig in. This is flawed, but "good enough" (if you are looking at a corner of the block you can pick any of the three faces just by twitching your mouse a handful of pixels) 2) You treat East and West as the same direction (ditto up/down and north/south) 3) You then loop from behind this point to in font of this point X blocks. To whit I say: What did you expect to happen? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.