Need Dependancy Help (Solved)

Started by XenithDMN on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 day ago
Joined Jan 2025
Points:
50

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
Need Dependancy Help (Solved)
Wed, 02/19/2025 - 16:07 (edited)

I am making a Minecraft horror entity mod and I'm working on a custom AI. I'm fairly new to modding so I'm using someone Elses custom AI and ill be customizing it to make it my own. the problem is that before I went to customize it, I decide to test out the pre build AI to make sure it works and I'm glad I did. when I tried to add the Ai to the, "On Entity Initial Spawn" trigger it was saying missing dependancys. I think I understand the issue but it seems like there is no general fix and its mostly just based on the code you wrote. so what do I need to do to fix this? It has 0 warnings or errors.

Im posting 2 different screenshots.

The Code.

And the Required dependency's that its showing. Pls help.

Edited by XenithDMN on Wed, 02/19/2025 - 16:07
Active 1 day ago
Joined Jan 2025
Points:
50

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
(No subject)
Sat, 01/18/2025 - 00:09

Active 1 day ago
Joined Jan 2025
Points:
50

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
(No subject)
Sat, 01/18/2025 - 00:09

Active 2 hours ago
Joined Sep 2024
Points:
111

User statistics:

  • Modifications: 3
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 81
so if your using triggers…
Wed, 02/19/2025 - 11:02

so if your using triggers than look for the provided dependencies

example

so "sourceentity" is your problem.

Active 1 day ago
Joined Jan 2025
Points:
50

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
So sorry, I forgot to say…
Wed, 02/19/2025 - 16:06

So sorry, I forgot to say that this was solved. for anyone else wondering, you can use the + button on your workspace to create a procedure and choose any type of trigger. IDK if I was just being stupid or not, but the dependencies are based off of the trigger you use, so keep that in mind.