Starbound

Starbound

37 个评价
HLibPlus
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
24.866 KB
2023 年 1 月 18 日 上午 12:06
1 项改动说明 ( 查看 )

订阅以下载
HLibPlus

描述
Addon for HLib library.
Adds new tags for filters (inverted tag, description and item tag filters), modify some classes for DigitalStorage mod support.

New tags:
<d> - Searches description of an item
<t> - Searches tags of an item
adding a ! in fron of tag name will invert tag result.

Examples:
sand&<!n>stone
- will filter all items which have "sand" in it's name and don't have "stone"
<c>food&<!d>robot
- will filter all items with "food" in category name and which don't have "robot" in description