Jump to content

Recommended Posts

Posted

Your model extends from builtin/entity, which means Minecraft expects it to be rendered by a TileEntitySpecialRenderer. Since you don't have one, nothing renders.

 

Ideally you should use a regular baked model for the shield rather than a TESR.

  • Like 1

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted
  On 3/10/2018 at 12:41 AM, Choonster said:

Your model extends from builtin/entity, which means Minecraft expects it to be rendered by a TileEntitySpecialRenderer. Since you don't have one, nothing renders.

 

Ideally you should use a regular baked model for the shield rather than a TESR.

Expand  

So I need to create a costum model, right?

Posted
  On 3/10/2018 at 8:01 AM, IlTosaerba said:

So I need to create a costum model, right?

Expand  

 

Yes, you need to create your own model or extend an existing one.

  • Thanks 1

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted
  On 3/10/2018 at 1:49 PM, IlTosaerba said:

Since I don't have one for the shield, I will create my own... so, Thankyou

 

How can I set this trhead as solved?

Expand  

 

Edit the first post and add [Solved] to the thread title.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted
  On 3/10/2018 at 2:01 PM, Choonster said:

 

Edit the first post and add [Solved] to the thread title.

Expand  

Ok thanks, only the last thing.

 

Why if I remove the parent line from the json model it still doesen't work? Is it because the "parent" attribute is a sort of "@Override"?

Posted
  On 3/10/2018 at 2:04 PM, IlTosaerba said:

Why if I remove the parent line from the json model it still doesen't work? Is it because the "parent" attribute is a sort of "@Override"?

Expand  

 

Because your model doesn't contain any elements and doesn't extend a model that contains any elements. There's nothing for Minecraft to render.

 

The "parent" attribute is more like the extends keyword, since it specifies the model that the current model should inherit its properties from.

 

Side note: In future, please leave your original question in tact after it's been answered so people with similar issues can see both the question and the answer. Appending the answer to the original post is fine.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted
  On 3/11/2018 at 12:44 PM, IlTosaerba said:

I tryed to create my costum models (with Blockbench) but it still "extend" from  builtin/entity. 

So the problem remain. How can i solve it?

 

Here's my project

Expand  

 

It's a plain text file, you can just remove the line with the "parent" property.

  • Thanks 1

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

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.