Added a Table

alisolarflare 2017-05-30 16:02:40 -04:00
parent f453c4eb1f
commit 65827b8d65

@ -26,7 +26,44 @@ There are hundreds and hundreds of items in Minecraft. But it'd take incredibly
One way to simplify this is by using Resource Tiers.
<script>alert("XSS!");</script>
<table>
<tr>
<th>Resource Tier</th>
<th>Examples</th>
</tr>
<tr>
<td>Dirt</td>
<td>Sugarcane, Flowers, Mushrooms, Sand</td>
</tr>
<tr>
<td>Wood</td>
<td>Logs, Hardened Clay, Bookshelves</td>
</tr>
<tr>
<td>Stone</td>
<td>Cobblestone, Furnaces</td>
</tr>
<tr>
<td>Iron</td>
<td>Iron Ingot, Cake</td>
</tr>
<tr>
<td>Diamond</td>
<td>Diamonds, Obsidian, Enchantment Tables</td>
</tr>
<tr>
<td>Nether</td>
<td>Potions, Blaze powder, Netherrack</td>
</tr>
<tr>
<td>End</td>
<td>Elytra, Shulker Boxes</td>
</tr>
<tr>
<td>Modded</td>
<td>Boom Bows, Special Resources, Enchanted Terracotta</td>
</tr>
</table>
<h2 id="famine">Famine</h2>