mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
Fix strong window panel recipe collision with dark glass pane
This commit is contained in:
parent
178fd9c48b
commit
2e035f37e9
@ -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