forked from nalc/homedecor_modpack
rework fishtank model again
This commit is contained in:
parent
b99763d351
commit
c698cf8167
|
@ -133,12 +133,12 @@ homedecor.register("fishtank", {
|
|||
description = "Fishtank",
|
||||
mesh = "homedecor_fishtank.obj",
|
||||
tiles = {
|
||||
"homedecor_fishtank_gravel.png",
|
||||
"homedecor_fishtank_filter.png",
|
||||
"homedecor_generic_plastic_black.png",
|
||||
"homedecor_fishtank_filter.png",
|
||||
"homedecor_fishtank_fishes.png",
|
||||
"homedecor_fishtank_gravel.png",
|
||||
"homedecor_fishtank_water_top.png",
|
||||
"homedecor_fishtank_sides.png",
|
||||
"homedecor_fishtank_water_top.png"
|
||||
},
|
||||
use_texture_alpha = true,
|
||||
selection_box = ft_cbox,
|
||||
|
@ -154,12 +154,12 @@ homedecor.register("fishtank_lighted", {
|
|||
description = "Fishtank (lighted)",
|
||||
mesh = "homedecor_fishtank.obj",
|
||||
tiles = {
|
||||
"homedecor_fishtank_gravel_lighted.png",
|
||||
"homedecor_fishtank_filter.png",
|
||||
"homedecor_generic_plastic_black.png",
|
||||
"homedecor_fishtank_filter.png",
|
||||
"homedecor_fishtank_fishes_lighted.png",
|
||||
"homedecor_fishtank_gravel_lighted.png",
|
||||
"homedecor_fishtank_water_top_lighted.png",
|
||||
"homedecor_fishtank_sides_lighted.png",
|
||||
"homedecor_fishtank_water_top_lighted.png"
|
||||
},
|
||||
light_source = LIGHT_MAX-4,
|
||||
use_texture_alpha = true,
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 127 B |
Binary file not shown.
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 303 B |
Loading…
Reference in New Issue
Block a user