We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
右边是启用instantBlockUpdaterReintroduced后打碎的地狱门, 左边是禁用instantBlockUpdaterReintroduced打碎的地狱门
instantBlockUpdaterReintroduced
/carpet instantBlockUpdaterReintroduced true
地狱门传送方块全部破碎
地狱门有一部分传送方块没有破碎
https://mclo.gs/MY3eeCk
1.21
1.60.1
1.4.147+v240613
No response
The text was updated successfully, but these errors were encountered:
这事实上是原版的机制变化。1.19 后调用 net.minecraft.world.block.NeighborUpdater#replaceWithStateForNeighborUpdate 时会把 maxUpdateDepth 再次减 1,导致每次 PP 更新会消耗 2 的 maxUpdateDepth,进而导致 512 的 PP 递归更新数值上界变成了只有等效 256 个方块,而 256 < 最大地狱门方块数 21*21=441,因此会导致破坏最大地狱门时,地狱门方块破坏不完全
net.minecraft.world.block.NeighborUpdater#replaceWithStateForNeighborUpdate
maxUpdateDepth
Sorry, something went wrong.
No branches or pull requests
Bug description
右边是启用
instantBlockUpdaterReintroduced
后打碎的地狱门, 左边是禁用instantBlockUpdaterReintroduced
打碎的地狱门Steps to reproduce
/carpet instantBlockUpdaterReintroduced true
Expected behavior
地狱门传送方块全部破碎
Actual behavior
地狱门有一部分传送方块没有破碎
Relevant logs
https://mclo.gs/MY3eeCk
Minecraft version
1.21
Carpet TIS Addition version
1.60.1
Fabric Carpet version
1.4.147+v240613
Other information
No response
Check list
The text was updated successfully, but these errors were encountered: