Posted August 19, 201510 yr So, I'm trying to make a custom model using TileEntitySpecialRenderer (and succeeding, so far). Yes, I am not in fact an idiot, and know that the .json system was added for that very purpose, but so far I'm finding it much easier to use TileEntitySpecialRenderer than that system. It's probably because it's new, and I'm guessing it'll grow on me at some point, but I'd just rather use what I know as long as works (probably not for long, considering they just implemented the .json point). Anyhow, my problem is that while I DO want to render the inventory version of the block, I don't want to render the normal version. So what I'm asking is if there's a way, in the blockstates file, to set the normal variant to null, meaning that it doesn't pass anything to the renderer when it asks for the normal variant. I don't want to pass an empty cube, as that would simply render the invisible cube instead of the TileEntitySpecialRenderer. Thanks in advance! Who are you? Why have you brought me here? And why are there so many PewDiePie fanboys surrounding meeeeeeeee....... *falls into pit and dies*. Also this. Check it out. http://i.imgur.com/J4rrGt6.png[/img]
August 19, 201510 yr You should only use TileEntitySpecialRenderer for models with animations. For non-animated blocks, I highly suggest you move on to the JSON system to be consistant. It may seem difficult at first, but you'll get used to it after a while. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
August 19, 201510 yr Author Is that so? In 1.7 I used it all the time for anything and everything that need a custom model. What's the best free .json model creator out there in your opinion (I REALLY don't want to go and write the code myself, as it seems like that would take on the order of x3 the time it would take in a model creator)? Who are you? Why have you brought me here? And why are there so many PewDiePie fanboys surrounding meeeeeeeee....... *falls into pit and dies*. Also this. Check it out. http://i.imgur.com/J4rrGt6.png[/img]
August 19, 201510 yr There are multiple in my opinion. I haven't used any of them, but Cubik is a very good one. It also lets you export in multiple formats, and let's you import Wavefront models. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
August 19, 201510 yr Author Cubik DOES cost money though... Who are you? Why have you brought me here? And why are there so many PewDiePie fanboys surrounding meeeeeeeee....... *falls into pit and dies*. Also this. Check it out. http://i.imgur.com/J4rrGt6.png[/img]
August 19, 201510 yr Personally, with both the models and the JSONs, they are all just made up of cubes and ultimately are pretty easy to just code directly if you sketch out your idea on paper. It is annoying, but not difficult, and you can get pretty fast at it. Cut and paste, adjust the corners and UV mapping values and you're done. Certainly use a good editor if you find one, but don't be hung up on it either. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
August 19, 201510 yr Cubik DOES cost money though... There's a reason there's a Lite version... And I agree with Jabelar, if your model is very simple, you can ultimately code it yourself. Atleast, that's what I do... Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
August 19, 201510 yr Author I'm using MrCrayfish's Model Creator. That has no cube or size limit (*cough cough* Cubik Lite *cough*), and it exports pretty well. Who are you? Why have you brought me here? And why are there so many PewDiePie fanboys surrounding meeeeeeeee....... *falls into pit and dies*. Also this. Check it out. http://i.imgur.com/J4rrGt6.png[/img]
August 19, 201510 yr I'm using MrCrayfish's Model Creator. That has no cube or size limit (*cough cough* Cubik Lite *cough*), and it exports pretty well. So then you're already set. Just use JSON exports instead of special renderer. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.