mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
Merge branch 'master' of Grossam/scifi_nodes into master
This commit is contained in:
commit
e036b95888
@ -96,11 +96,13 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
-- 6 ceiling light from 2 plastic and 1 trap super glow glass
|
||||
-- 8 ceiling light from 2 plastic and 1 meselamp
|
||||
-- Old recipe used "moreblocks:trap_super_glow_glass"
|
||||
-- but moreblocks is an optional dependance
|
||||
minetest.register_craft({
|
||||
output = "scifi_nodes:lightbar 6",
|
||||
output = "scifi_nodes:lightbar 8",
|
||||
recipe = {
|
||||
{"scifi_nodes:white2", "moreblocks:trap_super_glow_glass", "scifi_nodes:white2"}
|
||||
{"scifi_nodes:white2", "default:meselamp", "scifi_nodes:white2"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user