forked from mtcontrib/scifi_nodes
Compare commits
1 Commits
master
...
pipes-ligh
Author | SHA1 | Date | |
---|---|---|---|
0a625939d9 |
@ -543,6 +543,7 @@ minetest.register_node("scifi_nodes:lightbars", {
|
||||
},
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
use_texture_alpha = "blend",
|
||||
light_source = minetest.LIGHT_MAX,
|
||||
node_box = {
|
||||
@ -569,6 +570,7 @@ tiles = {{
|
||||
drawtype = "nodebox",
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -589,6 +591,7 @@ tiles = {
|
||||
drawtype = "nodebox",
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
|
Reference in New Issue
Block a user