Started by
RedCorr
on
Topic category: Help with Minecraft modding (Java Edition)
I need pickaxe, that will delete one suspicious block, ONLY ONE, but it will also work like pickaxe with other blocks.
Can i do that with procedures?
Topic category: Help with Minecraft modding (Java Edition)
I need pickaxe, that will delete one suspicious block, ONLY ONE, but it will also work like pickaxe with other blocks.
Can i do that with procedures?
So you want it to break every block? Or just one? I can't tell lol.
I want to make item that breaks blocks like normal pickaxe, but if i do RMB click, it will break BEDROCK and only BEDROCK.
If i click RMB on other blocks, the pick will ignore block and do nothing.
How can i do that?
In MCreator, you may be able to check when the RMB is down, check if the player is holding your pickaxe, raytrace to get the block the player is looking at. And if it is your selection, break it.
This is probably possible in MCreator, if not I do have some ideas with code. But that should be a start.
ugh, i made some procedure with this option, but instead, RMB clicks breaks EVERY blocks
Maybe, i made mistakes in procedure, if i did, maybe you can try to do procedure?
I will try to post image later. Check it if procedure has errors.