Jump to content

Recommended Posts

Posted

I've been using 1.7.10 for modding for a while and am just switching to 1.9 for dual wielding and other new features. But I don't understand most of the code or the "model" system, and I'm also having issues with the textures. If anyone can help with the basics of 1.9 like models, textures, items, blocks, tile entities, multi-sided block textures, connected textures and custom block models would all be helpful topics to get started with. Thanks.

If you're going to be salty, just take a listen.

 

Posted

I'm in the same boat.

For simple blocks and items, wuppy29 has a good, simple json generator. The models changed slightly in 1.9, though, so where you see "builtin" you have to change it to "item" or "block" depending on if it is an item or block. For multi-texture blocks, TheGreyGhost has a working example called "Minecraft by Example." mbe_01 is a simple, multi-textured block. Here is the link: https://github.com/TheGreyGhost/MinecraftByExample. As for custom models, I got the OBJ Loader semi-working (it doesn't support some commands yet, which is screwing with my textures), but I don't know much about anything else. Forge has a debug class which can give you the general idea: https://github.com/MinecraftForge/MinecraftForge/blob/master/src/test/java/net/minecraftforge/debug/ModelLoaderRegistryDebug.java and assets: https://github.com/MinecraftForge/MinecraftForge/tree/master/src/test/resources/assets/forgedebugmodelloaderregistry

I have not yet updated my tile entities, so I do not know how to update it. A tutorial from 1.8 might give you some pointers.

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.