Missing Dependency SourceEntity

Started by ezhgamer173 on

Topic category: Help with MCreator software

Last seen on 22:12, 7. Mar 2024
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Missing Dependency SourceEntity

I am trying to make a vein miner type mod, and I am using a recursive procedure every time you break a block with a certain tool. For some reason, the procedure needs the sourceentity. The only blocks I use are [get block], [is block tagged in tags as], [remove block and drop at], [x], [y], [z], [if], [call procedure] (itself), and math blocks. Which requires sourceentity?

Last seen on 22:12, 7. Mar 2024
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found out it's the call…
Sun, 11/28/2021 - 16:08

I found out it's the call procedure block, is there any way to prevent that from happening?