\documentclass[10pt,a4paper]{article}

% Packages
\usepackage{fancyhdr}           % For header and footer
\usepackage{multicol}           % Allows multicols in tables
\usepackage{tabularx}           % Intelligent column widths
\usepackage{tabulary}           % Used in header and footer
\usepackage{hhline}             % Border under tables
\usepackage{graphicx}           % For images
\usepackage{xcolor}             % For hex colours
%\usepackage[utf8x]{inputenc}    % For unicode character support
\usepackage[T1]{fontenc}        % Without this we get weird character replacements
\usepackage{colortbl}           % For coloured tables
\usepackage{setspace}           % For line height
\usepackage{lastpage}           % Needed for total page number
\usepackage{seqsplit}           % Splits long words.
%\usepackage{opensans}          % Can't make this work so far. Shame. Would be lovely.
\usepackage[normalem]{ulem}     % For underlining links
% Most of the following are not required for the majority
% of cheat sheets but are needed for some symbol support.
\usepackage{amsmath}            % Symbols
\usepackage{MnSymbol}           % Symbols
\usepackage{wasysym}            % Symbols
%\usepackage[english,german,french,spanish,italian]{babel}              % Languages

% Document Info
\author{SmoQ (smoqwhite)}
\pdfinfo{
  /Title (minecraft.pdf)
  /Creator (Cheatography)
  /Author (SmoQ (smoqwhite))
  /Subject (Minecraft Cheat Sheet)
}

% Lengths and widths
\addtolength{\textwidth}{6cm}
\addtolength{\textheight}{-1cm}
\addtolength{\hoffset}{-3cm}
\addtolength{\voffset}{-2cm}
\setlength{\tabcolsep}{0.2cm} % Space between columns
\setlength{\headsep}{-12pt} % Reduce space between header and content
\setlength{\headheight}{85pt} % If less, LaTeX automatically increases it
\renewcommand{\footrulewidth}{0pt} % Remove footer line
\renewcommand{\headrulewidth}{0pt} % Remove header line
\renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit
% This two commands together give roughly
% the right line height in the tables
\renewcommand{\arraystretch}{1.3}
\onehalfspacing

% Commands
\newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour
\newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols
\newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns
\newcommand{\tn}{\tabularnewline} % Required as custom column type in use

% Font and Colours
\definecolor{HeadBackground}{HTML}{333333}
\definecolor{FootBackground}{HTML}{666666}
\definecolor{TextColor}{HTML}{333333}
\definecolor{DarkBackground}{HTML}{290800}
\definecolor{LightBackground}{HTML}{F8F7F7}
\renewcommand{\familydefault}{\sfdefault}
\color{TextColor}

% Header and Footer
\pagestyle{fancy}
\fancyhead{} % Set header to blank
\fancyfoot{} % Set footer to blank
\fancyhead[L]{
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{C}
    \SetRowColor{DarkBackground}
    \vspace{-7pt}
    {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent
        \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}}
    }
\end{tabulary}
\columnbreak
\begin{tabulary}{11cm}{L}
    \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Minecraft Cheat Sheet}}}} \\
    \normalsize{by \textcolor{DarkBackground}{SmoQ (smoqwhite)} via \textcolor{DarkBackground}{\uline{cheatography.com/955/cs/367/}}}
\end{tabulary}
\end{multicols}}

\fancyfoot[L]{ \footnotesize
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{LL}
  \SetRowColor{FootBackground}
  \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}}  \\
  \vspace{-2pt}SmoQ (smoqwhite) \\
  \uline{cheatography.com/smoqwhite} \\
        \uline{\seqsplit{smoq}.eu/}
  \end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \\
   \vspace{-2pt}Published 7th May, 2012.\\
   Updated 25th February, 2020.\\
   Page {\thepage} of \pageref{LastPage}.
\end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}}  \\
  \SetRowColor{white}
  \vspace{-5pt}
  %\includegraphics[width=48px,height=48px]{dave.jpeg}
  Measure your website readability!\\
  www.readability-score.com
\end{tabulary}
\end{multicols}}




\begin{document}
\raggedright
\raggedcolumns

% Set font size to small. Switch to any value
% from this page to resize cheat sheet text:
% www.emerson.emory.edu/services/latex/latex_169.html
\footnotesize % Small font.

\begin{multicols*}{3}

