1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 21:06:02 +02:00

fix wrongly-colored plasma ball base

This commit is contained in:
Vanessa Ezekowitz
2017-06-15 13:11:01 -04:00
parent 5c52111bec
commit c741642057

View File

@ -128,7 +128,7 @@ homedecor.register("plasma_ball", {
description = S("Plasma Ball"),
mesh = "homedecor_plasma_ball.obj",
tiles = {
"homedecor_generic_plastic.png",
{ name = "homedecor_generic_plastic.png", color = homedecor.color_black },
{
name = "homedecor_plasma_ball_streamers.png",
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0},