How to make a tool mining 3x3 (Outdated)

Started by Goldorion on

Topic category: User side tutorials

How to make a tool mining 3x3 (Outdated)
Fri, 12/02/2022 - 02:49 (edited)

Hello everyone!

If you want a tool to mine an area of 3x3, you are at the right place! (You need to have MCreator with Entity direction procedure blocks.)

 

This procedure will check the direction of the entity and mine blocks in an are of 3 blocks by 3 blocks. For each block mined, the procedure will remove 1 durability on the tool.

 

First of all, you need to create your tool. I suggest you to create a pickaxe based tool.

After you have finished to create your tool, you will have to download this ZIP file. (Thanks to NorthWestTrees to fix the procedure.)

If you don't want to have to import it each time you make a hammer, you can add it to your own proedure templates (Into the Preferences, but you will need to restart MCreator).

When you have the procedure template, create a new procedure for the event "When block destroyed with tool" and import the main procedure. Then, create 4 other procedures for each direction (NORTH, SOUTH, EAST and WEST). Finally, come back into the main procedure and set the 4 procedures in the main procedure (Select the procedure for the 4 call procedure blocks).

Save the procedure and your tool, and it's done!

 

Some Informations:

  • Due to the way I made the procedure (and some limitations of MCreator), I didn't make the compatibility for when the player looks the sky or the ground. So, it will just break the blocks as for the NORTH, SOUTH, EASt and WEST.
  • I created the procedure with MCreator 2020.2, so you can have problems if you use older versions.
  • I created the procedure with Minecraft 1.14.4, but it should also works in 1.12.2 (but upgrade to 1.14.4 to be supported by Minecraft Forge and soon MCreator).

 

If you have a problem, write it into the comments, and I will try to help you.

Edited by Goldorion on Fri, 12/02/2022 - 02:49
The procedure is really old…
Tue, 01/12/2021 - 19:34

The procedure is really old. I think I made it for MCreator 1.8.0 or in these versions. I originally made a 3x3x3 hammer procedure, but I thought I updated it later. Anyways, there is a new much better procedure you should use instead. if I'm not wrong, the procedure I'm talking is now a template.

Last seen on 00:36, 9. Dec 2021
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The link isnt working
Thu, 06/03/2021 - 19:54

The link isnt working

Last seen on 11:31, 26. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, does anyone have a…
Mon, 12/27/2021 - 15:34

Hello, does anyone have a working 3x3x1 hammer procedure?

Last seen on 18:05, 26. Apr 2024
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Please repost the…
Tue, 11/29/2022 - 19:14

Please repost the configurable hammer