Help, i need a redstone like texture

Started by Soul of Cinder on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help, i need a redstone like texture

like the title implie i need a redstone like texture (a 1 layer block) but nothing work, the block is entirely black or its entirely transparent and idk how to solve this problem... any kind of advice would be helpful!! thx https://ibb.co/n8pxhfq

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Assuming it's a flat custom…
Sat, 09/21/2024 - 20:09

Assuming it's a flat custom model... did you color both sides? Textures sometimes like to bug out if only one side is textured. Additionally, it might be a good idea to raise it off the ground slightly to prevent z-fighting.
Also, whether it has a 3d box or not, don't forget to turn the transparency to CUTOUT-MIPMAPPING. Normal transparency likes to bug out against other blocks

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The problem is that you…
Sun, 09/22/2024 - 02:10

The problem is that you arent using a custom model and are just trying to use the bottom face of a block model, which only renders when your looking at it from below. You need to make a custom flat plane model and then import it with your texture. As electro said make it something like 0.1 up so it doesnt clip and use cutout mipmap.

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
THANK YOU GUYS FOR THE HELP 
Sun, 09/22/2024 - 07:57

THANK YOU GUYS FOR THE HELP