Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.

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

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.