1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-05 01:30:35 +02:00

Add "Tags Sorting Pneumatic Tube Segment".

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko
2024-02-04 22:41:46 +01:00
parent 8bc1523fcd
commit c57d9a9d18
21 changed files with 159 additions and 0 deletions

View File

@ -223,6 +223,17 @@ if pipeworks.enable_mese_tube then
})
end
if pipeworks.enable_item_tags and pipeworks.enable_tags_tube then
local book_item = "default:book"
minetest.register_craft({
output = "pipeworks:tags_tube_000000",
recipe = {
{ book_item, book_item, book_item },
{ book_item, "pipeworks:mese_tube_000000", book_item },
{ book_item, book_item, book_item },
}
})
end
if pipeworks.enable_sand_tube then
minetest.register_craft( {
output = "pipeworks:sand_tube_1 2",