mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 04:30:23 +02:00
fix plasma globe material ordering
so that the glass renders properly and the base appears behind it.
This commit is contained in:
@ -150,12 +150,12 @@ homedecor.register("plasma_ball", {
|
||||
description = "Plasma Ball",
|
||||
mesh = "homedecor_plasma_ball.obj",
|
||||
tiles = {
|
||||
"homedecor_generic_plastic_black.png",
|
||||
{
|
||||
name = "homedecor_plasma_ball_streamers.png",
|
||||
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0},
|
||||
},
|
||||
"homedecor_plasma_ball_glass.png",
|
||||
"homedecor_generic_plastic_black.png"
|
||||
"homedecor_plasma_ball_glass.png"
|
||||
},
|
||||
inventory_image = "homedecor_plasma_ball_inv.png",
|
||||
selection_box = {
|
||||
|
Reference in New Issue
Block a user