Started by
mrgwbland
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
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
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.
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.
Thank you, that would certainly work but I have had to omit the feature because that would be way too messy and time consuming!