1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-14 05:50:24 +02:00

1 Commits

Author SHA1 Message Date
c99ca991cf add forcefield node 2022-12-04 17:26:06 +01:00

View File

@ -543,7 +543,6 @@ minetest.register_node("scifi_nodes:lightbars", {
}, },
drawtype = "nodebox", drawtype = "nodebox",
paramtype = "light", paramtype = "light",
paramtype2 = "facedir",
use_texture_alpha = "blend", use_texture_alpha = "blend",
light_source = minetest.LIGHT_MAX, light_source = minetest.LIGHT_MAX,
node_box = { node_box = {
@ -570,7 +569,6 @@ tiles = {{
drawtype = "nodebox", drawtype = "nodebox",
sunlight_propagates = true, sunlight_propagates = true,
paramtype = "light", paramtype = "light",
paramtype2 = "facedir",
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
@ -591,7 +589,6 @@ tiles = {
drawtype = "nodebox", drawtype = "nodebox",
sunlight_propagates = true, sunlight_propagates = true,
paramtype = "light", paramtype = "light",
paramtype2 = "facedir",
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {