Screwlog
作者:rebot | 分类:模组
Minecraft 版本: 1.19.1 1.19.2 1.19.3
平台: forge
标签: management utility
This mod allows you to block certain log messages by checking if they contain certain strings
In the config, the option 'blockList', which is [] by default, can be edited to include strings (messages containing which will then be blocked from the log).
The config recognizes every message to contain ""(an empty string).
blockList = [] #Edit this option
blockList = ["test", "mixin", "quark-zeta"]
#This will block all messages that contain "test", "mixin", OR "quark-zeta"
Also this is my first mod so please tell me of any errors.
请登录后举报
暂无评论,抢个沙发吧~