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 using Minecraft Forge 1.8-8.0.12.1018-1.8, and I want to make a custom mob. I have my Techne model and textures. How would I go about creating it? The tutorials on the Wiki are totally outdated, they aren't even for 1.7.

Well, I don't know about 1.8 but I know how to do it  in 1.7.

No, I don't think it involves RenderManager. But you say you have a Techne model, that's a start. The second step is to get your entity class coded. What features do you want your entity to have?

  • Author

I want it to be a passive mob, like a sheep or cow, but cannot be tamed. I think I have the basic mob classes right, but I have no idea how to render it.

I want it to be a passive mob, like a sheep or cow, but cannot be tamed

 

Sheep, cows, pigs, and chickens can't be tamed.  They just are.  "Tame" is an aspect of hostile mobs, such as the wolf, ocelot, and iron golem.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

You're going to need a Rendering class and register it in your client proxy.

Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.

From what I've read in 1.6 and I presume 1.7, you'll need the actual Entity class, as well as a Render class and a Model class.  I seem to recall a Techne model can be imported to satisfy the Model part of the equation, and coding the mob's behavior will need to be done in the Entity class.  I believe you'll need to extend from EntityAnimal if you want a non-tameable class; EntityTameable would give you the behavior similar to Wolves or Ocelots.

 

You can look in net.minecraft.client.renderer.entity for classes that handle the rendering of some of the passive mobs.  I'm still pretty new at this, but from the reading I've done and videos I've watched, that's the basics of it.  I'm sure there's more specific information you'll need to get it right, but hopefully that points you in the right direction.

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.