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:
@ -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,
|
||||
|
Reference in New Issue
Block a user