mojira.dev

QWERTY 52 38

Assigned

No issues.

Reported

MC-275765 Missing full stop in string gamerule.minecartMaxSpeed.description Fixed MCPE-183836 /clone command can clone more than 655360 blocks, exceeding the limit Won't Fix MC-268069 Experimental structures can be partly loaded even if the experimental option is turned off Cannot Reproduce MC-267375 The protocol versions of 23w51a and 1.20.4-rc1 are the same Won't Fix MC-266613 The waxing state of two oxidized copper trapdoors are different in the entrance of trial chambers Confirmed MC-264805 Camels float in the air when sitting on or walking over a fence Duplicate MC-240909 Sand blocks do not drop when destroying the bottom one and place a torch very quickly Duplicate

Comments

Can confirm in 1.21.62 and 1.21.70.24 Preview. However, I cannot edit my own open issues after the website migration. Please help me!

Can confirm in 25w09a. However, I cannot edit my own open issues after the website migration. Please help me!

Still in 1.21.4 and 25w02a.
(the related bug MC-93185 was fixed in 25w02a)

Can confirm in 1.21.4
Seed: 11451 (Large Biomes)
Coordinates: -783, 132, 4872

[media]

[media]

Can confirm in 1.21.2 & 1.21.3.
Relates to MC-266613.

Can confirm in 1.21.
Can confirm in 24w33a.

Although a related bug MC-266441 is fixed in Minecraft 24w33a, this bug is not fixed.

Hello iSloth,
Thank you for your additional screenshot.
The limit volume has been 655360 blocks since BE 1.18. You can find this number in Chinese Minecraft Wiki, in the page "命令/clone". English Minecraft Wiki pointed out that the limit was 524288 blocks, which is outdated. I have edited that page, so it's correct now.
The day before I reported this issue, someone uploaded a screenshot in a group of Wiki contributors. Contributors started a discussion about the root cause of the bug.
It is predicted that the game tries to calculate the number of blocks using the formula (x2-x1)×(y2-y1)×(z2-z1). However, the correct formula should be (x2-x1+1)×(y2-y1+1)×(z2-z1+1). Because (-1+32)×(256+64)×(-1+64)=624960<655360, the game indicates that the number of blocks does not exceed the limit and executes the command, while the actual number of blocks is (-1+32+1)×(256+64+1)×(-1+64+1)=657408>655360.
I look forward to your further research on this bug. Also, you can email me for further discussion. (see my user page:https://zh.minecraft.wiki/w/User:QWERTY-5238)
Best wishes,
Justin Zhang

The limit of /clone command is 655360 blocks now. (since 1.18)
Thus, this issue should be closed.

The fix version should be 1.8.2-pre5 instead of 15w44a. I tested it.

Moderators, please change the fix version to the correct one.

Duplicate of MC-268339 (only 5 minutes before this issue...)

Can confirm in 1.20.4 and 24w05a and 24w05b.

Still in 1.20.4 and 23w51b