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

Cages around end crystals in the End are on small obsidian pillars

XMLWordPrintable

    • Unconfirmed

      The bug

      Cages (iron bars) get created on small obsidian pillars which causes them to overlap the pillar. In previous versions (for example 16w06a) they were generated on the big pillars.

      How to reproduce

      Use the following seed ("Default" world) and go to the End

      5292608425957956376
      

      The reason

      The following is based on decompiled version of Minecraft 1.9 using MCP 9.24 beta.

      The reason why this happens is very likely that in Minecraft 16w06a the method net.minecraft.world.biome.BiomeEndDecorator.SpikeCacheLoader.load(Long) determined whether to create a cage using boolean flag = l > 5 whereas in Minecraft 1.9 it uses boolean flag = l == 1 || l == 2.

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

              Created:
              Updated:
              Resolved: