My fortune procedure does not seem to work

Started by _Jeeper_Creeper_ on

Topic category: Help with MCreator software

Active 5 years ago
Joined Jul 2019
Points:
653

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
My fortune procedure does not seem to work

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.

 

https://imgur.com/ANRI969

 

Active 4 years ago
Joined Jun 2016
Points:
1725

User statistics:

  • Modifications: 6
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1752
A few things: Firstly, in…
Fri, 07/19/2019 - 14:04

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'.

 

Active 4 years ago
Joined Jun 2016
Points:
1725

User statistics:

  • Modifications: 6
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1752
Also, I think that for…
Fri, 07/19/2019 - 14:05

Also, I think that for fortune 1 you will have to put it as 0.

Active 5 years ago
Joined Jul 2019
Points:
653

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
The fortune 0 instead of 1…
Fri, 07/19/2019 - 20:55

The fortune 0 instead of 1 helped :) 

 

Thank you!