Sorry for bothring you. Now I have uploaded screenshots.
My suggestion to fix this bug here. I use decompiled version of minecraft by mcp940 for MC 1.12.
The cause is the mothod func_192381_a in class EntityAIFollowOwner. I think "EnumFacing.DOWN" should be "Enum.Facing.UP" in the final line.
protected boolean func_192381_a(int p_192381_1_, int p_192381_2_, int p_192381_3_, int p_192381_4_, int p_192381_5_) { BlockPos blockpos = new BlockPos(p_192381_1_ + p_192381_4_, p_192381_3_ - 1, p_192381_2_ + p_192381_5_); IBlockState iblockstate = this.theWorld.getBlockState(blockpos); return iblockstate.func_193401_d(this.theWorld, blockpos, EnumFacing.DOWN) == BlockFaceShape.SOLID && iblockstate.canEntitySpawn(this.thePet) && this.theWorld.isAirBlock(blockpos.up()) && this.theWorld.isAirBlock(blockpos.up(2)); }
This causes pet suffocation bug in shulker box, though it is really rare case. Should I make another issue page for it?
A falling block which age is over 600 ticks (30 sec) will turn into item in the air as intended. It is the cause, isn't it?
Confirmed 1.13-pre1
I think this bug duplicates MC-128299. MC-129939 is a bug which occurs when placing block UNDER water. These may relate each other.
It also affects 1.18.
2017-08-28, 07:28:26 PM UTC
2017-08-28, 07:29:43 PM UTC
2017-08-28, 07:30:40 PM UTC
2017-08-28, 07:31:39 PM UTC
MC-120439-1.pngMC-120439-2.pngMC-120439-3.pngMC-120439-4.pngOverview_No_village_there.png1st_Village_at_Y64.png2nd_village_at_Y127.pngThe_3rd_village_at_Y128.png
MC-120439-1.pngMC-120439-3.pngMC-120439-2.pngMC-120439-4.png
Sorry for bothring you. Now I have uploaded screenshots.
My suggestion to fix this bug here.
I use decompiled version of minecraft by mcp940 for MC 1.12.
The cause is the mothod func_192381_a in class EntityAIFollowOwner.
I think "EnumFacing.DOWN" should be "Enum.Facing.UP" in the final line.
This causes pet suffocation bug in shulker box, though it is really rare case.
Should I make another issue page for it?
A falling block which age is over 600 ticks (30 sec) will turn into item in the air as intended.
It is the cause, isn't it?
Confirmed 1.13-pre1
Confirmed 1.13-pre1
I think this bug duplicates
MC-128299.MC-129939is a bug which occurs when placing block UNDER water. These may relate each other.It also affects 1.18.