Jump to content

Recommended Posts

Posted

Hi,

I've made a Block with my own model, but you can only see the texture when there is an invisible texture around it. Otherwise you will see the texture.

When i place it whit a transparent Texture I can only see the Model when I place the Block and not in my inventory.

Here is my code:

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

This is how it looks Ingame:

2013-04-05_17.12.21.png?token_hash=AAH_g950Ta339wi3OCUxWfN2c2WnJ-BSsO3EnsYV-zL70A&dl=1

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

Posted

this.bindTextureByName("/mods/technica/textures/model/SoulMagnet.png");

 

I dont think you should have mods, more like:

 

this.bindTextureByName("/technica/textures/model/SoulMagnet.png");

Posted

Thanks, but that's not my Problem the Texture is rendering fine but it is not showing um in my inventory.

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

Posted
  On 4/5/2013 at 3:18 PM, Busti said:
you can only see the texture when there is an invisible texture around it. Otherwise you will see the texture.

 

This makes no sense.

 

if(X) {

  Y

}

else {

  Y

}

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.

Posted

Sorry,

I meant:

you can only see the MODEL when there is an invisible texture around it. Otherwise you will see the texture.

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

Posted
  On 4/10/2013 at 8:06 PM, Busti said:

Sorry,

I meant:

you can only see the MODEL when there is an invisible texture around it. Otherwise you will see the texture.

 

That makes more sense.

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.

Posted
  On 4/10/2013 at 8:06 PM, Busti said:

Sorry,

I meant:

you can only see the MODEL when there is an invisible texture around it. Otherwise you will see the texture.

 

You can return 22 as the render type in getRenderType() inside your block. It's what the chest does. But please note, since the new texture system, you still need a "block texture" which is registered in the block class or you will get "Missing Texture" particles flying around when punching the block!

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted
  On 4/13/2013 at 6:25 PM, Busti said:

When I do it its rendered like a chest (In my inventory)

 

You need an IItemRenderer to get it to work.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

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.