Started by
Ghatos
on
Topic category: Minecraft mod ideas exchange
Hello everyone!
I got a cool idea! make more arrows! (TNT arrows,Teleportation arrow,Flame arrow,Firework arrow(launch a firework when hitting the ground)...)
But I have a problem:How we make arrows with MCreator?
Thanks.
Edited by Ghatos on Fri, 06/24/2016 - 18:50
Make custom bow using gun option make sure that you use event when bullet hits ground
Thanks!
But I don't want to make new bow: I want to add more arrow( that can be shoot by normal bows!)
then you must use coding sorry
ow :'(
can't you just use the arrow tag
how do i do it
Creepergamer2008 Same question T~T
And you think using tags in easy?
Because its not
maybe if you did actually try to learn, then you'll know using or making tags isn't even remotely hard and you can understand it no matter your intelligence, and even better with MCreator simplifying it. heck, it's one of the easiest, basic things to do in datapacks & mods, and this might even look shameful in the eyes of experienced modders who use code; they could laugh at you if you say using tags is hard. it might lead to even more mockery that MCreator users are just plain inexperienced or lazy, which is frustrating to see although true sometimes... all it takes is to read the MCreator wiki then go to the page "How to make a tag", or do research about it to learn more.
in version 2021.1, there's already an "add common tags to the workspace" button on the top parts of the MCreator window that looks like a tag: click it, scroll down the list it shows up and find "minecraft:arrows". tick its checkbox & click "add tags" button, so that it adds a tag mod element for arrows. to explain in the simplest terms, that tag will tell Minecraft that an item should behave like an arrow (it can be shot with a bow). you then just have to edit the mod element it adds named "ArrowItems" and add your arrow item/s there to finish off. or, manually create a new tag mod element, type "arrows" in tag registry name, put "minecraft" in tag namespace, and tag type to "items". once again, select your arrow items.
using tags is not highly customizable when it comes to making arrow items unfortunately, so have it as you want but you'd really need to code to add a fully customizable arrow item that can be used with Minecraft bows
Im trying ;-:
...but it's so easy .-.
what part of it are you having difficulties with?
The tags Idk how to use common tags
I know gow to get them though
sorry but you guys are realy stupid, there is litteraly a tag called arrows, when an item is added in this tag you can use this item for a bow or crossbow