Need Help with missing Dependencies

Started by SLINIcraftet204 on

Topic category: Help with modding (Java Edition)

Last seen on 10:42, 25. Feb 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need Help with missing Dependencies

Hello, I am new in this Area. 
I need some help in the newest Version of MCreator.
On this Picture: https://imgur.com/Mof2Xbt
there are dependencies and when i am in the Item: https://imgur.com/SoSMHHP
I cant import this as procedure, Error: missing dependencies
can someone help me?

for more Details ask me :)
Thanks Nils aka. SLINIcraftet204

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You cannot use Itemstack…
Tue, 02/16/2021 - 04:43

You cannot use Itemstack procedure blocks in this, so shrinking the itemstack is out of the question. If this is an ammo type, then just set it to consume the arrow in the bow's configuration menu.

Last seen on 10:42, 25. Feb 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey thanks for Reply... Ok I…
Thu, 02/25/2021 - 10:42

Hey thanks for Reply...
Ok I will try it, but with this in the Picture, I want that the Player were teleported to the Arrow when the Arrow hits a Wall or a block.

SLINIcraftet204 aka. Nils

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"When bullet hits block" is…
Tue, 03/02/2021 - 22:34

"When bullet hits block" is called at the arrow's coordinates and can target the shooter entity. Just make a procedure to "set position of <event/target entity> to <x> <y> <z>"