Posted July 1, 201510 yr I want to make a arrow, when thrown by a arrow to a mob, make a lightning, but I dont know the code... Sorry for my bad english, hope you can understand what I want and hope you can help me... Thanks!
July 1, 201510 yr I'll tell you only one thing: EntityLightiningBolt.class Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
July 1, 201510 yr I hope that you know at last basic Java, if not I would suggest to start there. So, if you want to make an arrow, a good start would be to take a look at vanilla's EntityArrow. Checking for collision with an entity is done in EntityArrow#onUpdate. Spawning a lightning should be done on server side, you can spawn EntityLightningBolt using World#addWeatherEffect
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.