mojira.dev
MC-304154

block breaking delay

block breaking delay when holding down left click on nothing/air then pointing at a block it takes 10ticks until the block start to mining the block

expected results:

the block selected start to be mined immediately

video below is at 1 tick rate speed

Attachments

Comments 4

steps to reproduce set tick rate to 1 aim at air or nothing then aim at block

notice how block doesnt start the breaking until 10 tick later

Code of the β€œissue”:

switch (this.hitResult.getType()) {
	case ENTITY:
		...
	case BLOCK:
		...
	case MISS:
		if (this.gameMode.hasMissTime()) {
			this.missTime = 10; // Delay in client ticks to be able to hit again
		}

		this.player.resetAttackStrengthTicker();
}

However, it seems to be a feature considering miss time is introduced solely to make this happen, and it is added specifically to non-creative players.

Thank you for your report!
After consideration, the issue is being closed as Working as Intended.

Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.

Full Version History – Snapshot Version History – The official Minecraft feedback site

Quick Links:
πŸ““ Bug Tracker Guidelines – πŸ’¬ Community Support – πŸ“§ Mojang Support (Technical Issues) – πŸ“§ Microsoft Support (Account Issues)
πŸ““ Project Summary – ✍️ Feedback and Suggestions – πŸ“– Game Wiki

balsbals

(Unassigned)

Confirmed

(Unassigned)

25w45a

Retrieved