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:
parent
8fd06cadc3
commit
6d2db5f9c4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user