1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-27 04:24:37 +02:00

fix wierd tab spacing

This commit is contained in:
unknown
2022-03-05 22:04:59 -05:00
parent 8fd06cadc3
commit 6d2db5f9c4

View File

@ -25,12 +25,12 @@ minetest.register_craft( {
})
minetest.register_craft( {
output = "pipeworks:entry_panel_empty 2",
recipe = {
output = "pipeworks:entry_panel_empty 2",
recipe = {
{ "", "default:steel_ingot", "" },
{ "", "pipeworks:pipe_1_empty", "" },
{ "", "default:steel_ingot", "" },
},
},
})
-- Various ancillary pipe devices