black wire texture 1.16.5

Started by Yanas on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Feb 2024
Points:
139

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
black wire texture 1.16.5

I added wires like in industrial craft, gave them a texture, but when I place them next to another full block, the side that is adjacent to this block turns black

Active 1 month ago
Joined May 2022
Points:
1291

User statistics:

  • Modifications: 15
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1143
You need to make your block…
Mon, 02/05/2024 - 16:18

You need to make your block transparent. Even if it has a custom block model, if it's set to full opacity, light won't travel through it, and the block it's placed on will appear dark. (Like tinted glass.) Just change the opacity from 15 to 0 in the block properties.