\begin{tabularx}{5.377cm}{p{0.59724 cm} x{4.37976 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft Blocks}}  \tn
% Row 0
\SetRowColor{LightBackground}
0 & Air \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
1 & Stone \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
2 & Grass \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
3 & Dirt \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
4 & Cobblestone \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
5 & Wooden Planks \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
6 & Saplings \tn 
% Row Count 7 (+ 1)
% Row 7
\SetRowColor{white}
7 & Bedrock \tn 
% Row Count 8 (+ 1)
% Row 8
\SetRowColor{LightBackground}
8 & Water \tn 
% Row Count 9 (+ 1)
% Row 9
\SetRowColor{white}
9 & Stationary water \tn 
% Row Count 10 (+ 1)
% Row 10
\SetRowColor{LightBackground}
10 & Lava \tn 
% Row Count 11 (+ 1)
% Row 11
\SetRowColor{white}
11 & Stationary lava \tn 
% Row Count 12 (+ 1)
% Row 12
\SetRowColor{LightBackground}
12 & Sand \tn 
% Row Count 13 (+ 1)
% Row 13
\SetRowColor{white}
13 & Gravel \tn 
% Row Count 14 (+ 1)
% Row 14
\SetRowColor{LightBackground}
14 & Gold ore \tn 
% Row Count 15 (+ 1)
% Row 15
\SetRowColor{white}
15 & Iron ore \tn 
% Row Count 16 (+ 1)
% Row 16
\SetRowColor{LightBackground}
16 & Coal ore \tn 
% Row Count 17 (+ 1)
% Row 17
\SetRowColor{white}
17 & Wood \tn 
% Row Count 18 (+ 1)
% Row 18
\SetRowColor{LightBackground}
18 & Leaves \tn 
% Row Count 19 (+ 1)
% Row 19
\SetRowColor{white}
19 & Sponge \tn 
% Row Count 20 (+ 1)
% Row 20
\SetRowColor{LightBackground}
20 & Glass \tn 
% Row Count 21 (+ 1)
% Row 21
\SetRowColor{white}
21 & Lapis Lazuli ore \tn 
% Row Count 22 (+ 1)
% Row 22
\SetRowColor{LightBackground}
22 & Lapis Lazuli block \tn 
% Row Count 23 (+ 1)
% Row 23
\SetRowColor{white}
23 & Dispenser \tn 
% Row Count 24 (+ 1)
% Row 24
\SetRowColor{LightBackground}
24 & Sandstone \tn 
% Row Count 25 (+ 1)
% Row 25
\SetRowColor{white}
25 & Note block \tn 
% Row Count 26 (+ 1)
% Row 26
\SetRowColor{LightBackground}
26 & Bed \tn 
% Row Count 27 (+ 1)
% Row 27
\SetRowColor{white}
27 & Powered rail \tn 
% Row Count 28 (+ 1)
% Row 28
\SetRowColor{LightBackground}
28 & Detector rail \tn 
% Row Count 29 (+ 1)
% Row 29
\SetRowColor{white}
29 & Sticky piston \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.59724 cm} x{4.37976 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft Blocks (cont)}}  \tn
% Row 30
\SetRowColor{LightBackground}
30 & Cobweb \tn 
% Row Count 1 (+ 1)
% Row 31
\SetRowColor{white}
31 & Tall grass \tn 
% Row Count 2 (+ 1)
% Row 32
\SetRowColor{LightBackground}
32 & Dead bush \tn 
% Row Count 3 (+ 1)
% Row 33
\SetRowColor{white}
33 & Piston \tn 
% Row Count 4 (+ 1)
% Row 34
\SetRowColor{LightBackground}
34 & Piston extension \tn 
% Row Count 5 (+ 1)
% Row 35
\SetRowColor{white}
35 & Wool \tn 
% Row Count 6 (+ 1)
% Row 36
\SetRowColor{LightBackground}
36 & Block moved by Piston \tn 
% Row Count 7 (+ 1)
% Row 37
\SetRowColor{white}
37 & Dandelion \tn 
% Row Count 8 (+ 1)
% Row 38
\SetRowColor{LightBackground}
38 & Rose \tn 
% Row Count 9 (+ 1)
% Row 39
\SetRowColor{white}
39 & Brown Mushroom \tn 
% Row Count 10 (+ 1)
% Row 40
\SetRowColor{LightBackground}
40 & Red Mushroom \tn 
% Row Count 11 (+ 1)
% Row 41
\SetRowColor{white}
41 & Block of gold \tn 
% Row Count 12 (+ 1)
% Row 42
\SetRowColor{LightBackground}
42 & Block of iron \tn 
% Row Count 13 (+ 1)
% Row 43
\SetRowColor{white}
43 & Double slabs \tn 
% Row Count 14 (+ 1)
% Row 44
\SetRowColor{LightBackground}
44 & Slabs \tn 
% Row Count 15 (+ 1)
% Row 45
\SetRowColor{white}
45 & Bricks \tn 
% Row Count 16 (+ 1)
% Row 46
\SetRowColor{LightBackground}
46 & TNT \tn 
% Row Count 17 (+ 1)
% Row 47
\SetRowColor{white}
47 & Bookshelf \tn 
% Row Count 18 (+ 1)
% Row 48
\SetRowColor{LightBackground}
48 & Moss Stone \tn 
% Row Count 19 (+ 1)
% Row 49
\SetRowColor{white}
49 & Obsidian \tn 
% Row Count 20 (+ 1)
% Row 50
\SetRowColor{LightBackground}
50 & Torch \tn 
% Row Count 21 (+ 1)
% Row 51
\SetRowColor{white}
51 & Fire \tn 
% Row Count 22 (+ 1)
% Row 52
\SetRowColor{LightBackground}
52 & Monster spawner \tn 
% Row Count 23 (+ 1)
% Row 53
\SetRowColor{white}
53 & Wooden Stairs \tn 
% Row Count 24 (+ 1)
% Row 54
\SetRowColor{LightBackground}
54 & Chest \tn 
% Row Count 25 (+ 1)
% Row 55
\SetRowColor{white}
55 & Redstone wire \tn 
% Row Count 26 (+ 1)
% Row 56
\SetRowColor{LightBackground}
56 & Diamond ore \tn 
% Row Count 27 (+ 1)
% Row 57
\SetRowColor{white}
57 & Block of iron \tn 
% Row Count 28 (+ 1)
% Row 58
\SetRowColor{LightBackground}
58 & Crafting table \tn 
% Row Count 29 (+ 1)
% Row 59
\SetRowColor{white}
59 & Wheat seeds \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.59724 cm} x{4.37976 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft Blocks (cont)}}  \tn
% Row 60
\SetRowColor{LightBackground}
60 & Farmland \tn 
% Row Count 1 (+ 1)
% Row 61
\SetRowColor{white}
61 & Furnace \tn 
% Row Count 2 (+ 1)
% Row 62
\SetRowColor{LightBackground}
62 & Burning Furnace \tn 
% Row Count 3 (+ 1)
% Row 63
\SetRowColor{white}
63 & Sign post \tn 
% Row Count 4 (+ 1)
% Row 64
\SetRowColor{LightBackground}
64 & Wooden door \tn 
% Row Count 5 (+ 1)
% Row 65
\SetRowColor{white}
65 & Ladders \tn 
% Row Count 6 (+ 1)
% Row 66
\SetRowColor{LightBackground}
66 & Rails \tn 
% Row Count 7 (+ 1)
% Row 67
\SetRowColor{white}
67 & Cobblestone stairs \tn 
% Row Count 8 (+ 1)
% Row 68
\SetRowColor{LightBackground}
68 & Wall sign \tn 
% Row Count 9 (+ 1)
% Row 69
\SetRowColor{white}
69 & Lever \tn 
% Row Count 10 (+ 1)
% Row 70
\SetRowColor{LightBackground}
70 & Stone Pressure Plate \tn 
% Row Count 11 (+ 1)
% Row 71
\SetRowColor{white}
71 & Iron Door \tn 
% Row Count 12 (+ 1)
% Row 72
\SetRowColor{LightBackground}
72 & Wooden Pressure Plate \tn 
% Row Count 13 (+ 1)
% Row 73
\SetRowColor{white}
73 & Redstone ore \tn 
% Row Count 14 (+ 1)
% Row 74
\SetRowColor{LightBackground}
74 & Glowing redstone ore \tn 
% Row Count 15 (+ 1)
% Row 75
\SetRowColor{white}
75 & Redstone Torch (off) \tn 
% Row Count 16 (+ 1)
% Row 76
\SetRowColor{LightBackground}
76 & Redstone Torch (on) \tn 
% Row Count 17 (+ 1)
% Row 77
\SetRowColor{white}
77 & Stone button \tn 
% Row Count 18 (+ 1)
% Row 78
\SetRowColor{LightBackground}
78 & Snow \tn 
% Row Count 19 (+ 1)
% Row 79
\SetRowColor{white}
79 & Ice \tn 
% Row Count 20 (+ 1)
% Row 80
\SetRowColor{LightBackground}
80 & Snow block \tn 
% Row Count 21 (+ 1)
% Row 81
\SetRowColor{white}
81 & Cactus \tn 
% Row Count 22 (+ 1)
% Row 82
\SetRowColor{LightBackground}
82 & Clay block \tn 
% Row Count 23 (+ 1)
% Row 83
\SetRowColor{white}
83 & Sugar cane \tn 
% Row Count 24 (+ 1)
% Row 84
\SetRowColor{LightBackground}
84 & Jukebox \tn 
% Row Count 25 (+ 1)
% Row 85
\SetRowColor{white}
85 & Fence \tn 
% Row Count 26 (+ 1)
% Row 86
\SetRowColor{LightBackground}
86 & Pumpkin \tn 
% Row Count 27 (+ 1)
% Row 87
\SetRowColor{white}
87 & Netherrack \tn 
% Row Count 28 (+ 1)
% Row 88
\SetRowColor{LightBackground}
88 & Soul Sand \tn 
% Row Count 29 (+ 1)
% Row 89
\SetRowColor{white}
89 & Glowstone Block \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.59724 cm} x{4.37976 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft Blocks (cont)}}  \tn
% Row 90
\SetRowColor{LightBackground}
90 & Portal \tn 
% Row Count 1 (+ 1)
% Row 91
\SetRowColor{white}
91 & Jack-O-Lantern \tn 
% Row Count 2 (+ 1)
% Row 92
\SetRowColor{LightBackground}
92 & Cake Block \tn 
% Row Count 3 (+ 1)
% Row 93
\SetRowColor{white}
93 & Redstone Repeater (off) \tn 
% Row Count 4 (+ 1)
% Row 94
\SetRowColor{LightBackground}
94 & Redstone Repeater (on) \tn 
% Row Count 5 (+ 1)
% Row 95
\SetRowColor{white}
95 & Locked Chest \tn 
% Row Count 6 (+ 1)
% Row 96
\SetRowColor{LightBackground}
96 & Trapdoor \tn 
% Row Count 7 (+ 1)
% Row 97
\SetRowColor{white}
97 & Hidden Silverfish \tn 
% Row Count 8 (+ 1)
% Row 98
\SetRowColor{LightBackground}
98 & Stone bricks \tn 
% Row Count 9 (+ 1)
% Row 99
\SetRowColor{white}
99 & Huge Brown Mushroom \tn 
% Row Count 10 (+ 1)
% Row 100
\SetRowColor{LightBackground}
100 & Huge Red Mushroom \tn 
% Row Count 11 (+ 1)
% Row 101
\SetRowColor{white}
101 & Iron Bars \tn 
% Row Count 12 (+ 1)
% Row 102
\SetRowColor{LightBackground}
102 & Glass Pane \tn 
% Row Count 13 (+ 1)
% Row 103
\SetRowColor{white}
103 & Melon \tn 
% Row Count 14 (+ 1)
% Row 104
\SetRowColor{LightBackground}
104 & Pumpkin Stem \tn 
% Row Count 15 (+ 1)
% Row 105
\SetRowColor{white}
105 & Melon Stem \tn 
% Row Count 16 (+ 1)
% Row 106
\SetRowColor{LightBackground}
106 & Vines \tn 
% Row Count 17 (+ 1)
% Row 107
\SetRowColor{white}
107 & Fence gate \tn 
% Row Count 18 (+ 1)
% Row 108
\SetRowColor{LightBackground}
108 & Brick Stairs \tn 
% Row Count 19 (+ 1)
% Row 109
\SetRowColor{white}
109 & Stone Brick Stairs \tn 
% Row Count 20 (+ 1)
% Row 110
\SetRowColor{LightBackground}
110 & Mycelium \tn 
% Row Count 21 (+ 1)
% Row 111
\SetRowColor{white}
111 & Lily Pad \tn 
% Row Count 22 (+ 1)
% Row 112
\SetRowColor{LightBackground}
112 & Nether Brick \tn 
% Row Count 23 (+ 1)
% Row 113
\SetRowColor{white}
113 & Nether brick fence \tn 
% Row Count 24 (+ 1)
% Row 114
\SetRowColor{LightBackground}
114 & Nether brick stairs \tn 
% Row Count 25 (+ 1)
% Row 115
\SetRowColor{white}
115 & Nether Wart \tn 
% Row Count 26 (+ 1)
% Row 116
\SetRowColor{LightBackground}
116 & Enchantment table \tn 
% Row Count 27 (+ 1)
% Row 117
\SetRowColor{white}
117 & Brewing Stand \tn 
% Row Count 28 (+ 1)
% Row 118
\SetRowColor{LightBackground}
118 & Cauldron \tn 
% Row Count 29 (+ 1)
% Row 119
\SetRowColor{white}
119 & End Portal \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.59724 cm} x{4.37976 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft Blocks (cont)}}  \tn
% Row 120
\SetRowColor{LightBackground}
120 & End Portal Frame \tn 
% Row Count 1 (+ 1)
% Row 121
\SetRowColor{white}
121 & End Stone \tn 
% Row Count 2 (+ 1)
% Row 122
\SetRowColor{LightBackground}
122 & Dragon Egg \tn 
% Row Count 3 (+ 1)
% Row 123
\SetRowColor{white}
123 & Redstone Lamp (off) \tn 
% Row Count 4 (+ 1)
% Row 124
\SetRowColor{LightBackground}
124 & Redstone Lamp (on) \tn 
% Row Count 5 (+ 1)
% Row 125
\SetRowColor{white}
125 & Wooden Double Slab \tn 
% Row Count 6 (+ 1)
% Row 126
\SetRowColor{LightBackground}
126 & Wooden Slab \tn 
% Row Count 7 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft items}}  \tn
% Row 0
\SetRowColor{LightBackground}
256 & Iron Shovel \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
257 & Iron Pickaxe \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
258 & Iron Axe \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
259 & Flint and Steel \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
260 & Red Apple \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
261 & Bow \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
262 & Arrow \tn 
% Row Count 7 (+ 1)
% Row 7
\SetRowColor{white}
263 & Coal \tn 
% Row Count 8 (+ 1)
% Row 8
\SetRowColor{LightBackground}
264 & Diamond \tn 
% Row Count 9 (+ 1)
% Row 9
\SetRowColor{white}
265 & Iron Ingot \tn 
% Row Count 10 (+ 1)
% Row 10
\SetRowColor{LightBackground}
266 & Gold Ingot \tn 
% Row Count 11 (+ 1)
% Row 11
\SetRowColor{white}
267 & Iron Sword \tn 
% Row Count 12 (+ 1)
% Row 12
\SetRowColor{LightBackground}
268 & Wooden Sword \tn 
% Row Count 13 (+ 1)
% Row 13
\SetRowColor{white}
269 & Wooden Shovel \tn 
% Row Count 14 (+ 1)
% Row 14
\SetRowColor{LightBackground}
270 & Wooden Pickaxe \tn 
% Row Count 15 (+ 1)
% Row 15
\SetRowColor{white}
271 & Wooden Axe \tn 
% Row Count 16 (+ 1)
% Row 16
\SetRowColor{LightBackground}
272 & Stone Sword \tn 
% Row Count 17 (+ 1)
% Row 17
\SetRowColor{white}
273 & Stone Shovel \tn 
% Row Count 18 (+ 1)
% Row 18
\SetRowColor{LightBackground}
274 & Stone Pickaxe \tn 
% Row Count 19 (+ 1)
% Row 19
\SetRowColor{white}
275 & Stone Axe \tn 
% Row Count 20 (+ 1)
% Row 20
\SetRowColor{LightBackground}
276 & Diamond Sword \tn 
% Row Count 21 (+ 1)
% Row 21
\SetRowColor{white}
277 & Diamond Shovel \tn 
% Row Count 22 (+ 1)
% Row 22
\SetRowColor{LightBackground}
278 & Diamond Pickaxe \tn 
% Row Count 23 (+ 1)
% Row 23
\SetRowColor{white}
279 & Diamond Axe \tn 
% Row Count 24 (+ 1)
% Row 24
\SetRowColor{LightBackground}
280 & Stick \tn 
% Row Count 25 (+ 1)
% Row 25
\SetRowColor{white}
281 & Bowl \tn 
% Row Count 26 (+ 1)
% Row 26
\SetRowColor{LightBackground}
282 & Mushroom Soup \tn 
% Row Count 27 (+ 1)
% Row 27
\SetRowColor{white}
283 & Golden Sword \tn 
% Row Count 28 (+ 1)
% Row 28
\SetRowColor{LightBackground}
284 & Golden Shovel \tn 
% Row Count 29 (+ 1)
% Row 29
\SetRowColor{white}
285 & Golden Pickaxe \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft items (cont)}}  \tn
% Row 30
\SetRowColor{LightBackground}
286 & Golden Axe \tn 
% Row Count 1 (+ 1)
% Row 31
\SetRowColor{white}
287 & String \tn 
% Row Count 2 (+ 1)
% Row 32
\SetRowColor{LightBackground}
288 & Feather \tn 
% Row Count 3 (+ 1)
% Row 33
\SetRowColor{white}
289 & Gunpowder \tn 
% Row Count 4 (+ 1)
% Row 34
\SetRowColor{LightBackground}
290 & Wooden Hoe \tn 
% Row Count 5 (+ 1)
% Row 35
\SetRowColor{white}
291 & Stone Hoe \tn 
% Row Count 6 (+ 1)
% Row 36
\SetRowColor{LightBackground}
292 & Iron Hoe \tn 
% Row Count 7 (+ 1)
% Row 37
\SetRowColor{white}
293 & Diamond Hoe \tn 
% Row Count 8 (+ 1)
% Row 38
\SetRowColor{LightBackground}
294 & Gold Hoe \tn 
% Row Count 9 (+ 1)
% Row 39
\SetRowColor{white}
295 & Seeds \tn 
% Row Count 10 (+ 1)
% Row 40
\SetRowColor{LightBackground}
296 & Wheat \tn 
% Row Count 11 (+ 1)
% Row 41
\SetRowColor{white}
297 & Bread \tn 
% Row Count 12 (+ 1)
% Row 42
\SetRowColor{LightBackground}
298 & Leather Cap \tn 
% Row Count 13 (+ 1)
% Row 43
\SetRowColor{white}
299 & Leather Tunic \tn 
% Row Count 14 (+ 1)
% Row 44
\SetRowColor{LightBackground}
300 & Leather Pants \tn 
% Row Count 15 (+ 1)
% Row 45
\SetRowColor{white}
301 & Leather Boots \tn 
% Row Count 16 (+ 1)
% Row 46
\SetRowColor{LightBackground}
302 & Chain Helmet \tn 
% Row Count 17 (+ 1)
% Row 47
\SetRowColor{white}
303 & Chain Chestplate \tn 
% Row Count 18 (+ 1)
% Row 48
\SetRowColor{LightBackground}
304 & Chain Leggings \tn 
% Row Count 19 (+ 1)
% Row 49
\SetRowColor{white}
305 & Chain Boots \tn 
% Row Count 20 (+ 1)
% Row 50
\SetRowColor{LightBackground}
306 & Iron Helmet \tn 
% Row Count 21 (+ 1)
% Row 51
\SetRowColor{white}
307 & Iron Chestplate \tn 
% Row Count 22 (+ 1)
% Row 52
\SetRowColor{LightBackground}
308 & Iron Leggings \tn 
% Row Count 23 (+ 1)
% Row 53
\SetRowColor{white}
309 & Iron Boots \tn 
% Row Count 24 (+ 1)
% Row 54
\SetRowColor{LightBackground}
310 & Diamond Helmet \tn 
% Row Count 25 (+ 1)
% Row 55
\SetRowColor{white}
311 & Diamond Chestplate \tn 
% Row Count 26 (+ 1)
% Row 56
\SetRowColor{LightBackground}
312 & Diamond Leggings \tn 
% Row Count 27 (+ 1)
% Row 57
\SetRowColor{white}
313 & Diamond Boots \tn 
% Row Count 28 (+ 1)
% Row 58
\SetRowColor{LightBackground}
314 & Golden Helmet \tn 
% Row Count 29 (+ 1)
% Row 59
\SetRowColor{white}
315 & Golden Chestplate \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft items (cont)}}  \tn
% Row 60
\SetRowColor{LightBackground}
316 & Golden Leggings \tn 
% Row Count 1 (+ 1)
% Row 61
\SetRowColor{white}
317 & Golden Boots \tn 
% Row Count 2 (+ 1)
% Row 62
\SetRowColor{LightBackground}
318 & Flint \tn 
% Row Count 3 (+ 1)
% Row 63
\SetRowColor{white}
319 & Raw Porkchop \tn 
% Row Count 4 (+ 1)
% Row 64
\SetRowColor{LightBackground}
320 & Cooked Porkchop \tn 
% Row Count 5 (+ 1)
% Row 65
\SetRowColor{white}
321 & Painting \tn 
% Row Count 6 (+ 1)
% Row 66
\SetRowColor{LightBackground}
322 & Goolden Apple \tn 
% Row Count 7 (+ 1)
% Row 67
\SetRowColor{white}
323 & Sign \tn 
% Row Count 8 (+ 1)
% Row 68
\SetRowColor{LightBackground}
324 & Wooden Door \tn 
% Row Count 9 (+ 1)
% Row 69
\SetRowColor{white}
325 & Bucket \tn 
% Row Count 10 (+ 1)
% Row 70
\SetRowColor{LightBackground}
326 & Water bucket \tn 
% Row Count 11 (+ 1)
% Row 71
\SetRowColor{white}
327 & Lava bucket \tn 
% Row Count 12 (+ 1)
% Row 72
\SetRowColor{LightBackground}
328 & Minecart \tn 
% Row Count 13 (+ 1)
% Row 73
\SetRowColor{white}
329 & Saddle \tn 
% Row Count 14 (+ 1)
% Row 74
\SetRowColor{LightBackground}
330 & Iron door \tn 
% Row Count 15 (+ 1)
% Row 75
\SetRowColor{white}
331 & Redstone dust \tn 
% Row Count 16 (+ 1)
% Row 76
\SetRowColor{LightBackground}
332 & Snowball \tn 
% Row Count 17 (+ 1)
% Row 77
\SetRowColor{white}
333 & Boat \tn 
% Row Count 18 (+ 1)
% Row 78
\SetRowColor{LightBackground}
334 & Leather \tn 
% Row Count 19 (+ 1)
% Row 79
\SetRowColor{white}
335 & Milk \tn 
% Row Count 20 (+ 1)
% Row 80
\SetRowColor{LightBackground}
336 & Clay brick \tn 
% Row Count 21 (+ 1)
% Row 81
\SetRowColor{white}
337 & Clay \tn 
% Row Count 22 (+ 1)
% Row 82
\SetRowColor{LightBackground}
338 & Sugar Cane \tn 
% Row Count 23 (+ 1)
% Row 83
\SetRowColor{white}
339 & Paper \tn 
% Row Count 24 (+ 1)
% Row 84
\SetRowColor{LightBackground}
340 & Book \tn 
% Row Count 25 (+ 1)
% Row 85
\SetRowColor{white}
341 & Slimeball \tn 
% Row Count 26 (+ 1)
% Row 86
\SetRowColor{LightBackground}
342 & Minecart with chest \tn 
% Row Count 27 (+ 1)
% Row 87
\SetRowColor{white}
343 & Minecart with Furnace \tn 
% Row Count 28 (+ 1)
% Row 88
\SetRowColor{LightBackground}
344 & Chicken Egg \tn 
% Row Count 29 (+ 1)
% Row 89
\SetRowColor{white}
345 & Compass \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft items (cont)}}  \tn
% Row 90
\SetRowColor{LightBackground}
346 & Fishing rod \tn 
% Row Count 1 (+ 1)
% Row 91
\SetRowColor{white}
347 & Clock \tn 
% Row Count 2 (+ 1)
% Row 92
\SetRowColor{LightBackground}
348 & Glowstone dust \tn 
% Row Count 3 (+ 1)
% Row 93
\SetRowColor{white}
349 & Raw fish \tn 
% Row Count 4 (+ 1)
% Row 94
\SetRowColor{LightBackground}
350 & Cooked fish \tn 
% Row Count 5 (+ 1)
% Row 95
\SetRowColor{white}
351 & Dye \tn 
% Row Count 6 (+ 1)
% Row 96
\SetRowColor{LightBackground}
352 & Bone \tn 
% Row Count 7 (+ 1)
% Row 97
\SetRowColor{white}
353 & Sugar \tn 
% Row Count 8 (+ 1)
% Row 98
\SetRowColor{LightBackground}
354 & Cake \tn 
% Row Count 9 (+ 1)
% Row 99
\SetRowColor{white}
355 & Bed \tn 
% Row Count 10 (+ 1)
% Row 100
\SetRowColor{LightBackground}
356 & Redstone repeater \tn 
% Row Count 11 (+ 1)
% Row 101
\SetRowColor{white}
357 & Cookie \tn 
% Row Count 12 (+ 1)
% Row 102
\SetRowColor{LightBackground}
358 & Map \tn 
% Row Count 13 (+ 1)
% Row 103
\SetRowColor{white}
359 & Shears \tn 
% Row Count 14 (+ 1)
% Row 104
\SetRowColor{LightBackground}
360 & Melon Slice \tn 
% Row Count 15 (+ 1)
% Row 105
\SetRowColor{white}
361 & Pumpkin seeds \tn 
% Row Count 16 (+ 1)
% Row 106
\SetRowColor{LightBackground}
362 & Melon seeds \tn 
% Row Count 17 (+ 1)
% Row 107
\SetRowColor{white}
363 & Raw Beef \tn 
% Row Count 18 (+ 1)
% Row 108
\SetRowColor{LightBackground}
364 & Steak \tn 
% Row Count 19 (+ 1)
% Row 109
\SetRowColor{white}
365 & Raw chicken \tn 
% Row Count 20 (+ 1)
% Row 110
\SetRowColor{LightBackground}
366 & Cooked chicken \tn 
% Row Count 21 (+ 1)
% Row 111
\SetRowColor{white}
367 & Rooten flesh \tn 
% Row Count 22 (+ 1)
% Row 112
\SetRowColor{LightBackground}
368 & Ender pearl \tn 
% Row Count 23 (+ 1)
% Row 113
\SetRowColor{white}
369 & Blaze rod \tn 
% Row Count 24 (+ 1)
% Row 114
\SetRowColor{LightBackground}
370 & Ghast Tear \tn 
% Row Count 25 (+ 1)
% Row 115
\SetRowColor{white}
371 & Gold Nugget \tn 
% Row Count 26 (+ 1)
% Row 116
\SetRowColor{LightBackground}
372 & Nether Wart \tn 
% Row Count 27 (+ 1)
% Row 117
\SetRowColor{white}
373 & Potions \tn 
% Row Count 28 (+ 1)
% Row 118
\SetRowColor{LightBackground}
374 & Glass Bottle \tn 
% Row Count 29 (+ 1)
% Row 119
\SetRowColor{white}
375 & Spider Eye \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft items (cont)}}  \tn
% Row 120
\SetRowColor{LightBackground}
376 & Fermented Spider Eye \tn 
% Row Count 1 (+ 1)
% Row 121
\SetRowColor{white}
377 & Blaze Powder \tn 
% Row Count 2 (+ 1)
% Row 122
\SetRowColor{LightBackground}
378 & Magma Cream \tn 
% Row Count 3 (+ 1)
% Row 123
\SetRowColor{white}
379 & Brewing Stand \tn 
% Row Count 4 (+ 1)
% Row 124
\SetRowColor{LightBackground}
380 & Cauldron \tn 
% Row Count 5 (+ 1)
% Row 125
\SetRowColor{white}
381 & Eye of Ender \tn 
% Row Count 6 (+ 1)
% Row 126
\SetRowColor{LightBackground}
382 & Glistering Melon \tn 
% Row Count 7 (+ 1)
% Row 127
\SetRowColor{white}
383 & Spawn Egg \tn 
% Row Count 8 (+ 1)
% Row 128
\SetRowColor{LightBackground}
384 & Bottle o' Enchanting \tn 
% Row Count 9 (+ 1)
% Row 129
\SetRowColor{white}
385 & Fire Charge \tn 
% Row Count 10 (+ 1)
% Row 130
\SetRowColor{LightBackground}
386 & Book and Quill \tn 
% Row Count 11 (+ 1)
% Row 131
\SetRowColor{white}
387 & Written Book \tn 
% Row Count 12 (+ 1)
% Row 132
\SetRowColor{LightBackground}
2256 & "13" Disc \tn 
% Row Count 13 (+ 1)
% Row 133
\SetRowColor{white}
2257 & "Cat" Disc \tn 
% Row Count 14 (+ 1)
% Row 134
\SetRowColor{LightBackground}
2258 & "Block" Disc \tn 
% Row Count 15 (+ 1)
% Row 135
\SetRowColor{white}
2259 & "Chirp" Disc \tn 
% Row Count 16 (+ 1)
% Row 136
\SetRowColor{LightBackground}
2260 & "Far" Disc \tn 
% Row Count 17 (+ 1)
% Row 137
\SetRowColor{white}
2261 & "Mall" Disc \tn 
% Row Count 18 (+ 1)
% Row 138
\SetRowColor{LightBackground}
2262 & "Mellohi" Disc \tn 
% Row Count 19 (+ 1)
% Row 139
\SetRowColor{white}
2263 & "Stal" Disc \tn 
% Row Count 20 (+ 1)
% Row 140
\SetRowColor{LightBackground}
2264 & "Strad" Disc \tn 
% Row Count 21 (+ 1)
% Row 141
\SetRowColor{white}
2265 & "Ward" Disc \tn 
% Row Count 22 (+ 1)
% Row 142
\SetRowColor{LightBackground}
2266 & "11" Disc \tn 
% Row Count 23 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Minecraft Logic Gates}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/smoqwhite_1336405843_StandardLogicGates.png}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft server commands}}  \tn
% Row 0
\SetRowColor{LightBackground}
ban {\emph{\textless{}playername\textgreater{}}} & Blacklists the name playername from the server so that they can no longer connect. \tn 
% Row Count 5 (+ 5)
% Row 1
\SetRowColor{white}
ban-ip {\emph{\textless{}ip-address\textgreater{}}} & Blacklists an IP address so that all subsequent connections from it are rejected. \tn 
% Row Count 10 (+ 5)
% Row 2
\SetRowColor{LightBackground}
banlist {\emph{{[}ips{]}}} & Displays the banlist. To display banned IP addresses, use the command banlist ips \tn 
% Row Count 15 (+ 5)
% Row 3
\SetRowColor{white}
deop {\emph{\textless{}playername\textgreater{}}} & Revokes a player's operator status. \tn 
% Row Count 17 (+ 2)
% Row 4
\SetRowColor{LightBackground}
gamemode {\emph{\textless{}playername\textgreater{} 0/1}} & Changes the game mode for playername to Survival (0) mode, Creative (1) mode. Remember, this will only affect playername and no one else. \tn 
% Row Count 24 (+ 7)
% Row 5
\SetRowColor{white}
give {\emph{\textless{}playername\textgreater{} \textless{}data-value\textgreater{} {[}amount{]} {[}damage-value{]}}} & Spawns amount (defaults to 1) of the item defined by data-value with the specified damage value (defaults to 0) at playername 's location. \tn 
% Row Count 31 (+ 7)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft server commands (cont)}}  \tn
% Row 6
\SetRowColor{LightBackground}
help & Shows a list of available server commands. Note: banlist, whitelist, toggledownfall, xp, tell, me, and kill commands are not listed. \tn 
% Row Count 7 (+ 7)
% Row 7
\SetRowColor{white}
kick {\emph{\textless{}playername\textgreater{}}} & Forcibly disconnects playername from the server. \tn 
% Row Count 10 (+ 3)
% Row 8
\SetRowColor{LightBackground}
list & Shows the names of all currently-connected players (the same can be achieved when pressing tab) \tn 
% Row Count 15 (+ 5)
% Row 9
\SetRowColor{white}
op {\emph{\textless{}playername\textgreater{}}} & Grants playername operator status on the server. \tn 
% Row Count 18 (+ 3)
% Row 10
\SetRowColor{LightBackground}
pardon {\emph{\textless{}playername\textgreater{}}} & Removes playername from the blacklist, allowing them to connect again. \tn 
% Row Count 22 (+ 4)
% Row 11
\SetRowColor{white}
pardon-ip {\emph{\textless{}ip-address\textgreater{}}} & Removes ip-address from the IP blacklist, allowing players from that IP address to connect to the server. \tn 
% Row Count 28 (+ 6)
% Row 12
\SetRowColor{LightBackground}
save-all & Forces the server to write all pending changes to the world to disk. \tn 
% Row Count 32 (+ 4)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft server commands (cont)}}  \tn
% Row 13
\SetRowColor{LightBackground}
save-off & Disables the server writing to the world files. All changes will temporarily be queued. \tn 
% Row Count 5 (+ 5)
% Row 14
\SetRowColor{white}
save-on & Enables the server writing to the world files. This is the default behaviour. \tn 
% Row Count 9 (+ 4)
% Row 15
\SetRowColor{LightBackground}
say {\emph{\textless{}message\textgreater{}}} & Broadcasts message to all players on the server (in bright pink letters) \tn 
% Row Count 13 (+ 4)
% Row 16
\SetRowColor{white}
stop & Gracefully shuts down the server. \tn 
% Row Count 15 (+ 2)
% Row 17
\SetRowColor{LightBackground}
time {\emph{\textless{}set|add\textgreater{} \textless{}number\textgreater{}}} & Set or increment (add to) the world time. number is an integer between 0 and 24000, inclusive, where 0 is dawn, 6000 midday, 12000 dusk and 18000 midnight. \tn 
% Row Count 23 (+ 8)
% Row 18
\SetRowColor{white}
toggledownfall & Toggles rain and snow. \tn 
% Row Count 25 (+ 2)
% Row 19
\SetRowColor{LightBackground}
tp {\emph{\textless{}playername\textgreater{} \textless{}targetplayer\textgreater{}}} & Teleports player playername to targetplayer 's location \tn 
% Row Count 28 (+ 3)
% Row 20
\SetRowColor{white}
whitelist {\emph{\textless{}add|remove\textgreater{} \textless{}playername\textgreater{}}} & Adds or removes playername from the whitelist. \tn 
% Row Count 31 (+ 3)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Minecraft server commands (cont)}}  \tn
% Row 21
\SetRowColor{LightBackground}
whitelist {\emph{\textless{}list\textgreater{}}} & Displays all players in the whitelist. \tn 
% Row Count 2 (+ 2)
% Row 22
\SetRowColor{white}
whitelist {\emph{\textless{}on|off\textgreater{}}} & Enables/disables the server's use of a whitelist. \tn 
% Row Count 5 (+ 3)
% Row 23
\SetRowColor{LightBackground}
whitelist reload & Reloads the list of playernames in white-list.txt from disk. \tn 
% Row Count 8 (+ 3)
% Row 24
\SetRowColor{white}
xp {\emph{\textless{}amount\textgreater{} \textless{}playername\textgreater{}}} & Gives the specified user the given number of orbs. Maximum is 5000 per command. \tn 
% Row Count 12 (+ 4)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}


% That's all folks
\end{multicols*}

\end{document}