Help with tool

Started by mrgwbland on

Topic category: Help with modding (Java Edition)

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with tool

How would I create a tool that gives a block very high resistance when right clicked on?

I would like to know how to do this with blockly preferably

Last seen on 21:12, 23. Nov 2018
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This will make block code…
Sun, 11/18/2018 - 00:34

This will make block code out the door but you can do this.

 

Just make a copy of every block in the game then set the copies to have a higher resistance (Obsidian has a resistance of 6,000 for reference) and add this procedure:

 

On block right click remove that block and place the copy block that has higher resistance.

 

Tedious yes which is why I reccomend a compromise and only make a few block copies so you aren't painstakingly working.

 

Like have the tool only raise resistance of stone type blocks or stuff like that.

Last seen on 21:12, 23. Nov 2018
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
By a copy of every block in…
Sun, 11/18/2018 - 00:36

By a copy of every block in the game I mean recreate them in mcreator:  make a new block and call it grass give it the exact same textures exact same stats except higher resistance.

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you, that would…
Thu, 02/06/2020 - 17:17

Thank you, that would certainly work but I have had to omit the feature because that would be way too messy and time consuming!