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,

I've already made custom block models with techne but as techne is not the best model program, it is based on cubes, and you also have to debug the Files before they compile I want to create better models with a better software. So my question is which (free) software is the best for this task and how can I implement the Model in minecraft?

 

I'm looking forward for any help.

 

Busti

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Minecraft is based on blocks.

Anyways, you can always delete the squarness of models upon texturing by making invisable textures.

You can use .obj files, which can be made in Blender (which is free), or Autodesk Maya or 3DS Max (which are free for students but pricey otherwise).

 

They are real models, none of that techne crap, you can make them as detailed as you like. But remember, more detail = more resources to load it.

 

Alternatively you could use the tessellator, but I've not seen a model editor for that directly yet.

width=463 height=200

http://s13.postimg.org/z9mlly2av/siglogo.png[/img]

My mods (Links coming soon)

Cities | Roads | Remula | SilvaniaMod | MoreStats

  • Author

How can I implement these into a TileEntitySpecialRenderer?

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

  • Author

Ah ok I didn't know that there are tutorials about it.

:D

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

FUCK TECHNE GO WAVEFRONT WOUUUUUUU!!!

 

 

buuuut here a sample code

 

public class TESR implements/extends TileEntitySpecialRenderer{
private IModelCustom model;

public TESR(){
    model = AdvanceModelLoader.loadModel("/model.obj");

    public void renderTileEntityAt(bunch of args){

    //opengl setup (like pushMatrix and translate etc)
    model.renderAll();
    //end of gl setup like popMatrix
    }
}
}

 

"/model.obj" refers to the path: mcp/src/minecraft/model.obj

 

 

i recommend blender

when you export your obj make SURE to check triangulated face becasue forge obj loader doesnt accept them (you should always triangulate your shit anyway)

if you load your model and it tells you something like

cannot load becasue "o usemlt 19368 136 136" line xxx   

just remove line xxx and re run

gl hf !!

 

EDIT: my wavefront tutorial:

http://www.minecraftforge.net/wiki/Using_wavefront_model

how to debug 101:http://www.minecraftforge.net/wiki/Debug_101

-hydroflame, author of the forge revolution-

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.