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:
11
crafts.lua
11
crafts.lua
@ -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",
|
||||
|
Reference in New Issue
Block a user