mojira.dev

Oblivion

Assigned

No issues.

Reported

MC-96834 Shulker riding an armor stand moves when it's rerendered Duplicate MC-94068 Using /entitydata to change the ItemRotation in item frames plays the rotation sound Invalid MC-85607 Fireworks display faded colors differently Duplicate MC-85605 Summoned fireworks don't explode Invalid MC-69954 Items don't render if they are summoned while dead Duplicate MC-62439 Can't pick up summoned items Duplicate MC-55780 Ocelot spelled "Ozelot" Invalid MC-54831 Weird piston acting when powered diagonally Duplicate MC-52141 Summoning halfslabs on top of other halfslabs changes their data value Won't Fix MC-52003 Wrong texture under stairs Duplicate MC-52002 Particle effects not the same as the block Duplicate MC-51056 Multiplayer screen shakes up and down Duplicate MC-48630 Summoning Falling Sand will not show it visually when it falls Duplicate

Comments

Confirmed for 1.10.1. If you jump right on the edge of a block, the jump score won't increase.

Can confirm for 1.9 pre-4.

NeunEinser it is not only a visual glitch. If you try to stand on top of the shulker you will start glitching up and down.

This is not a bug. I just can't find a way to delete this post.

Pick Block does the same thing.

Problem solved. ID was the problem. Weird that it worked on 1.8.8 though.

The problem also occurs, if you trigger a summon (item) command while dead. The items don't display visually but you can pick them up after respawn.

Yes, but he doesn't mention the fact of summoning an item while dead. Otherwise the same.

Bug has been updated. It works in the newest version of Minecraft, pre-3 that is.

Make a fast setblock clock by doing the following:

1. Make a command block with this command in it: /setblock ~ ~-1 ~ redstone_block
2. Put another command block two blocks below the first one and put this command in it: /setblock ~ ~1 ~ air
3. Put a redstone block in the middle. This created a fast clock.

Then do the following:

1. Put a command block with this command next to the redstone block: /execute @p ~ ~ ~ summon FallingSand ~ ~ ~ {Block:stone_slab}
This will spawn a falling sand entity with the block id of a stone slab rapidly to you.
2. Now walk on top of other type of half slabs and notice that they turn into stone slabs.

I hope this cleared things up.