When key pressed "missing dependencies"??

Started by Trinicrafter10 on

Topic category: Help with modding (Java Edition)

Last seen on 04:39, 13. Nov 2023
Joined Oct 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When key pressed "missing dependencies"??

I'm using the 1.12 version as I'm making a mod for a modpack. I'm making a gun mod, so when you press R you load a single bullet into the gun. To do this, it checks for a bullet and the 'version' of the gun with a set amount of ammo, and if you have a bullet it will play a sound and swap the gun for one with 1 more bullet in. However, once I make this script in the code blocks, it says "missing dependencies" and is just grayed out and won't even let me use it. Why is this happening? Is there any way to override it

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm sorry but because 1.12.2…
Sat, 06/20/2020 - 09:49

I'm sorry but because 1.12.2 is not supported by the last version of MCreator, we do not provide support for it.
You should move to 1.14.4 or 1.15.2

Last seen on 04:39, 13. Nov 2023
Joined Oct 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
as said earlier I can't move…
Sat, 06/20/2020 - 10:20

as said earlier I can't move to 1.14. CustomNPCs and various other mods are not on that version. I found the problem anyways, it's the setting cooldown doesn't work for some reason.