Topic category: User side tutorials
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.
I don’t know because i had never “really” use the 1.7.3 MCreator’s version, but download the latest version and make mods with it.
Oh, okay, i started creating 1.7.10 mods a lot of time ago, so i won't change the Mcreator&Minecraft version, but thanks for the answer.
Goldorion,when will the download link for the procedure be available?
Oh oops. I am sorry. I didn’t know that the link didn’t work. Retry during the day.
I've changed the downloable link of the procedure. So you should be able to download it. Sorry for the inconvenent.
Goldorion please,rate the mod https://mcreator.net/modification/52240/newblocks-mod?page=0
2019.5?
I didn’t retest the procedure, but it’s supposed to work.
Hi Goldorion, I'm sorry I'm not good with English, I'm from Russia :). I have version 2020.1, can you help with a 3x3 pickaxe, when I upload your procedure it doesn’t work, it worked for me only once, later it didn’t work, please help :)
Okay, I will try to retest as soon as I have time, but as MCreator didn’t change so much, it’s supposed to work. I will give you more infos later. ;)
Thanks you! I will wait for a second answer! Also today I again tried to make a pickaxe with this procedure, it worked! but after 3-5 minutes she again stopped working.
Hi, your procedure is working! May I ask another question? Is it possible to make armor from 3D models
Sure. You need to create your armor in a .java file (as for custom entities) and import it into MCreator.
Hi, it's me again. I would like to ask whether it is possible in the .java model to somehow use the rotation of individual parts of the models, I model through blockbench, writes that rotation is not possible