Making crossbows/delays on items.

Started by Johannes_V on

Topic category: Help with modding (Java Edition)

Last seen on 01:54, 28. Mar 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making crossbows/delays on items.

Is there any way to have a crossbow-like mechanic, or maybe a delay on items? I'm currently in the process of making some flintlock guns and I'm not a fan of having them all be essentially machineguns.

Last seen on 20:38, 30. Dec 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Managed to do this You can…
Fri, 06/26/2020 - 02:35

Managed to do this

You can create a procedure that, when you shoot, ads a cool down much like the enderpearl one.

The cool down block is on Item } Add cool down to provided item

Last seen on 01:54, 28. Mar 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much!
Tue, 06/30/2020 - 03:14

Thank you so much!

Last seen on 21:55, 16. Oct 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Too bad there isn't a…
Thu, 07/02/2020 - 21:50

Too bad there isn't a cooldown for a specific item and not just its entire item type since it would be neat if your attacks altered between two items if you had one in the off hand.

Last seen on 09:08, 28. Jun 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On this topic, can you…
Tue, 03/02/2021 - 09:13

On this topic, can you actually make a single bullet loading mechanic in mcreator?

Last seen on 19:57, 5. Aug 2021
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if it's in the main hang…
Sat, 06/05/2021 - 14:25

if it's in the main hang cooldown item in the main hand, else if it's in the offhand, cooldown item in the offhand

Last seen on 21:55, 16. Oct 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh no. I just meant it would…
Sat, 06/05/2021 - 14:39

Oh no. I just meant it would be neat if cool down was more akin to an nbt tag so it would cool down on in individual item instead of itemstack.

Last seen on 16:52, 8. Dec 2021
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make such a …
Wed, 12/08/2021 - 16:52

How to make such a  procedure for cooldown?

Last seen on 16:52, 8. Dec 2021
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but it would be better for…
Wed, 12/08/2021 - 16:53

but it would be better for me to know how to make it like a actually crossbow.

Last seen on 09:00, 3. Aug 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can edit the ranged item…
Wed, 12/08/2021 - 21:07

You can edit the ranged item code to extend the crossbow class