Started by
troublemaker93
on
Topic category: Help with MCreator software
I’ve been looking around, but I can’t find the procedure that checks for the tool type of the tool in your hand
Topic category: Help with MCreator software
I’ve been looking around, but I can’t find the procedure that checks for the tool type of the tool in your hand
MCreator does not use Tool Types (Only in blocks), MCreator uses
IF ITEM IN MAIN HAND = (THE ITEM YOU WANT), DO (WHAT YOU WANT THE PROGRAM TO DO)
It will be added in 2020.5: https://mcreator.net/changelog
for now you can use https://mcreator.net/plugin/64519/extraprocedure-plugin
You could check if the item in hand can harvest a certain block for example: Dirt and if so then it is a shovel