<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AEnd_City</id>
	<title>Minecraft:End City - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AEnd_City"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:End_City&amp;action=history"/>
	<updated>2026-04-16T22:46:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:End_City&amp;diff=90223&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:End_City&amp;diff=90223&amp;oldid=prev"/>
		<updated>2026-04-15T11:09:23Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{For|the sub dungeon in {{MCD}}|MCD:End City}}&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = End City&lt;br /&gt;
| image = EndCityEntrance.png&lt;br /&gt;
| biome = * {{BiomeLink|End Midlands}}{{only|java}}&lt;br /&gt;
* {{BiomeLink|End Highlands}}{{only|java}} &lt;br /&gt;
* {{BiomeLink|The End|link=The End (biome)}}{{only|be}}&lt;br /&gt;
| mobs = {{EntityLink|Shulker}}&lt;br /&gt;
| blocks = * {{BlockLink|Chest}}&lt;br /&gt;
* {{BlockLink|End Rod}}&lt;br /&gt;
* {{BlockLink|End Stone Bricks}}&lt;br /&gt;
* {{BlockLink|Ender Chest}}&lt;br /&gt;
* {{BlockLink|Magenta Wall Banner}}&lt;br /&gt;
* {{BlockLink|Ladder}}&lt;br /&gt;
* {{BlockLink|Magenta Stained Glass}}&lt;br /&gt;
* {{BlockLink|Purpur Block}}&lt;br /&gt;
* {{BlockLink|Purpur Slab}}&lt;br /&gt;
* {{BlockLink|Purpur Stairs}}&lt;br /&gt;
* {{BlockLink|Purpur Pillar}}&lt;br /&gt;
}}&lt;br /&gt;
{{relevant tutorial|Defeating an End city}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;End cities&amp;#039;&amp;#039;&amp;#039; are tall [[Minecraft:structure]]s found on the [[Minecraft:Terrain features#Outer island|outer island]]s of [[Minecraft:the End]]. They are inhabited by [[Minecraft:shulker]]s and hold valuable [[#Loot|loot]], including [[Minecraft:enchanted]] iron and diamond [[Minecraft:tool]]s and [[Minecraft:armor]]. &amp;#039;&amp;#039;&amp;#039;End ships&amp;#039;&amp;#039;&amp;#039;, found in some End cities, are the only source of [[Minecraft:elytra]] other than [[Minecraft:Creative]] mode and the {{cmd|/give}} command.&lt;br /&gt;
&lt;br /&gt;
== Generation ==&lt;br /&gt;
End cities naturally generate all over the End&amp;#039;s [[Minecraft:Terrain features#Outer islands|outer islands]]. They can easily be accessed by entering the [[Minecraft:End gateway]], but it is possible to cross the gap between the islands in other ways. They generate on the large islands, where [[Minecraft:chorus tree]]s grow. If the End gateway teleports the [[Minecraft:player]] to a small island, the player can get to the nearest large island by building, using [[Minecraft:elytra]], or throwing [[Minecraft:ender pearl]]s.&lt;br /&gt;
&lt;br /&gt;
End cities usually generate in flat areas, in &amp;quot;midlands&amp;quot; or &amp;quot;highlands&amp;quot; biomes{{Note|End midlands and highlands are only considered different biomes on [[Minecraft:Java Edition]].}}, which are found on larger [[Minecraft:end island]]s. One may find several cities clustered together, or travel for thousands of blocks before finding one. Unlike other structures, End cities are generated in a noticeable grid. They are located only in chunks numbered 0-8 ± a multiple of 20. For example, one possible &amp;quot;cell&amp;quot; for an End city to be generated in is x_chunks=0-8 and z_chunks=80-88 which is equivalent to the coordinates x=0-128 and z=1280-1408. There can never be an End city at for example z=961-1279 or z=1409-1599 because it is outside any &amp;quot;cell&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{Note|1=Relevant code: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
int i = chunkX;&lt;br /&gt;
int j = chunkZ;&lt;br /&gt;
if (chunkX &amp;lt; 0) chunkX -= 19;&lt;br /&gt;
if (chunkZ &amp;lt; 0) chunkZ -= 19;&lt;br /&gt;
int k = chunkX / 20;&lt;br /&gt;
int l = chunkZ / 20;&lt;br /&gt;
Random random = this.worldObj.setRandomSeed(k, l, 10387313);&lt;br /&gt;
k = k * 20;&lt;br /&gt;
l = l * 20;&lt;br /&gt;
k = k + (random.nextInt(9) + random.nextInt(9)) / 2;&lt;br /&gt;
l = l + (random.nextInt(9) + random.nextInt(9)) / 2;&lt;br /&gt;
return i == k &amp;amp;&amp;amp; j == l &amp;amp;&amp;amp; this.endProvider.isIslandChunk(i, j);&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{Calculator|chunkbase|dimension=end|pois=E|zoom=0.25}}&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
{{main|/Structure}}&lt;br /&gt;
[[File:InsideEndCity.png|thumb|right|A view inside of an End city tower.]]&lt;br /&gt;
[[File:EndCityTreasure2.png|thumb|right|A treasure room with both a regular [[chest]] and an [[Minecraft:ender chest]].]]&lt;br /&gt;
&lt;br /&gt;
End cities consist of tall skyscraper-like towers constructed out of [[Minecraft:End stone bricks]] and [[Minecraft:purpur block]]s. An End city may generate as a single tower by itself, or as a sprawling complex of inter-connected towers and pathways branching from a main tower. [[Minecraft:End rod]]s and [[Minecraft:ender chest]]s are the only source of light. Many [[Minecraft:Shulker|shulkers]] spawn around the city and guard its various treasures. Decorative [[Minecraft:banner]]s hang at the tops of some towers.&lt;br /&gt;
&lt;br /&gt;
Several types of rooms can be found in an End city, and several different floors, including:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Base floors&amp;#039;&amp;#039;&amp;#039; which are empty floors found at the base of every city; they are three stories tall, with each room wider than the one below it.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Banner rooms&amp;#039;&amp;#039;&amp;#039; that have banners hanging on the outside, and a [[Minecraft:shulker]] attached to the ceiling.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Small rooms&amp;#039;&amp;#039;&amp;#039; that have nothing in them at all.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Large rooms&amp;#039;&amp;#039;&amp;#039; that have precarious parkour-like staircases often leading up to another tower or a loot room.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Loot rooms&amp;#039;&amp;#039;&amp;#039; that consist of two [[Minecraft:chest]]s with valuable [[#Loot|loot]] at the End of a small parkour area; some rooms may have one normal [[Minecraft:chest]] next to an [[Minecraft:ender chest]] instead.&lt;br /&gt;
&lt;br /&gt;
There are two types of towers:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Small towers&amp;#039;&amp;#039;&amp;#039; that are hollow, consisting of a single [[Minecraft:purpur slab]] spiral staircase of sorts.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Skyscrapers&amp;#039;&amp;#039;&amp;#039; that consist of a treacherous double spiral staircase made of [[Minecraft:purpur slab]]s and [[Minecraft:End rod]]s; many [[Minecraft:Shulker|shulkers]] spawn here. &lt;br /&gt;
&lt;br /&gt;
[[File:EndCityBanners.png|thumb|right|[[Banner]]s hanging on top of a small tower.]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== End ship{{Anchor|End Ship}} ==&lt;br /&gt;
{{For|the ocean structure|Shipwreck}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = End Ship&lt;br /&gt;
| image = End Ship.png&lt;br /&gt;
| biome = * {{BiomeLink|End Midlands}}{{only|java}}&lt;br /&gt;
* {{BiomeLink|End Highlands}}{{only|java}}&lt;br /&gt;
* {{BiomeLink|id=the-end|link=The End (biome)|text=The End}}{{only|Bedrock}}&lt;br /&gt;
| blocks = * {{BlockLink|Brewing Stand}}&lt;br /&gt;
* {{BlockLink|Chest}}&lt;br /&gt;
* {{BlockLink|Dragon Wall Head}}&lt;br /&gt;
* {{BlockLink|End Rod}}&lt;br /&gt;
* {{BlockLink|End Stone Bricks}}&lt;br /&gt;
* {{BlockLink|Ladder}}&lt;br /&gt;
* {{BlockLink|Magenta Stained Glass}}&lt;br /&gt;
* {{BlockLink|Obsidian}}&lt;br /&gt;
* {{BlockLink|Purpur Block}}&lt;br /&gt;
* {{BlockLink|Purpur Pillar}}&lt;br /&gt;
* {{BlockLink|Purpur Slab}}&lt;br /&gt;
* {{BlockLink|Purpur Stairs}}&lt;br /&gt;
* {{EntityLink|Item Frame}}&lt;br /&gt;
* {{EntityLink|Shulker}}&lt;br /&gt;
* {{ItemLink|Elytra}} (In {{EntityLink|Item Frame}})&lt;br /&gt;
}}&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;End ship&amp;#039;&amp;#039;&amp;#039; is a floating, boat-like structure found alongside End cities. It is relatively small, but holds even more valuable treasure than the city itself.&lt;br /&gt;
&lt;br /&gt;
=== Generation ===&lt;br /&gt;
Each direction of every tower of the End city has a 50% chance of generating a bridge, and the bridge itself has a 12.5% chance to generate an End ship. At most one ship can generate in a given End city.&lt;br /&gt;
&lt;br /&gt;
When generated, the stern of the ship always faces toward the city, and the bow always faces away. It generates in front of a bridge with a gated arch at the end, from which one can throw an [[Minecraft:ender pearl]] to reach the ship or build a bridge or an [[Minecraft:elytra]].&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
{{main|End City/Structure/Ship}}&lt;br /&gt;
&lt;br /&gt;
The End ship is made of [[Minecraft:End stone bricks]] and [[Minecraft:purpur block]]s, just like the city&amp;#039;s main towers. Their design resembles that of European square rig sailing ships, commonly seen during the golden age of exploration. Three [[Minecraft:shulker]]s spawn on the ship; one on the main deck, one behind the stern of the ship, and one in the treasure room.&lt;br /&gt;
&lt;br /&gt;
==== Main deck ====&lt;br /&gt;
The ship&amp;#039;s main deck amounts to less than half of the walkable space on the ship. A [[Minecraft:ladder]] leads up the mast to an empty crow&amp;#039;s nest, about 20 blocks high. There are no sails connected to the mast. &lt;br /&gt;
&lt;br /&gt;
A [[Minecraft:dragon head]] sits at the bow of the ship, making this the only way to obtain the dragon head in [[Minecraft:Survival]] mode. There are two small staircases on the outside; one that leads up to the empty upper deck, and one that leads to the cabin below.&lt;br /&gt;
&lt;br /&gt;
==== Aftercastle ====&lt;br /&gt;
The aftercastle contains a [[Minecraft:brewing stand]] sitting on a small table, with two [[Minecraft:potions of Healing]]. Another staircase leads below deck to the ship&amp;#039;s &amp;quot;hotspot&amp;quot;; the treasure room.&lt;br /&gt;
&lt;br /&gt;
==== Treasure room ====&lt;br /&gt;
The floor of the treasure room is lined with [[Minecraft:obsidian]]. There are four small windows on the sides. It contains two [[#Loot|loot chests]] and an [[Minecraft:item frame]] holding a pair of [[Minecraft:elytra]]; this is the only way to obtain [[Minecraft:elytra]] in Survival mode. A [[Minecraft:shulker]] guards the [[Minecraft:elytra]] and the two [[Minecraft:Loot chest|loot chests]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
LonelyEndShip.png|An End ship.&lt;br /&gt;
EndPierNew.png|The bridge that leads to the End ship.&lt;br /&gt;
EndShipBow.png|The [[Minecraft:dragon head]], with the End city in the background.&lt;br /&gt;
EndShipBrewingRoom.png|The sterncastle of the ship. The doorway in the back leads to the treasure room. A [[Minecraft:brewing stand]] can be seen.&lt;br /&gt;
ShipTreasure15w41b.png|The treasure room, where a [[Minecraft:shulker]] guards the [[Minecraft:elytra]].&lt;br /&gt;
Treasure Room No Shulker.png|The treasure room without the [[Minecraft:shulker]].&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Structure details ==&lt;br /&gt;
One may access the individual structures of an End city by utilizing [[Minecraft:structure block]]s to manually load city structures from the &amp;lt;code&amp;gt;data/minecraft/structures/end_city&amp;lt;/code&amp;gt; folder in [[Minecraft:minecraft.jar]]. To do so, set a structure block to Load mode, enter &amp;lt;code&amp;gt;end_city/&amp;#039;&amp;#039;StructureName&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; and press LOAD. The names of these structures and a small description is provided below:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px&amp;quot; | Structure name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 250px&amp;quot; | Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px&amp;quot; | Consists of&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 250px&amp;quot; | Images&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/base_floor}}&lt;br /&gt;
|A small room with 2 [[Minecraft:shulker]]s guarding the entrance. Forms the entrance of End cities as well as the &amp;quot;empty rooms&amp;quot; found higher up in the city. 2 Shulkers always generate here.&lt;br /&gt;
|&lt;br /&gt;
68 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
54 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{EntityLink|Shulker}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city base floor.png|center|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/base_roof}}&lt;br /&gt;
|The roof generated on top of base rooms.&lt;br /&gt;
|&lt;br /&gt;
100 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
44 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city base roof.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/bridge_end}}&lt;br /&gt;
|The small arch that forms the End and start of bridges, pointing toward End ships, or connecting to other rooms.&lt;br /&gt;
|&lt;br /&gt;
21 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
3 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{BlockLink|Purpur Pillar}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city bridge end.png|center|120px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/bridge_gentle_stairs}}&lt;br /&gt;
|Stairs on a bridge built at a small incline.&lt;br /&gt;
|&lt;br /&gt;
42 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
22 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{BlockLink|Purpur Pillar}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city bridge gentle stairs.png|center|180px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/bridge_piece}}&lt;br /&gt;
|A straight piece of bridge.&lt;br /&gt;
|&lt;br /&gt;
20 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
10 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|Purpur Pillar}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city bridge piece.png|center|180px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/bridge_steep_stairs}}&lt;br /&gt;
|Stairs on a bridge built at a steep incline.&lt;br /&gt;
|&lt;br /&gt;
24 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
15 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{BlockLink|Purpur Pillar}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city bridge steep stairs.png|center|180px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/fat_tower_base}}&lt;br /&gt;
|The entrance to the large towers. Preceded by an opening with a single purpur slab.&lt;br /&gt;
|&lt;br /&gt;
84 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
80 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
3 {{BlockLink|Purpur Slab}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city fat tower base.png|center|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/fat_tower_middle}}&lt;br /&gt;
|The center of the large tower, lined with the purpur slab and End rod spiral staircase. 4 Shulkers always generate here.&lt;br /&gt;
|&lt;br /&gt;
164 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
62 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
8 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
8 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
8 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{EntityLink|Shulker}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city fat tower middle.png|center|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/fat_tower_top}}&lt;br /&gt;
|The &amp;quot;loot room&amp;quot; of the large tower, generated with 2 chests in the corner and a staircase to the roof.&lt;br /&gt;
|&lt;br /&gt;
352 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
131 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
106 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
26 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
18 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
9 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{BlockLink|Chest}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city fat tower top.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/second_floor_1}}&lt;br /&gt;
|The second floor of the base tower, preceded by a purpur slab staircase. The room is otherwise empty.&lt;br /&gt;
|&lt;br /&gt;
95 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
84 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
44 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
16 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
7 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city second floor 1.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/second_floor_2}}&lt;br /&gt;
|Begins with a small spiral staircase in the center, with a small &amp;quot;statue&amp;quot; made of stairs in the upper corner. A Shulker always generates here.&lt;br /&gt;
|&lt;br /&gt;
82 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
70 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
54 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
14 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
9 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{EntityLink|Shulker}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city second floor 2.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/second_roof}}&lt;br /&gt;
|Similar in structure to base_roof, but slightly larger.&lt;br /&gt;
|&lt;br /&gt;
144 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
52 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city second roof.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/ship}}&lt;br /&gt;
|The End ship. 3 Shulkers always generate here.&lt;br /&gt;
|&lt;br /&gt;
557 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
175 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
97 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
36 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
26 {{BlockLink|Obsidian}}&amp;lt;br&amp;gt;&lt;br /&gt;
14 {{BlockLink|Ladder}}&amp;lt;br&amp;gt;&lt;br /&gt;
7 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
7 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
6 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{BlockLink|Chest}}&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{BlockLink|Brewing Stand}} with two [[Minecraft:potions of Healing]]&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{BlockLink|Dragon Head}}&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{EntityLink|Item Frame}} with {{ItemLink|Elytra}}&amp;lt;br&amp;gt;&lt;br /&gt;
3 {{EntityLink|Shulker}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city ship.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/third_floor_1}}&lt;br /&gt;
|A purpur pillar structure sits in the center, surrounded by purpur stairs. Preceded by a purpur slab staircase.&lt;br /&gt;
|&lt;br /&gt;
140 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
90 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
64 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
32 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
18 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
7 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city third floor 1.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/third_floor_2}}&lt;br /&gt;
|The second loot room, with a regular chest and an ender chest. 2 Shulkers always generate here.&lt;br /&gt;
|&lt;br /&gt;
132 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
98 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
56 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
24 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
6 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{BlockLink|Chest}}&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{BlockLink|Ender Chest}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{EntityLink|Shulker}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city third floor 2.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/third_roof}}&lt;br /&gt;
|Similar in structure to base_roof and second_roof, but is even larger.&lt;br /&gt;
|&lt;br /&gt;
196 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
60 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city third roof.png|center|220px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/tower_base}}&lt;br /&gt;
|Entrance to the small tower with a ladder preceding it.&lt;br /&gt;
|&lt;br /&gt;
40 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
39 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
3 {{BlockLink|Ladder}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city tower base.png|center|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/tower_floor}}&lt;br /&gt;
|Similar in structure to tower_base, but the ladder entrance is replaced with a solid floor.&lt;br /&gt;
|&lt;br /&gt;
36 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
28 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
21 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
3 {{BlockLink|Purpur Slab}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city tower floor.png|center|180px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/tower_piece}}&lt;br /&gt;
|The middle of the small tower, with a purpur slab spiral staircase.&lt;br /&gt;
|&lt;br /&gt;
36 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|Purpur Stairs}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city tower piece.png|center|140px]]&lt;br /&gt;
|-&lt;br /&gt;
|{{cd|end_city/tower_top}}&lt;br /&gt;
|The roof of the small tower, with banners hanging from the sides. A Shulker always generates here.&lt;br /&gt;
|&lt;br /&gt;
66 {{BlockLink|Purpur Block}}&amp;lt;br&amp;gt;&lt;br /&gt;
56 {{BlockLink|Purpur Stairs}}&amp;lt;br&amp;gt;&lt;br /&gt;
26 {{BlockLink|End Stone Bricks}}&amp;lt;br&amp;gt;&lt;br /&gt;
12 {{BlockLink|Purpur Pillar}}&amp;lt;br&amp;gt;&lt;br /&gt;
8 {{BlockLink|Magenta Banner|text=Magenta Banner&amp;lt;br&amp;gt;with Black Chevrons}}&amp;lt;br&amp;gt;&lt;br /&gt;
6 {{BlockLink|Magenta Stained Glass}}&amp;lt;br&amp;gt;&lt;br /&gt;
4 {{BlockLink|End Rod}}&amp;lt;br&amp;gt;&lt;br /&gt;
2 {{BlockLink|Purpur Slab}}&amp;lt;br&amp;gt;&lt;br /&gt;
1 {{EntityLink|Shulker}}&lt;br /&gt;
|&lt;br /&gt;
[[File:End city tower top.png|center|220px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Loot ==&lt;br /&gt;
{{seealso|Chest loot}}&lt;br /&gt;
{{LootChest|end-city}}&lt;br /&gt;
&lt;br /&gt;
== Data values ==&lt;br /&gt;
=== ID ===&lt;br /&gt;
{{el|je}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|edition=java&lt;br /&gt;
|firstcolumnname=Structure type&lt;br /&gt;
|displayname=End City&lt;br /&gt;
|spritename=end-city&lt;br /&gt;
|spritetype=env&lt;br /&gt;
|nameid=end_city&lt;br /&gt;
|foot=1}}&lt;br /&gt;
{{ID table&lt;br /&gt;
|edition=java&lt;br /&gt;
|firstcolumnname=Structure&lt;br /&gt;
|displayname=End City&lt;br /&gt;
|spritetype=env&lt;br /&gt;
|nameid=end_city&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
{{el|be}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|edition=bedrock&lt;br /&gt;
|showaliasids=y&lt;br /&gt;
|firstcolumnname=Structure&lt;br /&gt;
|generatetranslationkeys=y&lt;br /&gt;
|displayname=End City&lt;br /&gt;
|spritetype=env&lt;br /&gt;
|nameid=end_city&lt;br /&gt;
|aliasid=endcity&lt;br /&gt;
|translationkey=feature.end_city&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
===Config===&lt;br /&gt;
{{el|java}}:&lt;br /&gt;
&amp;lt;section begin=&amp;quot;config&amp;quot;/&amp;gt;&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
*{{nbt|compound}} Structure configuration&lt;br /&gt;
**{{nbt|string|type}}: {{cd|minecraft:end_city}}&lt;br /&gt;
** {{Nbt inherit/structure}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;section end=&amp;quot;config&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Advancements ==&lt;br /&gt;
{{load advancements|The City at the End of the Game}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
=== Reveal ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine||June 22, 2015|link=https://instagram.com/p/4ObC5EpMOO/|[[Minecraft:Jens Bergensten]] reveals the mysterious End city structure on [[Minecraft:wikipedia:Instagram|Instagram]], with the words &amp;quot;[[Minecraft:MINECON 2015]] HYPE!&amp;quot;}}&lt;br /&gt;
|{{HistoryLine||July 5, 2015|link=https://www.twitch.tv/mojang/v/6949826?t=13h40m25s|[[Minecraft:Structure block]]s were used to manually generate End cities during MINECON 2015.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.9|dev=15w31a|Added End cities.&lt;br /&gt;
|As a leftover testing feature, a [[Minecraft:beacon]] with the [[Minecraft:Speed]] status effect can be found on End ships.&amp;lt;ref&amp;gt;{{tweet|Searge|626793834815582208|Beacon in End city ships are planned for removal.|Jul 30, 2015}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
|{{HistoryLine|||dev=15w32c|Beacons in End ships have been replaced by [[Minecraft:pumpkin]]s.&lt;br /&gt;
|[[#End ship|End ship]]s now generate with a [[Minecraft:dragon head]] at the bow.}}&lt;br /&gt;
|{{HistoryLine|||dev=15w33c|Pumpkins in End ships have been replaced by a [[Minecraft:hopper]] that contains a [[Minecraft:Written book|book]], written by [[Minecraft:Searge]], titled &amp;quot;Work in Progress&amp;quot;. It reads: &amp;quot;We will have something else here soon...&amp;quot;.}}&lt;br /&gt;
|{{HistoryLine|||dev=15w41a|The [[Minecraft:iron block]]s, [[Minecraft:book]], and [[Minecraft:hopper]] have been removed, so that the floor consists of [[Minecraft:obsidian]] and [[Minecraft:purpur block]]s.&lt;br /&gt;
|A pair of [[Minecraft:elytra]] now hangs in an [[Minecraft:item frame]] above the [[Minecraft:shulker]] guarding the two treasure chests.}}&lt;br /&gt;
|{{HistoryLine||1.11|dev=16w39a|Cursed [[Minecraft:enchantment]]s can now appear on items in End city [[Minecraft:chest]]s.&lt;br /&gt;
|End cities can now be located using the {{cmd|/locate}} command.}}&lt;br /&gt;
|{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w04a|[[Minecraft:Spire armor trim]]s are now found in End city chests.}}&lt;br /&gt;
|{{HistoryLine|||dev=23w05a|Increased the chance of spire armor trims from from 4.7% to 6.7%.}}&lt;br /&gt;
|{{HistoryLine||1.21.9|dev=25w31a|End city chests can now contain [[Minecraft:copper horse armor]].}}&lt;br /&gt;
|{{HistoryLine||1.21.11|dev=25w41a|End city chests can now contain diamond [[Minecraft:spear]]s.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|pocket}}&lt;br /&gt;
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|Added End cities. They spawn without [[Minecraft:banner]]s. Due to the disclusion of [[Minecraft:stained glass]], End cities use regular [[Minecraft:glass]] instead of [[Minecraft:Stained Glass#Magenta|magenta stained glass]] for windows.}}&lt;br /&gt;
|{{HistoryLine|bedrock}}&lt;br /&gt;
|{{HistoryLine||1.2.0|dev=beta 1.2.0.2|End cities now normally spawn with banners and magenta stained glass.}}&lt;br /&gt;
|{{HistoryLine||1.19.80|exp=Next Major Update|dev=Preview 1.19.80.21|[[Minecraft:Spire armor trim]]s are now found in End city chests.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Legacy Console Edition ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|console}}&lt;br /&gt;
|{{HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|switch=1.0.1|Added End cities.}}&lt;br /&gt;
|{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|Cursed [[Minecraft:enchantment]]s can now appear on items in End city [[Minecraft:chest]]s.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;New Nintendo 3DS Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|new 3ds}}&lt;br /&gt;
|{{HistoryLine||1.7.10|Added End cities.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{Issue list}}&lt;br /&gt;
&lt;br /&gt;
== Trivia == &lt;br /&gt;
* Some End city rooms are structured similarly to [[Minecraft:wikipedia:Pagoda|traditional Asian pagodas]]. Jeb had visited the [[Minecraft:wikipedia:Summer Palace|Summer Palace]] before the release of [[Minecraft:15w31a]].&amp;lt;ref&amp;gt;{{Cite Instagram|jebkhaile|3D07UJpMOr|On our way in... #Beijing|May 24, 2015}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{tweet|jeb_|603175853795758080|In Shangai, having dinner with some of the Chinese Minecraft community members :) https://instagram.com/p/3JIaQxJMLq/}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* The banners atop the towers have a magenta and black pattern that resembles the [[Minecraft:missing texture]]: [[File:Missing Texture.png|32px]]&lt;br /&gt;
* End cities can be over 100 blocks tall.&lt;br /&gt;
* On the End ship, there is a hole in the crow&amp;#039;s nest atop of the mast, which is directly above a piece of magenta [[Minecraft:stained glass]] on the ship&amp;#039;s deck. This is a relic feature from the early days of the ship&amp;#039;s development, when the main loot inside the ship was a [[Minecraft:beacon]] that shoots its beam through the magenta glass and the hole in the crow&amp;#039;s nest, creating a magenta beam. Although the beacon was replaced with the [[Minecraft:elytra]], the magenta glass and the hole remained unchanged.&lt;br /&gt;
* The reason on why End cities have [[Minecraft:beetroot seeds]] in their chests is because on [[Minecraft:Legacy Console Edition]]s of the game, the worlds were limited sizes, so they had to add a way to obtain [[Minecraft:beetroot]] in [[Minecraft:Survival]] worlds. They were then added to {{JE}} for parity reasons.&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
=== Screenshots ===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
End City.png|An End city and an [[#End ship|End ship]] as seen from afar (before [[Minecraft:Java Edition 15w32c|15w32c]]).&lt;br /&gt;
CityEntrance.png|The entrance to the city, which is guarded by two [[Minecraft:shulker]]s.&lt;br /&gt;
EndRoom2.png|A room with a complex staircase, which often has two treasure [[Minecraft:chest]]s at the top.&lt;br /&gt;
EndCityTreasure.png|A treasure room.&lt;br /&gt;
EndBridge1.png|A hanging bridge with stairs, connecting one tower to another.&lt;br /&gt;
SteepBridge2.png|Another bridge, but this one is much steeper.&lt;br /&gt;
ATaleOfTwoCities.png|Two cities generated within a relatively short distance.&lt;br /&gt;
LonelyEndShip.png|An End ship drifts lazily into the [[Minecraft:void]].&lt;br /&gt;
SingleTower.png|A single tower that generated by itself.&lt;br /&gt;
HugeEndCity.png|A large End city.&lt;br /&gt;
In End City.png|A view of an End city from one of the bridges.&lt;br /&gt;
EnderHouseplant.png|A [[Minecraft:chorus tree]] generated inside of a room.&lt;br /&gt;
Jackpot.png|5 End cities generated nearby. Note that there is also four End ships generated near each End city too.&lt;br /&gt;
ElytraEnd.png|[[Minecraft:Elytra]] and loot chests being guarded by a shulker.&lt;br /&gt;
Small End City.png|Smallest possible End city.&lt;br /&gt;
2 endcities generated close to each other.png|2 End cities next to each other.&lt;br /&gt;
End City Glass.png|A [[Minecraft:Stained Glass#Magenta|magenta stained glass]] window in an End city.&lt;br /&gt;
End City Uncentered.jpg|End cities are not centered.&lt;br /&gt;
Shulkersonship.png|An End ship.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== In other media ===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MineconEndCity.png|An image released on [[Minecraft:Jens Bergensten]]&amp;#039;s [[Minecraft:wikipedia:Instagram|Instagram]] reveals a mysterious structure now known as an End city.&lt;br /&gt;
File:Combat Update.png|An End city appears in the background of the official [[Minecraft:Java Edition 1.9]] poster.&lt;br /&gt;
File:MCD End City (Entrance).png|An {{MCD|End City}} as it appears in {{MCD}}&lt;br /&gt;
File:MCWSC-LBS 6-7.png|An end city as it appears in [[Minecraft:Last Block Standing!]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
{{notelist}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
*{{Mcnet|end-city|Building Blocks: End City|July 18, 2025|[[Minecraft:Duncan Geere]]}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox The End}}&lt;br /&gt;
{{Navbox generated structures}}&lt;br /&gt;
[[Category:The End|C]]&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Endsiedlung]]&lt;br /&gt;
[[Minecraft:es:Ciudad del End]]&lt;br /&gt;
[[Minecraft:fr:Cité de l&amp;#039;End]]&lt;br /&gt;
[[Minecraft:it:Città dell&amp;#039;End]]&lt;br /&gt;
[[Minecraft:ja:エンドシティ]]&lt;br /&gt;
[[Minecraft:ko:엔드 도시]]&lt;br /&gt;
[[Minecraft:nl:Endstad]]&lt;br /&gt;
[[Minecraft:pl:Miasto Endu]]&lt;br /&gt;
[[Minecraft:pt:Cidade do End]]&lt;br /&gt;
[[Minecraft:ru:Город Края]]&lt;br /&gt;
[[Minecraft:uk:Місто Енду]]&lt;br /&gt;
[[Minecraft:zh:末地城]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>