Transparent Texture (Resoursce Pack!!!)

Started by Igor Tuteja on

Topic category: General discussion

Active 9 months ago
Joined Jul 2019
Points:
715

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
Transparent Texture (Resoursce Pack!!!)

Hi i want to make resource pack with invisible Cobblestone. I figurate out that i need custome model from blockbench and empty texture. And it worrked (kinda) cuz cobblestone were invisible but texture under it was also too. Any ideas how to fix that?

Active 9 months ago
Joined Jul 2019
Points:
715

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
(No subject)
Fri, 12/27/2024 - 14:48

Active 3 months ago
Joined May 2013
Points:
907

User statistics:

  • Modifications: 0
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 110
'Check this if your block…
Mon, 02/03/2025 - 08:56

'Check this if your block has transparent parts'
Check this part.

Active 41 minutes ago
Joined Apr 2023
Points:
763

User statistics:

  • Modifications: 5
  • Forum topics: 27
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 574
I don't think it is possible…
Mon, 02/03/2025 - 12:48

I don't think it is possible to use a resource pack to make a block transparent or semi-transparent in any way, unless it is transparent in vanilla Minecraft. I could be wrong, but I think that transparency is something in the block's code, rather than in its texture.

Active 41 minutes ago
Joined Apr 2023
Points:
763

User statistics:

  • Modifications: 5
  • Forum topics: 27
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 574
Actually, I just found that…
Mon, 02/03/2025 - 14:38

Actually, I just found that there is a line in a block's model code, which can be changed with a resource pack, that contains the rendering type for the block, so that might be used to make it transparent, although it wouldn't allow light through.

I would recommend looking at the model code for glass to see how it is handled.