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

Hello folks,

 

I hope this is in the right section, if not feel free to firebomb this post.

 

I've been getting my feet wet with minecraft modding over the past month.  I have a firm grasp on a lot of the concepts thanks to the boat loads of documentation here on the forums and elsewhere on the internets but  hit a large roadblock, living entities.  I see tutorials for 1.7 mobs but nothing for 1.8 despite an hour or two of searching.  Now I wouldn't dream of asking anyone for a tutorial, it's a waste of your time and I prefer to take things apart.  I was wondering if anyone had any source code for initializing, registering, and rendering a mob whether it be a simple reskin of a pre-existing mob or something more complicated, I learn best from reverse engineering code anyways.  I know this is a pretty personal request for a public forum so I understand if it breaks etiquette.

 

Thanks a bunch!

  • Author

That's what I keep hearing, references to how some of the methods changed but not many clear statements on which methods.  Ah well I will give it a shot later this week and hopefully I will figure it out.  Thanks for letting me know 1.7 and 1.8 are so close.

the biggest change you will find is that most methods now use BlockPos insteasd of the individual coordinates.

I have 1.7 living entity tutorial here: http://jabelarminecraft.blogspot.com/p/creating-custom-entities.html

 

I'm working on creating the 1.8 version, but as mentioned above the entities haven't changed much.

 

The steps required are listed in the tutorial, and I think mostly you can copy the 1.7 code and then just do standard update process -- your IDE will flag those methods that have changed and then you can compare the 1.7 and 1.8 source to see what the equivalent is now likely to be.

 

I've also created a tutorial listing a number of things I've encountered while updating my 1.7 mods to 1.8: http://jabelarminecraft.blogspot.com/p/minecraft-forge-converting-your-mod.html

 

Lastly, if you get stuck figuring out the update you can post the specific question here and we can help.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

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.