forked from mtcontrib/scifi_nodes
is ground content revision (#81)
also cleaned up some of the whitespace indentation and one occurance where ';' was being used instead of ','
This commit is contained in:
committed by
GitHub
parent
014ca0179f
commit
49703e7386
@ -6,6 +6,7 @@ minetest.register_node("scifi_nodes:forcefield", {
|
||||
cracky = 1,
|
||||
level = 3
|
||||
},
|
||||
is_ground_content = false,
|
||||
sounds = scifi_nodes.node_sound_glass_defaults(),
|
||||
paramtype = "light",
|
||||
light_source = minetest.LIGHT_MAX,
|
||||
@ -18,4 +19,4 @@ minetest.register_node("scifi_nodes:forcefield", {
|
||||
length = 1.0,
|
||||
}
|
||||
}}
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user