Allow compatibility between steel_strut and decorative_grate
Used when using pipeworks.
This commit is contained in:
parent
df24852dee
commit
f188fb6893
4
init.lua
4
init.lua
@ -253,9 +253,9 @@ if not minetest.registered_nodes["streets:steel_support"] then
|
||||
minetest.register_craft({
|
||||
output = 'steel:strut 5',
|
||||
recipe = {
|
||||
{'default:steel_ingot', '', 'default:steel_ingot'},
|
||||
{'', 'default:steel_ingot', ''},
|
||||
{'default:steel_ingot', '', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
|
||||
{'', 'default:steel_ingot', ''},
|
||||
}
|
||||
})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user