Custom ammo for vanilla bow

Started by xanadian on

Topic category: Help with modding (Java Edition)

Last seen on 13:41, 13. Mar 2021
Joined Jun 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom ammo for vanilla bow

Is there some way to create custom ammo not simply for a custom ranged item, but for a vanilla bow?  Is this something I may have to create a custom model for (.java/.obj/.json) as well?  And is it supposed to be created as an "Item" or something else?

Thanks!

Last seen on 02:38, 11. Mar 2021
Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is no way to change…
Mon, 04/20/2020 - 00:01

There is no way to change anything about vanilla items with the basic mcreator tools
What you can do is create the bow from scratch, and make the recipe  replace the one from vanilla minecraft, the only problem would be that skeletons would drop the normal bow and chests would have the normal bow as well
You could also do an extra recipe to turn the bow into your bow if you want every bow to be able to shoot your custom bullets
I did something similar in my mod with the simithing table and some custom bows

Last seen on 13:41, 13. Mar 2021
Joined Jun 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for your input.  I…
Sun, 04/26/2020 - 17:07

Thanks for your input.  I may have to do it that way.

But I'm not really trying to change the vanilla bow.  I'm trying to create an item that the bow will recognizes as ammo.  Surely there's a method or field that'll tell the vanilla bow, "hey, this is something I can use!"  Much like the vanilla bow can shoot a variety of vanilla items.  I was hoping there was a way to make an mcreator item that mimicked vanilla ammo.  For example, we can already make custom fuel that goes into vanilla furnaces.

I will give your idea a try, though.  It looks like I can make a custom loot table, so that'll control what shows up in chests at least (I think???)

Thanks!

Last seen on 13:41, 13. Mar 2021
Joined Jun 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It seems that I can have a …
Sun, 04/26/2020 - 17:32

It seems that I can have a "bow" that will either (a) require no ammo whatsoever or (b) only allow 1 type of ammo (arrow OR spectral arrow OR custom bullet OR...) but not multiple like the vanilla bow.  :-(

Last seen on 18:11, 2. May 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just use vanilla bow tag
Sun, 04/11/2021 - 14:41

just use vanilla bow tag

Last seen on 20:12, 18. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what does this mean in…
Sun, 05/29/2022 - 15:47

what does this mean in particular??