Fixed another Lantern Texture

This commit is contained in:
wintersknight94 2024-09-03 06:09:24 -05:00 committed by GitHub
parent 3756a812dc
commit 3c813c3fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,7 @@ minetest.register_node(modname .. ":lantern_" .. fuel, {
"(" ..globe.. ")^(" ..plate.. ")^(" ..fslot.. ")^(" ..modname.. "_fuel_" ..fuel.. ".png)" "(" ..globe.. ")^(" ..plate.. ")^(" ..fslot.. ")^(" ..modname.. "_fuel_" ..fuel.. ".png)"
}, },
drawtype = "nodebox", drawtype = "nodebox",
use_texture_alpha = "blend",
paramtype = "light", paramtype = "light",
node_box = { node_box = {
type = "fixed", type = "fixed",