Posted June 27, 20169 yr I created an entity a long time ago in one of my older mods. But I have since lost the code and I have no idea how to create one. Can someone point me to a good tutorial? There are 10 types of people in this world. Those who know binary and those who don't.
June 27, 20169 yr What kind of entity are you looking for? Monster? Animal? Projectile? I have some code you can find here that you can use as a reference. For any of the ones above, you'll just need the Entity's class, a way to render it, and a way to register it. You're likely not going to find any detailed tutorials for 1.9+, but older tutorials should also work decently. Rendering is one of the main things that has changed from previous versions. Developer of Levels and Lost Eclipse
June 27, 20169 yr Author Im looking for an Animal. There are 10 types of people in this world. Those who know binary and those who don't.
June 27, 20169 yr Look out how I've done some of my entities, just change up which class you're extending to be an animal. Developer of Levels and Lost Eclipse
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.