Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-113938

onInitialSpawn does not test if the additional mob for spider or chicken jockeys collides

XMLWordPrintable

    • Confirmed
    • (Unassigned)

      The bug

      The method net.minecraft.entity.EntityLiving.onInitialSpawn(DifficultyInstance, IEntityLivingData) (or rather the methods overriding it) does not check if the additional mob for spider or chicken jockeys collides when they are spawned.

      This report is not about ridden entities not considering the passenger height when moving, suffocating the passengers. That is reported as MC-477.

      How to reproduce

      1. Create a Superflat world with the following preset
        minecraft:stone,minecraft:air,2*minecraft:stone_slab
        
      2. Search for Skeletons
        /execute as @e[type=skeleton] run data modify entity @s Glowing set value 1b
        

        The head of the Skeletons riding the spiders is inside the slabs

      Affected classes

      Based on 1.11.2 decompiled using MCP 9.35 rc1

      Class Description
      EntitySpider Spawned skeleton
      EntityZombie Spawned chicken

            Unassigned Unassigned
            marcono1234 [Mod] Marcono1234
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: