Jump to content

Making fireball


Make custom fireball

Recommended Posts

9 hours ago, Make custom fireball said:

I'm trying to make a Naruto mod but i'm having trouble with making a fireball that has its own custom model and not the minecraft model.

And if you could can you tell me how to make a GUI

To get an idea of how to create a projectile with a custom model, I would recommend taking a look at the vanilla code for the ShulkerBullet. And regarding the GUI part, do you mean like a menu (then you would need to extend the Screen class), or like an hud/overlay (then you could listen to the RenderGameOverlayEvent).

Link to comment
Share on other sites

11 hours ago, vemerion said:

To get an idea of how to create a projectile with a custom model, I would recommend taking a look at the vanilla code for the ShulkerBullet. And regarding the GUI part, do you mean like a menu (then you would need to extend the Screen class), or like an hud/overlay (then you could listen to the RenderGameOverlayEvent).

i cant find the shulker bullet and also can i use 1.11 code to make the hud

 

Link to comment
Share on other sites

11 hours ago, Make custom fireball said:

i cant find the shulker bullet and also can i use 1.11 code to make the hud

Which version of Minecraft are you using? A lot has changed from 1.11 to now, especially regarding rendering, so a lot of code that worked previously will not work anymore.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.