1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-15 06:10:40 +02:00

fix https://github.com/mt-mods/plantlife_modpack/issues/38 - add use_texture_alpa param to nodes that have textures with alpa

This commit is contained in:
unknown
2023-01-21 15:48:24 -05:00
parent a2cbc18351
commit 577404c850
10 changed files with 18 additions and 0 deletions

View File

@ -25,6 +25,7 @@ for i in ipairs(algae_list) do
"flowers_seaweed"..num..".png",
"flowers_seaweed"..num..".png^[transformFY"
},
use_texture_alpha = "clip",
inventory_image = "flowers_seaweed_2.png",
wield_image = "flowers_seaweed_2.png",
sunlight_propagates = true,