Transparent blovk with visible side textures

Started by KnightKing777 on

Topic category: Help with modding (Java Edition)

Last seen on 14:49, 19. May 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Transparent blovk with visible side textures

Hello, how could I achieve the effect of visible side textures in transparent blocks?

Below is a specially prepared photo to visualize what I mean

 

https://imgur.com/a/v8iMm2Y

 

 

 

 

 

Last seen on 15:35, 21. May 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I believe you could achieve…
Thu, 05/16/2024 - 14:36

I believe you could achieve this using a 3D model, make 6 sides of a cube, make the texture of that cube transparent blue and delete the outside faces, only leaving the inside faces, now it will give this effect. Then you can put the other texture around it as a separate block, this wouldn't need to be in 6 different parts though.

Last seen on 15:35, 21. May 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not sure if this works in…
Thu, 05/16/2024 - 14:57

Not sure if this works in-game though. Hope this helps, cheers.