forked from mtcontrib/scifi_nodes
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
d66e04f9b1
@ -1282,10 +1282,13 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
-- https://forum.minetest.net/viewtopic.php?f=10&t=13125&p=261481#p261481
|
||||
-- with modified recipe
|
||||
minetest.register_craft({
|
||||
output = 'scifi_nodes:windowpanel 4',
|
||||
output = 'scifi_nodes:windowpanel',
|
||||
recipe = {
|
||||
{"scifi_nodes:glass","",""}
|
||||
{"scifi_nodes:glass_pane","scifi_nodes:glass_pane",""},
|
||||
{"scifi_nodes:glass_pane","scifi_nodes:glass_pane",""},
|
||||
{"","",""}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user