1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-01-06 23:00:18 +01:00

make the items opaque to improve rendering performance and hide bad geometry

This commit is contained in:
wsor4035 2024-12-27 18:35:45 -05:00
parent 7bf4f8e185
commit ecbedd77de

View File

@ -36,7 +36,6 @@ if minetest.get_modpath("vessels") then
tiles = {"homedecor_3d_vessels_shelf_glass.png"},
inventory_image = "homedecor_3d_vessels_glass_bottle_inv.png",
wield_image = "homedecor_3d_vessels_glass_bottle_inv.png",
use_texture_alpha = "blend",
selection_box = sbox
})
@ -55,7 +54,6 @@ if minetest.get_modpath("vessels") then
tiles = {"homedecor_3d_vessels_shelf_glass.png"},
inventory_image = "homedecor_3d_vessels_drinking_glass_inv.png",
wield_image = "homedecor_3d_vessels_drinking_glass_inv.png",
use_texture_alpha = "blend",
selection_box = sbox
})
end