Blockgame Patches
作者:rebot | 分类:整合包
价格:0 墨喵币
下载量:0
点赞:0
版本 1.1.0
本资源为搬运资源,原资源地址:
https://modrinth.com/modpack/blockgame-patches
资源信息
Minecraft 版本: 1.20.2
平台: fabric
资源介绍
Some QOL fixes.
1.1.0 released
- added chat plus
- added filter to remove xp and hunger messages:
Regex 101
^(?!.*(?:You feel hungry\.\.\. Your stats have worsened a little\.|You feel nourished! Your stats have improved a little\.|EXP)).*
^ — Beginning of the line.
?! — Negative Lookahead.
.* — Any line position.
(?:A|B|C) — Non-capturing argument to combine multiple conditions:
You feel hungry\.\.\. Your stats have worsened a little\. — First exact case.
You feel nourished! Your stats have improved a little\. — Second exact case.
EXP — Any occurrences of EXP.
.* — Captures the remaining content as long as any of the previous conditions haven't been met.
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~