Jump to content

Recommended Posts

Posted

I'm making a staves mod, and trying to make a fire staff that shoots out the entity, small fireball. It does shoot it, but in the same direction upwards (not in the direction being aimed towards). How could I fix this? I followed my code off the Blaster Rifle Part 1 text tutorial on this wiki.

Posted

I don't like those tutorials. They are supposed to build and render an item that shoots an entity. But A) It doesn't tell you how to use a custom model for it, and B) The entity I DO create is invisible

I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes.

 

I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there xD

Posted

I don't like those tutorials. They are supposed to build and render an item that shoots an entity. But A) It doesn't tell you how to use a custom model for it, and B) The entity I DO create is invisible

How are (both of) you registering you entity and renderer? Hint: It should look something like:

	EntityRegistry.registerModEntity(EntityTractor.class,"entityTractor",0,this,256,1,true);
and
	RenderingRegistry.registerEntityRenderingHandler(EntityTractor.class,new RenderTractor());

(I don't mean to sound condescending; I had this same problem and this was the solution.)

BEWARE OF GOD

---

Co-author of Pentachoron Labs' SBFP Tech.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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