Posted February 3, 201510 yr Im trying to have a pickaxe break a 3³ cube of blocks, bt somehow the server thinks the blocks are still there, while the client thinks they're gone. Pickaxe: https://github.com/Wuerfel21/The-Derpy-Shiz-Mod/blob/master/src/main/java/net/wuerfel21/derpyshiz/items/LongPickaxe.java Event Handler to do it: https://github.com/Wuerfel21/The-Derpy-Shiz-Mod/blob/master/src/main/java/net/wuerfel21/derpyshiz/DerpyEvents.java#L286-L305 Probably a very obvious problem(as always) but im not getting it...
February 4, 201510 yr You need to actually break the block with block#tryHarvestBlock(x, y, z) , which has the advantage that you don't need to call any ForgeHooks stuff, since it's already in there. Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
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.