mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-17 21:30:19 +02:00
fix hd 3d extras warnings
This commit is contained in:
@ -21,7 +21,7 @@ if minetest.get_modpath("vessels") then
|
|||||||
},
|
},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
use_texture_alpha = true
|
use_texture_alpha = "blend",
|
||||||
})
|
})
|
||||||
|
|
||||||
local sbox = {
|
local sbox = {
|
||||||
@ -35,7 +35,7 @@ if minetest.get_modpath("vessels") then
|
|||||||
tiles = {"homedecor_3d_vessels_shelf_glass.png"},
|
tiles = {"homedecor_3d_vessels_shelf_glass.png"},
|
||||||
inventory_image = "homedecor_3d_vessels_glass_bottle_inv.png",
|
inventory_image = "homedecor_3d_vessels_glass_bottle_inv.png",
|
||||||
wield_image = "homedecor_3d_vessels_glass_bottle_inv.png",
|
wield_image = "homedecor_3d_vessels_glass_bottle_inv.png",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
selection_box = sbox
|
selection_box = sbox
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ if minetest.get_modpath("vessels") then
|
|||||||
tiles = {"homedecor_3d_vessels_shelf_glass.png"},
|
tiles = {"homedecor_3d_vessels_shelf_glass.png"},
|
||||||
inventory_image = "homedecor_3d_vessels_drinking_glass_inv.png",
|
inventory_image = "homedecor_3d_vessels_drinking_glass_inv.png",
|
||||||
wield_image = "homedecor_3d_vessels_drinking_glass_inv.png",
|
wield_image = "homedecor_3d_vessels_drinking_glass_inv.png",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
selection_box = sbox
|
selection_box = sbox
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user