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

fix almost all warning spam (#26)

This commit is contained in:
wsor4035
2022-03-29 01:44:05 -04:00
committed by GitHub
parent 2f0e52f978
commit 3ba59dc2d5
7 changed files with 41 additions and 23 deletions

View File

@ -22,7 +22,7 @@ minetest.register_node("lavalamp:lavalamp", {
},
},
},
use_texture_alpha = true,
use_texture_alpha = "blend",
inventory_image = "lavalamp_lamp_inv.png",
paramtype = "light",
paramtype2 = "color",