-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Redstone OPT #996
Redstone OPT #996
Conversation
smartcmd
commented
Feb 3, 2023
•
edited
Loading
edited
- Fixed 活塞bug #183 活塞在推动具有方块实体的方块时会出现不同程度的鬼畜现象 #148 and other bugs
- Rewrite piston
- Fixed rail related issues
- Fixed hopper related issues
- Add more dispense behaviors
- Rewrite big drip leaf
- Many other redstone bug fixes
- 修复观察者的一个更新问题
- 优化延迟以匹配原版+bug修复
- 补全声波事件
Minecraft.2023.02.06.-.03.23.33.13.mp4 |
Minecraft.2023.02.06.-.04.38.13.17.mp4 |
合并一下主分支 |
不用了,待会就合并了 |
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.
没有看红石逻辑,不过玩了这么久应该没啥大问题。
/** | ||
* 大箱子在PNX不能推动 | ||
*/ | ||
protected boolean canMove() { |
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.
可以添加一个todo等未来解决吗,bds会将大箱子拆分成小箱子推出去
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.
好的
this.getLevel().useBreakOn(this); | ||
projectile.kill(); |
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.
在EntityProjectile那边有对应的kill逻辑,这边多余了
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.
我能力之内看不出问题,很多部分超出我确认没有问题的能力,我选择相信刀哥