FastChest

FastChest

409k Downloads

Hatch renders even if removed in resource pack

Brottweiler opened this issue · 2 comments

commented

Hey!

In my resource pack, I have removed the hatch from the chest, so there's no 3D hatch texture poking out from the chest texture. Using FastChest, it renders the hatch back in for some reason.
image
image
The texture the arrow points to is deleted from the texture, but the hatch still renders.

commented

That's happening because the model doesn't support transparency. And I don't think I want to enable that for just this specific use case.

What you can do however is adding the template_... files from this mod's /assets/minecraft/models/block/ directory to your resource pack and removing the latch from these models. It's the third element in all three templates.

commented

Wow! Thank you, this worked perfectly!

This way I also managed to make the chest render as a full block. The texture is still 14x14 but renders as a full block. Probably makes no difference to performance but I prefer it this way. :) Thanks again!