1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-05 09:40:33 +02:00

Add tags support.

- add setting 'enable_tag_support';
- add setting 'pipeworks_item_tag_name_limit' (default 30)
- add functions for get and set tag into item stack.
- add tags cleanup while item dropped in a world or placed in some inventory.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko
2024-01-13 01:11:15 +01:00
committed by Slava Zanko
parent c87522c526
commit 305c6eead0
2 changed files with 28 additions and 0 deletions

View File

@ -4,6 +4,7 @@ local prefix = "pipeworks_"
local settings = {
enable_pipes = true,
enable_item_tags = true,
enable_lowpoly = false,
enable_autocrafter = true,
enable_deployer = true,