mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 23:20:41 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -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",""},
|
||||
{"","",""}
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user