Mojira Archive
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.

Invalid

Marcono1234

2016-03-31, 01:13 PM

2024-12-22, 12:59 AM

2016-03-31, 05:19 PM

0

1

Unconfirmed

end, iron-bar, obsidian, pillar

Minecraft 1.9.2

-