Shoot projectile block not working? (SOLVED)

Started by natepaulnicolas on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Shoot projectile block not working? (SOLVED)
Sat, 04/18/2026 - 07:41 (edited)

I am trying to make an item that throws a custom projectile, which I was able to make the code and projectile. However, I can only use this in creative mode and it won't work in survival mode. I tried to use the shoot projectile block (image in link provided) but it wont let me insert anything, and it shows a blank puzzle piece. I tried to insert every block I could find and searched up any issue but to no avail. Is there a fix to this, thanks. https://imgur.com/a/JP2qxVU

Edited by natepaulnicolas on Sat, 04/18/2026 - 07:41
Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You just need to put one of…
Fri, 04/17/2026 - 17:03

You just need to put one of them in the hole (in projectile procedure)

Joined Apr 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for the tip and I…
Sat, 04/18/2026 - 07:40

Thanks for the tip and I hope this helps someone else