mojira.dev
MC-68232

Some items are missing pixels in 3D models

Title & screenshots say it all.

Also I can't fix this with a simple model change, as all items apparently, by default, use a model called 'generated' which, since it is not present as a file, I assume is hard-coded. It just seems to be missing a few faces.

Only visible on torches and redstone torches at the moment.

It isn't an issue with my textures, as I can clearly see the 2D item and the front of the 3D item are both completely fine, and my pack does not modify the models at all.

Linked issues

Attachments

Comments 9

[media][media]

[^77pUtaH[1].png]

Sorry if this is a dupe, search returned no results. Not my fault for some reports having weird titles.

If you throw Steak (cooked_beef) on the ground with fancy graphics (for the rotating items) it's missing a pixel on one side, too.

Please attach your resource pack.

Can confirm, missing 'pixel' is to the right of the cursor.

The issue occurs whenever you have an alpha value below 26 or so in any given pixel. It won't be rendered due to the alpha cutoff when rendering, but it will still be detected as a pixel by the item model generator since it requires an alpha value of 0 for the pixel to be considered empty.

I've fixed beef_cooked.png, but as for the textures in your resource pack, you will need to fix them yourself to ensure that all empty pixels have an alpha value of 0. I suggest Paint.NET.

You're right! IDK how many times I checked the texture files while making them. Fastest way to fix in Paint.NET is duplicate layer, merge layer down, repeat 8 times total, all pixels then have alpha value of either 255 or 0, delete garbage pixels on edges.

Also, just curious, how does the item model generator behave when it comes across an animated texture?

Just wanna say, I'm rather surprised that my report got marked as fixed by the next snapshot and even got onto the fixed bugs list for 14w34d. In the past I've only ever got 'duplicate' or 'works as intended' or 'won't fix'

kasamikona

migrated

Confirmed

Minecraft 14w34b

Minecraft 14w34d

Retrieved