1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-14 22:50:23 +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( { minetest.register_craft( {
output = "pipeworks:entry_panel_empty 2", output = "pipeworks:entry_panel_empty 2",
recipe = { recipe = {
{ "", "default:steel_ingot", "" }, { "", "default:steel_ingot", "" },
{ "", "pipeworks:pipe_1_empty", "" }, { "", "pipeworks:pipe_1_empty", "" },
{ "", "default:steel_ingot", "" }, { "", "default:steel_ingot", "" },
}, },
}) })
-- Various ancillary pipe devices -- Various ancillary pipe devices