Can i make something weird?

Started by RedCorr on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can i make something weird?

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?

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need pickaxe, that will…
Fri, 06/19/2020 - 00:49

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.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to make item that…
Fri, 06/19/2020 - 12:30

I want to make item that breaks blocks like normal pickaxe, but if i do RMB click, it will break BEDROCK and only BEDROCK.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If i click RMB on other…
Fri, 06/19/2020 - 12:31

If i click RMB on other blocks, the pick will ignore block and do nothing.
How can i do that?

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In MCreator, you may be able…
Fri, 06/19/2020 - 15:13

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.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ugh, i made some procedure…
Fri, 06/19/2020 - 21:11

ugh, i made some procedure with this option, but instead, RMB clicks breaks EVERY blocks

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe, i made mistakes in…
Fri, 06/19/2020 - 21:14

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.