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:
parent
7bf4f8e185
commit
ecbedd77de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user