EthanJY Posted August 7, 2013 Posted August 7, 2013 So I have played Hack / mine a lot and I'm making a mod which adds a lot of cool features to minecraft, One of the features being wands. I have already created some wands; Rocket Wand which shoots mobs in the air then they die of fall damage, KnockBack Wand which knock backs the mobs away from the player, Time Warping Wand which turns night into day in a slow fast forward way. But I would like to create a Fire Bolt wand and an Ice bolt wand. I need help on how I would go about making a Wand which creates the Fire Bolt / Ice Bolt Entity projectile, as I would really like to add these into my mod. Please can anyone help me, or link me to a tutorial video which can help me on creating a Fire Bolt wand which when right clicked Shoots a Fire Bolt projectile and hurts the mob when hit. Thanks I hope anyone could help me with this, you don't have to spoon feed me the code if you don't want to but could someone help me on figuring out how I would create the entityProjectileFireBolt and the fire bolt wand which spawns the fire bolt projectile into the world.
Moderators Munaus Posted August 7, 2013 Moderators Posted August 7, 2013 Doesn't vanilla minecraft use a fire entity for both ghasts and that Fire charge when it's shot from a dispenser? Couldn't the code you are looking for be found in vanilla MC?
EthanJY Posted August 8, 2013 Author Posted August 8, 2013 True , I could you the fire ball and then change the texture and also take away the code of the explosion and fire around the entity but I would still like to know how to spawn the fire ball entity when I right click with the Fire Bolt wand. its about the public Itemstack onItemRightClick but I would like to know how to make it spawn in the world then shoot through the air :D
miniboxer Posted August 9, 2013 Posted August 9, 2013 True , I could you the fire ball and then change the texture and also take away the code of the explosion and fire around the entity but I would still like to know how to spawn the fire ball entity when I right click with the Fire Bolt wand. its about the public Itemstack onItemRightClick but I would like to know how to make it spawn in the world then shoot through the air look at the code for the ghast fireball. He wasn't saying just make the wand fling a ghast fireball, he was saying you can find the code for this in Vanilla MC.
EthanJY Posted August 9, 2013 Author Posted August 9, 2013 ok sorry, just realised when looking through the code thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now