1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-16 23:10:23 +02:00

2 Commits

Author SHA1 Message Date
0a625939d9 add facedir param2type to lightbars and liquidpipes 2022-12-08 13:36:07 +01:00
10d818b2e1 add forcefield node (#75)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-12-07 08:08:55 +01:00

View File

@ -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 = {