Started by
_Jeeper_Creeper_
on
Topic category: Help with MCreator software
I am a noob at using MCreator, as I am new to the application and I have recently added a new ore to my mod. Fortune does not affect the item drop, so I was trying to fix this using procedures. It ended up not working, so I searched the forums and I could not seem to find any answers. Below will be a link to an image showing my procedure.
A few things:
Firstly, in what way does it not work?
Secondly, what are you using to trigger the procedure?
Thirdly, that procedure will allow you to get the extra items even if you aren't actually using the pickaxe to mine it. Use 'has provided entity [ ] in main hand' instead of 'has provided entity [ ] in inventory'.
Also, I think that for fortune 1 you will have to put it as 0.
The fortune 0 instead of 1 helped :)
Thank you!