1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-15 08:35:35 +02:00

Fix use_texture_alpha issues in mt 5.9 (#11)

This commit is contained in:
Niklp
2023-12-16 00:11:41 +01:00
committed by GitHub
parent 27f582b041
commit fce192d288
5 changed files with 28 additions and 4 deletions

View File

@@ -207,6 +207,7 @@ local models = {
"signs_poster_sides.png", "signs_poster_sides.png",
"signs_poster_sides.png", "signs_poster.png" },
inventory_image = "signs_poster_inventory.png",
use_texture_alpha = "clip",
groups= { dig_immediate = 3 },
on_construct = display_api.on_construct,
on_rightclick = display_poster,