forked from nalc/homedecor_modpack
redraw wine-rack, simplify the bottle meshes used therein
(cuts the number of tris down from >7k to 4.6k) better UV maps/materials use
This commit is contained in:
parent
a6d05f451b
commit
020754d13a
|
@ -669,7 +669,13 @@ local wine_cbox = homedecor.nodebox.slab_z(0.25)
|
|||
homedecor.register("wine_rack", {
|
||||
description = "Wine Rack",
|
||||
mesh = "homedecor_wine_rack.obj",
|
||||
tiles = {"homedecor_wine_rack.png"},
|
||||
tiles = {
|
||||
"homedecor_generic_wood_red.png",
|
||||
"homedecor_bottle_brown.png",
|
||||
"homedecor_bottle_brown2.png",
|
||||
"homedecor_bottle_brown3.png",
|
||||
"homedecor_bottle_brown4.png"
|
||||
},
|
||||
inventory_image = "homedecor_wine_rack_inv.png",
|
||||
groups = {choppy=2},
|
||||
selection_box = wine_cbox,
|
||||
|
|
File diff suppressed because it is too large
Load Diff
BIN
homedecor/textures/homedecor_bottle_brown2.png
Normal file
BIN
homedecor/textures/homedecor_bottle_brown2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
homedecor/textures/homedecor_bottle_brown3.png
Normal file
BIN
homedecor/textures/homedecor_bottle_brown3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
homedecor/textures/homedecor_bottle_brown4.png
Normal file
BIN
homedecor/textures/homedecor_bottle_brown4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
homedecor/textures/homedecor_generic_wood_red.png
Normal file
BIN
homedecor/textures/homedecor_generic_wood_red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 692 B |
Loading…
Reference in New Issue
Block a user