Juuxel / Adorn

A decoration mod for Minecraft 1.14+.
https://www.curseforge.com/minecraft/mc-mods/adorn
MIT License
93 stars 30 forks source link

Stone torch displays incorrectly when placed on a wall #298

Closed TheBeav01 closed 1 year ago

TheBeav01 commented 1 year ago

Adorn version

3.7.0

Minecraft version

1.19.2

Mod loader

Forge

Mod loader version

Forge 43.1.57

Describe the bug

Demonstration of issue: image

Mod List: image

To reproduce

Place a stone torch on any wall

Game logs

No response

Additional context

This is the same issue as https://github.com/Juuxel/Adorn/issues/290 but I checked to see if it still happened without Optifine or Rubidium. It still happened, so I scaled back the mod list and it seems to be an issue with Adorn itself.

Juuxel commented 1 year ago

Thanks, I think I know now what causes it. Only adorn:block/stone_torch (not wall_stone_torch) includes "render_type": "cutout" in the model file, so Forge doesn't support transparent textures.