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
7 hours ago, 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.

So I need to create a costum model, right?

Posted
2 hours ago, IlTosaerba said:

So I need to create a costum model, right?

 

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
3 hours ago, Choonster said:

 

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

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

 

How can I set this trhead as solved?

Posted
11 minutes ago, 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?

 

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
2 minutes ago, Choonster said:

 

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

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
2 hours ago, 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"?

 

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 10/3/2018 at 11:03 AM, Choonster said:

 

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

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

Posted
3 minutes ago, 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

 

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.

Posted
8 minutes ago, Choonster said:

 

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

Oh, cool, now I see my shield. Only need to adjust the json file to see it properly. Thanks a lot

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.