Krzysztof Kurek
- kiroma
- kiroma
- Europe/Stockholm
- Yes
- No
If you take an sticky piston and face it upward, then place a redstone block on it's face and taking out a redstone wire out of the redstone block, the piston is stuck in extracted position untill redstone block is destroyed.
If you take an sticky piston and face it upward, then place a redstone block on it's face and taking out a redstone wire out of the redstone block, the piston is stuck in extracted position untill redstone block is destroyed.
Steps to reproduce:
1. Open any world.
2. Place sticky piston facing up.
3. Place redstone block on face of the piston
4. Place any block near piston and place redstone dust on top, so it touches the redstone block.
It isn't duplicate for me. Please watch the video if you don't understand me.
So this is a weird one.
Steps to reproduce:
{direction:[0.0,0.0,0.0]}
1. Place a repreating Command Block
2. Input command: /execute @e[type=Arrow] ~ ~ ~ /summon Fireball ~ ~ ~3. Power the Command block
4. Place a dispenser
5. Put arrow in the dispenser
6. Power the Dispenser.
Observe that arrow DOES hit the Fireball, since hit sound can be heard, and the arrow disappears.Same goes with arrows summoned by commands/command blocks.
Follow steps 1-3.
4. Input into the chat /summon Arrow ~ ~ ~ {motion
So this is a weird one.
Steps to reproduce:
{direction:[0.0,0.0,0.0]}
1. Place a repreating Command Block
2. Input command: /execute @e[type=Arrow] ~ ~ ~ /summon Fireball ~ ~ ~3. Power the Command block
4. Place a dispenser
5. Put arrow in the dispenser
6. Power the Dispenser.
Observe that arrow DOES hit the Fireball, since hit sound can be heard, and the arrow disappears.Same goes with arrows summoned by commands/command blocks.
Follow steps 1-3.
4. Input into the chat /summon Arrow ~ ~ ~{motionSo this is a weird one.
Steps to reproduce:
{direction:[0.0,0.0,0.0]}
1. Place a repreating Command Block
2. Input command: /execute @e[type=Arrow] ~ ~ ~ /summon Fireball ~ ~ ~3. Power the Command block
4. Place a dispenser
5. Put arrow in the dispenser
6. Power the Dispenser.
Observe that arrow DOES hit the Fireball, since hit sound can be heard, and the arrow disappears.Same goes with arrows summoned by commands/command blocks.
{Motion:[5.0,0.0,0.0]}
Follow steps 1-3.
4. Input into the chat /summon Arrow ~ ~ ~The hit sound can be heard again, the arrow disappears too.
So this is a weird one.
Steps to reproduce:
{direction:[0.0,0.0,0.0]}
1. Place a repreating Command Block
2. Input command: /execute @e[type=Arrow] ~ ~ ~ /summon Fireball ~ ~ ~3. Power the Command block
4. Place a dispenser
5. Put arrow in the dispenser
6. Power the Dispenser.
Observe that arrow DOES hit the Fireball, since hit sound can be heard, and the arrow disappears.Same goes with arrows summoned by commands/command blocks.
{Motion:[5.0,0.0,0.0]}
Follow steps 1-3.
4. Input into the chat /summon Arrow ~ ~ ~The hit sound can be heard again, the arrow disappears too upon hitting the spawned Fireball.
After further experimenting I've come up with conclusion, that when a fireball is hit by an arrow, takes its new direction from direction the player is shooting at. I've delayed summoning of fireball by few seconds, and shot straight upwards. When the arrow started falling, the fireball spawned, and it went... straight upwards. Despite being hit from above.
Minecraft launcher fails to download updates from the update server on Ubuntu 18.04.
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
OpenJDK-11-JRE/OpenJDK-8-JRE
OpenJDK-11-JRE/OpenJDK-8-JRE
Ubuntu 18.04

Clipping through World is almost NEVER intended. Especially if the game is trying to correct it. Look at the attached video.
Yes, I'm sorry, I've completely forgotten about the issue. I've added versions it affects.
Previous comment has been deleted as the behaviour is EVEN STRANGER than that. When I added a "direction" tag to summon command it didn't affect anything. I tried shooting the arrows with the delay again and I've found out, that the fireball is taking THE DIRECTION PLAYER IS LOOKING AT when hit. I'll try to attach an appropriate video soon.
I've uploaded it to Youtube to preserve quality of video. https://youtu.be/mteYszrAkhU
My guess is, when hitting the fireball with an arrow, the arrow triggers the same event as if the fireball was hit by melee attack. It would theoretically explain the issue, because when an arrow is summoned, it doesn't have any "owner", so the direction would be nullified. And dispensers... I think they are not valid owners, or they just summon an arrow without any additional tags.
Attached a Test world for testing the fireball behaviour. Repeating command block checks for any existing arrow and outputs to comparator redstone signal, to delay summoning of the fireball. Just shoot an arrow up in the air and look somewhere else.
Turned out to be a bug in OpenJDK's installer.
This seems to be fixed in 1.16, can anyone confirm?