mojira.dev
MC-100354

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

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.

Linked issues

Attachments

Comments 2

Are you sure this is invalid?

This report is very likely valid. In 16w06a the cages were for the same seed on the big pillars

The way pillars are chosen for cages to be placed on changed in one of the last few snapshots for balance reasons.

marcono1234

(Unassigned)

Unconfirmed

end, iron-bar, obsidian, pillar

Minecraft 1.9.2

Retrieved