Missing Dependencies for a procedure

Started by thomas2 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Jun 2025
Points:
26

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Missing Dependencies for a procedure

I am trying to make a procedure for when a certain tool is in the inventory, the procedure check if it is in the players hand to display infos, but Mcreator says that dependecies are missing. I need hep to resolve this!

Active 1 week ago
Joined Apr 2024
Points:
433

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
replace source entity with…
Wed, 06/18/2025 - 00:40

replace source entity with event/target entity

Active 3 months ago
Joined Jun 2025
Points:
26

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
now I can put the procedure,…
Wed, 06/18/2025 - 01:25

now I can put the procedure, but the text isnt showing

Active 1 week ago
Joined Apr 2024
Points:
433

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 474
You're using "print" so it…
Wed, 06/18/2025 - 12:35

You're using "print" so it should be showing in the MCreator console, are you checking there?

sourceentity may be null and…
Wed, 06/18/2025 - 13:31

sourceentity may be null and in this case procedure is not called. You will be able to disable this null check in 2025.2