Started by
SLINIcraftet204
on
Topic category: Help with Minecraft modding (Java Edition)
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
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.
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
"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>"