-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cogwheel amulet and fix some bugs 添加齿轮护符,修复部分问题 #1602
base: releases/1.21
Are you sure you want to change the base?
Conversation
QiuShui1012
commented
Mar 2, 2025
- 添加了齿轮护符
- 为护符添加了Curios槽位
- 修复了护符抽奖相关的两个问题:
- 护符抽取失败增加概率时,若消耗的物品为护符盒,现在会正常增加20%了
- 现在会在主/副手持护符盒抽取时优先消耗背包中的图腾了
- 将机械动力添加到了libs.versions.toml,并将依赖类型改为implementation
@@ -5,7 +5,6 @@ | |||
], | |||
"slots": [ | |||
"head", | |||
"necklace", | |||
"ionocraft_backpack" | |||
"necklace" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
飘升机背包是单独槽位 请回滚更改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
之前加上飘升机背包被关了pr,现在删掉了,所以是要加回来吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
配方需要条件加载 否则物品未注册时此配方将加载失败
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这应该是WAI,加载失败会导致bug吗