diff --git a/Gruntfile.coffee b/Gruntfile.coffee
index f2819fe7d..f76fbc978 100644
--- a/Gruntfile.coffee
+++ b/Gruntfile.coffee
@@ -56,7 +56,7 @@ module.exports = (grunt)->
jquery_ui_images:
files: [expand:true, cwd:'./lib/jquery-ui/images', src:['*.png'], dest:'./dist/css/images']
raw_pages:
- files: [expand:true, cwd:'./src/pages', src:['**/*.html'], dest:'./dist']
+ files: [expand:true, cwd:'./src/pages', src:['**/*.html', '**/*.txt'], dest:'./dist']
scripts:
files:
'./dist/js/backbone.js': ['./node_modules/backbone/backbone.js']
diff --git a/scripts/sitemap b/scripts/sitemap
new file mode 100755
index 000000000..e701c5864
--- /dev/null
+++ b/scripts/sitemap
@@ -0,0 +1,44 @@
+#!/usr/bin/env coffee
+
+Logger = require '../src/scripts/logger'
+
+global._ = require 'underscore'
+global.Backbone = require 'backbone'
+global.logger = new Logger level:Logger.FATAL
+
+require '../src/scripts/underscore_mixins'
+
+Mod = require '../src/scripts/models/mod'
+ModParser = require '../src/scripts/models/mod_parser'
+ModVersionParser = require '../src/scripts/models/mod_version_parser'
+fs = require 'fs'
+
+modSlugs = {}
+itemSlugs = {}
+
+for modSlug in fs.readdirSync './src/data'
+ continue if modSlug[0] is '.'
+ modSlugs[modSlug] = modSlug
+
+ mod = new Mod slug:modSlug
+ modParser = new ModParser model:mod
+ modParser.parse fs.readFileSync "./src/data/#{modSlug}/mod.cg", 'utf-8'
+
+ mod.eachModVersion (modVersion)->
+ modVersionParser = new ModVersionParser model:modVersion
+ modVersionParser.parse fs.readFileSync "./src/data/#{modSlug}/#{modVersion.version}/mod-version.cg", 'utf-8'
+
+ modVersion.eachItem (item)->
+ itemSlugs[item.slug] = item.slug
+
+base = 'http://crafting-guide.com'
+
+urls = [ base ]
+for slug in _.keys(modSlugs).sort()
+ urls.push base + "/mod/#{slug}"
+
+for slug in _.keys(itemSlugs).sort()
+ urls.push base + "/item/#{slug}"
+
+for url in urls
+ console.log url
diff --git a/src/design/pages.graffle/data.plist b/src/design/pages.graffle/data.plist
index fe5389591..ce1cfd49e 100644
--- a/src/design/pages.graffle/data.plist
+++ b/src/design/pages.graffle/data.plist
@@ -14,7 +14,7 @@
BackgroundGraphic
Bounds
- {{0, 0}, {1160, 1500}}
+ {{0, 0}, {1160, 3150}}
Class
SolidGraphic
FontInfo
@@ -45,7 +45,7 @@
CanvasOrigin
{0, 0}
CanvasSize
- {1160, 1500}
+ {1160, 3150}
ColumnAlign
1
ColumnSpacing
@@ -62,7 +62,175 @@
Bounds
- {{300, 830}, {180, 20}}
+ {{90, 2170}, {160, 600}}
+ Class
+ ShapedGraphic
+ ID
+ 457
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Color
+
+ b
+ 0.999991
+ g
+ 0.999974
+ r
+ 1
+
+
+
+
+
+ Bounds
+ {{90, 1550}, {160, 600}}
+ Class
+ ShapedGraphic
+ ID
+ 456
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Color
+
+ b
+ 0.999991
+ g
+ 0.999974
+ r
+ 1
+
+
+
+
+
+ Bounds
+ {{90, 930}, {160, 600}}
+ Class
+ ShapedGraphic
+ ID
+ 455
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Color
+
+ b
+ 0.999991
+ g
+ 0.999974
+ r
+ 1
+
+
+
+
+
+ Bounds
+ {{290, 550}, {410, 40}}
+ Class
+ ShapedGraphic
+ ID
+ 460
+ ImageID
+ 85
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{270, 530}, {750, 80}}
+ Class
+ ShapedGraphic
+ ID
+ 461
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{270, 500}, {750, 24}}
Class
ShapedGraphic
FitText
@@ -72,12 +240,12 @@
FontInfo
Font
- Helvetica
+ Silkscreen
Size
- 14
+ 25
ID
- 140
+ 462
Layer
0
Shape
@@ -102,15 +270,17 @@
Text
+ Align
+ 0
Pad
0
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-\f0\fs28 \cf2 \ul \ulc2 See Crafting Plan}
+\f0\fs50 \cf0 Similar Items}
VerticalPad
0
@@ -119,7 +289,7 @@
Bounds
- {{300, 600}, {180, 20}}
+ {{290, 430}, {160, 20}}
Class
ShapedGraphic
FitText
@@ -128,207 +298,13 @@
Clip
FontInfo
- Font
- Helvetica
- Size
- 14
-
- ID
- 139
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
-
-\f0\fs28 \cf2 \ul \ulc2 See Crafting Plan}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{870, 660}, {30, 80}}
- Class
- ShapedGraphic
- ID
- 137
- ImageID
- 30
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{700, 660}, {170, 80}}
- Class
- ShapedGraphic
- ID
- 136
- ImageID
- 29
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{490, 660}, {160, 180}}
- Class
- ShapedGraphic
- ID
- 134
- ImageID
- 28
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{360, 710}, {50, 50}}
- Class
- ShapedGraphic
- ID
- 132
- ImageID
- 31
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{300, 760}, {170, 50}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Color
-
- b
- 0
- g
- 0
- r
- 0
-
Font
Helvetica-Bold
Size
- 18
+ 15
ID
- 133
+ 464
Layer
0
Shape
@@ -356,52 +332,25 @@
Pad
0
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
-\f0\b\fs36 \cf0 Advanced Crafting Table}
+\f0\b\fs30 \cf0 Crafting Table}
VerticalPad
0
- TextPlacement
- 0
Bounds
- {{290, 650}, {620, 210}}
+ {{470, 300}, {250, 120}}
Class
ShapedGraphic
ID
- 127
- Layer
- 0
- Shape
- Rectangle
- Style
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{490, 430}, {160, 180}}
- Class
- ShapedGraphic
- ID
- 120
+ 465
ImageID
- 27
+ 48
Layer
0
Shape
@@ -425,6 +374,268 @@
+
+ Bounds
+ {{750, 300}, {250, 30}}
+ Class
+ ShapedGraphic
+ ID
+ 473
+ ImageID
+ 47
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{290, 270}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 467
+ ImageID
+ 46
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{750, 270}, {250, 24}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 15
+
+ ID
+ 472
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\b\fs30 \cf0 Output}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{470, 270}, {250, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 15
+
+ ID
+ 469
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\b\fs30 \cf0 Input}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{270, 250}, {750, 210}}
+ Class
+ ShapedGraphic
+ ID
+ 470
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{270, 220}, {750, 24}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 25
+
+ ID
+ 471
+ Layer
+ 0
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Recipe}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+
Class
Group
@@ -432,13 +643,13 @@
Bounds
- {{360, 480}, {50, 50}}
+ {{390, 2660}, {260, 120}}
Class
ShapedGraphic
ID
- 122
+ 359
ImageID
- 25
+ 82
Shape
Rectangle
Style
@@ -462,7 +673,157 @@
Bounds
- {{300, 530}, {170, 30}}
+ {{390, 2440}, {260, 110}}
+ Class
+ ShapedGraphic
+ ID
+ 360
+ ImageID
+ 81
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{390, 2220}, {260, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 361
+ ImageID
+ 80
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{390, 2000}, {260, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 362
+ ImageID
+ 79
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{390, 1780}, {260, 30}}
+ Class
+ ShapedGraphic
+ ID
+ 363
+ ImageID
+ 77
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{390, 1560}, {260, 30}}
+ Class
+ ShapedGraphic
+ ID
+ 364
+ ImageID
+ 76
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{290, 2620}, {100, 50}}
Class
ShapedGraphic
FitText
@@ -471,22 +832,158 @@
Clip
FontInfo
- Color
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 365
+ Shape
+ Rectangle
+ Style
+
+ fill
- b
- 0
- g
- 0
- r
- 0
+ Draws
+ NO
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 9.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 2620}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
Font
Helvetica-Bold
Size
- 18
+ 14
ID
- 123
+ 366
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Combustion Engine}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 2670}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 367
+ ImageID
+ 75
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 2780}, {160, 24}}
+ Class
+ ShapedGraphic
+ FontInfo
+
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
+ Font
+ HelveticaNeue-Bold
+ Size
+ 14
+
+ ID
+ 368
Shape
Rectangle
Style
@@ -512,38 +1009,29 @@
Pad
0
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
-\f0\b\fs36 \cf0 Quarry}
+\f0\b\fs28 \cf0 Crafting Table}
VerticalPad
0
TextPlacement
0
+ Wrap
+ NO
-
- ID
- 121
- Layer
- 0
-
-
- Class
- Group
- Graphics
-
Bounds
- {{870, 430}, {30, 180}}
+ {{730, 2620}, {160, 160}}
Class
ShapedGraphic
ID
- 118
+ 369
ImageID
- 24
+ 69
Shape
Rectangle
Style
@@ -565,114 +1053,37 @@
-
- Bounds
- {{700, 430}, {170, 180}}
- Class
- ShapedGraphic
- ID
- 119
- ImageID
- 23
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- ID
- 117
- Layer
- 0
-
-
- Bounds
- {{290, 420}, {620, 210}}
- Class
- ShapedGraphic
- ID
- 90
- Layer
- 0
- Shape
- Rectangle
- Style
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Class
- Group
- Graphics
-
-
- Bounds
- {{243, 334}, {12, 12}}
- Class
- ShapedGraphic
- ID
- 85
- Shape
- VerticalTriangle
- Style
-
- shadow
-
- Draws
- NO
-
-
-
AllowConnections
NO
AllowLabelDrop
+ AllowToConnect
+
Class
LineGraphic
ID
- 86
+ 370
Points
- {238.99999999999997, 330}
- {238.99999999999997, 350}
+ {290, 2600}
+ {1000, 2600}
Style
stroke
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
HeadArrow
0
- HopLines
-
- HopType
- 101
Legacy
TailArrow
@@ -682,18 +1093,2568 @@
Bounds
- {{120, 330}, {140, 20}}
+ {{290, 2400}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 371
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 8.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 2400}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 372
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Piston}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 2450}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 373
+ ImageID
+ 74
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 2560}, {160, 24}}
Class
ShapedGraphic
FontInfo
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
Font
- Geneva
+ HelveticaNeue-Bold
Size
- 12
+ 14
ID
- 87
+ 374
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs28 \cf0 Crafting Table}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+ Wrap
+ NO
+
+
+ Bounds
+ {{730, 2400}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 375
+ ImageID
+ 68
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 376
+ Points
+
+ {290, 2380}
+ {1000, 2380}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ Bounds
+ {{940, 2300}, {60, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
+ ID
+ 377
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs40 \cf0 x2}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{290, 2180}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 378
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 7.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 2180}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 379
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Iron Gear}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 2230}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 380
+ ImageID
+ 73
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 2340}, {160, 24}}
+ Class
+ ShapedGraphic
+ FontInfo
+
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
+ Font
+ HelveticaNeue-Bold
+ Size
+ 14
+
+ ID
+ 381
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs28 \cf0 Crafting Table}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+ Wrap
+ NO
+
+
+ Bounds
+ {{730, 2180}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 382
+ ImageID
+ 67
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 383
+ Points
+
+ {290, 2160}
+ {1000, 2160}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ Bounds
+ {{940, 2080}, {60, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
+ ID
+ 384
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs40 \cf0 x2}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{290, 1960}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 385
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 6.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 1960}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 386
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Stone Gear}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 2010}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 387
+ ImageID
+ 72
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 2120}, {160, 24}}
+ Class
+ ShapedGraphic
+ FontInfo
+
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
+ Font
+ HelveticaNeue-Bold
+ Size
+ 14
+
+ ID
+ 388
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs28 \cf0 Crafting Table}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+ Wrap
+ NO
+
+
+ Bounds
+ {{730, 1960}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 389
+ ImageID
+ 66
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 390
+ Points
+
+ {290, 1940}
+ {1000, 1940}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ Bounds
+ {{940, 1860}, {60, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
+ ID
+ 391
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs40 \cf0 x2}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{290, 1740}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 392
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 5.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 1740}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 393
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Wood Gear}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 1790}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 394
+ ImageID
+ 71
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 1900}, {160, 24}}
+ Class
+ ShapedGraphic
+ FontInfo
+
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
+ Font
+ HelveticaNeue-Bold
+ Size
+ 14
+
+ ID
+ 395
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs28 \cf0 Crafting Table}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+ Wrap
+ NO
+
+
+ Bounds
+ {{730, 1740}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 396
+ ImageID
+ 65
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 397
+ Points
+
+ {290, 1720}
+ {1000, 1720}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ Bounds
+ {{940, 1640}, {60, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
+ ID
+ 398
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs40 \cf0 x2}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{290, 1520}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 399
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 4.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 1520}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 400
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Stick}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 1570}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 401
+ ImageID
+ 70
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 1520}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 402
+ ImageID
+ 64
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 403
+ Points
+
+ {290, 1500}
+ {1000, 1500}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ Bounds
+ {{940, 1200}, {60, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
+ ID
+ 404
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs40 \cf0 x12}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 1420}, {60, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
+ ID
+ 405
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs40 \cf0 x2}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 1340}, {260, 30}}
+ Class
+ ShapedGraphic
+ ID
+ 406
+ ImageID
+ 63
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{290, 1300}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 407
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 3.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 1300}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 408
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Oak Wood Planks}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{940, 1350}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 409
+ ImageID
+ 62
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 1300}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 410
+ ImageID
+ 61
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 411
+ Points
+
+ {290, 1280}
+ {1000, 1280}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ Bounds
+ {{290, 1080}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 412
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 2.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{290, 860}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 413
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 1.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 1080}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 414
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Iron Ingot}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{390, 1120}, {260, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 415
+ ImageID
+ 60
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{940, 1130}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 416
+ ImageID
+ 58
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 1240}, {160, 24}}
+ Class
+ ShapedGraphic
+ FontInfo
+
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
+ Font
+ HelveticaNeue-Bold
+ Size
+ 14
+
+ ID
+ 417
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs28 \cf0 Furnace}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+ Wrap
+ NO
+
+
+ Bounds
+ {{730, 1080}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 418
+ ImageID
+ 57
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 419
+ Points
+
+ {290, 1060}
+ {1000, 1060}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ AllowConnections
+ NO
+ AllowLabelDrop
+
+ AllowToConnect
+
+ Class
+ LineGraphic
+ ID
+ 420
+ Points
+
+ {290, 840}
+ {1000, 840}
+
+ Style
+
+ stroke
+
+ Color
+
+ b
+ 0.696651
+ g
+ 0.696639
+ r
+ 0.69666
+
+ HeadArrow
+ 0
+ Legacy
+
+ TailArrow
+ 0
+
+
+
+
+ Bounds
+ {{390, 900}, {260, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 421
+ ImageID
+ 56
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{390, 860}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 422
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Glass}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{340, 740}, {260, 85}}
+ Class
+ ShapedGraphic
+ ID
+ 423
+ ImageID
+ 55
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{670, 740}, {259, 84}}
+ Class
+ ShapedGraphic
+ ID
+ 424
+ ImageID
+ 54
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{940, 910}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 425
+ ImageID
+ 59
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{730, 1020}, {160, 24}}
+ Class
+ ShapedGraphic
+ FontInfo
+
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
+ Font
+ HelveticaNeue-Bold
+ Size
+ 14
+
+ ID
+ 426
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red109\green109\blue109;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs28 \cf2 Furnace}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+ Wrap
+ NO
+
+
+ Bounds
+ {{730, 860}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 427
+ ImageID
+ 41
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{290, 700}, {710, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
+ ID
+ 428
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs40 \cf0 Raw Materials}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{270, 680}, {750, 2140}}
+ Class
+ ShapedGraphic
+ ID
+ 429
Shape
Rectangle
Style
@@ -705,8 +3666,47 @@
stroke
- CornerRadius
- 5
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{270, 650}, {750, 20}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 25
+
+ ID
+ 430
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
Text
@@ -714,25 +3714,27 @@
Align
0
Pad
- 10
+ 0
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Geneva;}
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-\f0\fs24 \cf0 6.2.6}
+\f0\fs50 \cf0 Crafting Plan}
+ VerticalPad
+ 0
ID
- 84
+ 358
Layer
0
Bounds
- {{290, 200}, {230, 20}}
+ {{270, 170}, {750, 20}}
Class
ShapedGraphic
FitText
@@ -780,26 +3782,28 @@
BAtzdHJlYW10eXBlZIHoA4QBQISEhBJOU0F0dHJpYnV0
ZWRTdHJpbmcAhIQITlNPYmplY3QAhZKEhIQITlNTdHJp
- bmcBlIQBKwxieSBTcGFjZVRvYWSGhAJpSQEMkoSEhAxO
- U0RpY3Rpb25hcnkAlIQBaQSShJaWEE5TUGFyYWdyYXBo
- U3R5bGWGkoSEhBBOU1BhcmFncmFwaFN0eWxlAJSEBEND
- QFMAAISEhAdOU0FycmF5AJSZAIaBIAqEBFszZl0OJIPN
- zEw9hpKElpYHTlNDb2xvcoaShISEB05TQ29sb3IAlIQB
- YwKEBGZmZmYAAAABhpKElpYGTlNGb250hpKEhIQGTlNG
- b250HpSZLIQFWzQ0Y10GAAAAJAAAAP/+SABlAGwAdgBl
- AHQAaQBjAGEALQBPAGIAbABpAHEAdQBlAIQBZgyfAJ8B
- nwCfAIaShJaWBk5TS2VyboaShISECE5TTnVtYmVyAISE
- B05TVmFsdWUAlIQBKoSEAWSnAIaGhg==
+ bmcBlIQBKw9mcm9tIEJ1aWxkY3JhZnSGhAJpSQEFkoSE
+ hAxOU0RpY3Rpb25hcnkAlIQBaQSShJaWEE5TUGFyYWdy
+ YXBoU3R5bGWGkoSEhBBOU1BhcmFncmFwaFN0eWxlAJSE
+ BENDQFMAAISEhAdOU0FycmF5AJSZAIaBIAqEBFszZl0O
+ JIPNzEw9hpKElpYHTlNDb2xvcoaShISEB05TQ29sb3IA
+ lIQBYwKEBGZmZmYAAAABhpKElpYGTlNGb250hpKEhIQG
+ TlNGb250HpSZLIQFWzQ0Y10GAAAAJAAAAP/+SABlAGwA
+ dgBlAHQAaQBjAGEALQBPAGIAbABpAHEAdQBlAIQBZgyf
+ AJ8BnwCfAIaShJaWBk5TS2VyboaShISECE5TTnVtYmVy
+ AISEB05TVmFsdWUAlIQBKoSEAWSnAIaGlwIKkoSYmQWS
+ hJaWC05TVW5kZXJsaW5lhpKEpqaEhAFxqAGGkqGSopKk
+ kqWSmZKakp6ShKCfAaAAAAEBhoaG
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red0\green0\blue255;}
\deftab720
\pard\pardeftab720\sl280
\f0\i\fs24 \cf2 \expnd0\expndtw0\kerning0
-by SpaceToad}
+from \cf3 \ul \ulc3 Buildcraft}
VerticalPad
0
@@ -808,307 +3812,7 @@ by SpaceToad}
Bounds
- {{120, 390}, {140, 20}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 78
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs28 \cf2 \ul \ulc2 Official Wiki}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{930, 160}, {120, 600}}
- Class
- ShapedGraphic
- ID
- 124
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Color
-
- b
- 0.999991
- g
- 0.999974
- r
- 1
-
-
-
-
-
- Bounds
- {{290, 366}, {620, 40}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- PressStart2P-Regular
- Size
- 20
-
- ID
- 71
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs40 \cf0 Recipes}
- VerticalPad
- 0
-
-
-
- Bounds
- {{120, 360}, {140, 20}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 70
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs28 \cf2 \ul \ulc2 Official Home Page}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{290, 236}, {620, 114}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 69
- Layer
- 0
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- RTFD
-
- BAtzdHJlYW10eXBlZIHoA4QBQISEhBJOU0F0dHJpYnV0
- ZWRTdHJpbmcAhIQITlNPYmplY3QAhZKEhIQITlNTdHJp
- bmcBlIQBK4GmAUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBh
- bWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQu
- IFByb2luIGFjIGVmZmljaXR1ciB0b3J0b3IuIE51bGxh
- IGVnZXQgbW9sZXN0aWUgbWV0dXMuIENyYXMgdnVscHV0
- YXRlIGZlbGlzIHV0IGxlY3R1cyBpYWN1bGlzLCBuZWMg
- aWFjdWxpcyBkdWkgYXVjdG9yLiBTZWQgbmlzbCBuaXNs
- LCBmZXVnaWF0IG1vbGxpcyBlbGl0IHZlbCwgZ3Jhdmlk
- YSBldWlzbW9kIGVzdC4gVml2YW11cyBwb3J0dGl0b3Ig
- dGVtcHVzIGV1aXNtb2QuIFByb2luIGF0IGNvbmRpbWVu
- dHVtIG5pYmguIFZlc3RpYnVsdW0gYW50ZSBpcHN1bSBw
- cmltaXMgaW4gZmF1Y2lidXMgb3JjaSBsdWN0dXMgZXQg
- dWx0cmljZXMgcG9zdWVyZSBjdWJpbGlhIEN1cmFlOyBW
- ZXN0aWJ1bHVtIGVmZmljaXR1ciB1bHRyaWNlcyBjb21t
- b2RvhoQCaUkBgaYBkoSEhAxOU0RpY3Rpb25hcnkAlIQB
- aQSShJaWEE5TUGFyYWdyYXBoU3R5bGWGkoSEhBBOU1Bh
- cmFncmFwaFN0eWxlAJSEBENDQFMAAISEhAdOU0FycmF5
- AJSZAIaBIAqEBFszZl0OJIPNzEw9hpKElpYHTlNDb2xv
- coaShISEB05TQ29sb3IAlIQBYwKEBGZmZmYAAAABhpKE
- lpYGTlNGb250hpKEhIQGTlNGb250HpSZHIQFWzI4Y10G
- AAAAFAAAAP/+SABlAGwAdgBlAHQAaQBjAGEAhAFmDp8A
- nwGfAJ8AhpKElpYGTlNLZXJuhpKEhIQITlNOdW1iZXIA
- hIQHTlNWYWx1ZQCUhAEqhIQBZKcAhoaG
-
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
-\deftab720
-\pard\pardeftab720\sl280
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tortor. Nulla eget molestie metus. Cras vulputate felis ut lectus iaculis, nec iaculis dui auctor. Sed nisl nisl, feugiat mollis elit vel, gravida euismod est. Vivamus porttitor tempus euismod. Proin at condimentum nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vestibulum efficitur ultrices commodo}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{110, 450}, {160, 600}}
+ {{90, 310}, {160, 600}}
Class
ShapedGraphic
ID
@@ -1145,7 +3849,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Bounds
- {{290, 160}, {560, 40}}
+ {{270, 140}, {750, 20}}
Class
ShapedGraphic
FitText
@@ -1155,7 +3859,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
FontInfo
Font
- PressStart2P-Regular
+ Silkscreen
Size
30
@@ -1190,31 +3894,31 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Pad
0
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-\f0\fs60 \cf0 Buildcraft}
+\f0\fs60 \cf0 Combustion Engine}
VerticalPad
0
Bounds
- {{110, 160}, {160, 160}}
+ {{90, 130}, {160, 160}}
Class
ShapedGraphic
ID
66
ImageID
- 7
+ 32
Layer
0
ManualSizeImage
YES
- Offset
- {0.019323671920460469, -0}
+ Scale
+ 3
Shape
Rectangle
Style
@@ -1228,8 +3932,8 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
ImageSizing
0
- Offset
- {0.019323671920460469, -0}
+ Scale
+ 3
shadow
@@ -1245,82 +3949,331 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Bounds
- {{550.00000000000034, 650}, {90, 20}}
+ {{920, 2020}, {60, 20}}
Class
ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 20
+
ID
- 65
+ 299
Layer
1
Shape
- Bezier
- ShapeData
-
- UnitPoints
-
- {-0.5, -0.5}
- {-0.5, -0.5}
- {-0.50000000000000266, 0.5}
- {-0.38888888888889106, 0.5}
- {-0.27777777777777946, 0.5}
- {0.27777777777777413, 0.5}
- {0.38888888888888662, 0.5}
- {0.49999999999999645, 0.5}
- {0.5, -0.5}
- {0.5, -0.5}
- {0.5, -0.5}
- {-0.5, -0.5}
-
-
+ Rectangle
Style
fill
- Color
-
- a
- 0.5
- b
- 0.927772
- g
- 0.926136
- r
- 0.998236
-
+ Draws
+ NO
shadow
- Beneath
- YES
Draws
NO
- Fuzziness
- 0.90361613035202026
- ShadowVector
- {1, 1}
stroke
- Color
-
- b
- 0.690196
- g
- 0.690196
- r
- 0.690196
-
+ Draws
+ NO
Text
+ Pad
+ 0
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Geneva;}
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
-\f0\fs18 \cf0 see more}
+\f0\fs40 \cf0 x2}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{370, 1940}, {260, 30}}
+ Class
+ ShapedGraphic
+ ID
+ 298
+ ImageID
+ 63
+ Layer
+ 1
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{270, 1900}, {100, 50}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Silkscreen
+ Size
+ 55
+
+ ID
+ 297
+ Layer
+ 1
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs110 \cf0 3.}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{370, 1900}, {330, 30}}
+ Class
+ ShapedGraphic
+ FitText
+ Clip
+ Flow
+ Clip
+ FontInfo
+
+ Font
+ Helvetica-Bold
+ Size
+ 14
+
+ ID
+ 296
+ Layer
+ 1
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Align
+ 0
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs50 \cf0 Oak Wood Planks}
+ VerticalPad
+ 0
+
+
+
+ Bounds
+ {{920, 1950}, {60, 60}}
+ Class
+ ShapedGraphic
+ ID
+ 295
+ ImageID
+ 62
+ Layer
+ 1
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+
+
+ Bounds
+ {{710, 2060}, {160, 24}}
+ Class
+ ShapedGraphic
+ FontInfo
+
+ Color
+
+ b
+ 0.427451
+ g
+ 0.427451
+ r
+ 0.427451
+
+ Font
+ HelveticaNeue-Bold
+ Size
+ 14
+
+ ID
+ 294
+ Layer
+ 1
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
+
+ Text
+
+ Pad
+ 0
+ Text
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs28 \cf0 Furnace}
+ VerticalPad
+ 0
+
+ TextPlacement
+ 0
+ Wrap
+ NO
+
+
+ Bounds
+ {{710, 1900}, {160, 160}}
+ Class
+ ShapedGraphic
+ ID
+ 293
+ ImageID
+ 61
+ Layer
+ 1
+ Shape
+ Rectangle
+ Style
+
+ fill
+
+ Draws
+ NO
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
@@ -1328,45 +4281,34 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
NO
AllowLabelDrop
+ AllowToConnect
+
Class
LineGraphic
ID
- 64
+ 292
Layer
1
Points
- {290, 650}
- {910, 650}
+ {270, 1880}
+ {980, 1880}
Style
- shadow
-
- Beneath
- YES
- Fuzziness
- 0.90361613035202026
- ShadowVector
- {1, 1}
-
stroke
Color
b
- 0.693074
+ 0.696651
g
- 0.693063
+ 0.696639
r
- 0.693083
+ 0.69666
HeadArrow
0
- HopLines
-
- HopType
- 101
Legacy
TailArrow
@@ -1381,175 +4323,64 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Bounds
- {{243, 364}, {12, 12}}
+ {{80, 3078}, {960, 32}}
Class
ShapedGraphic
ID
- 60
- Shape
- VerticalTriangle
- Style
-
- shadow
-
- Draws
- NO
-
-
-
-
- AllowConnections
- NO
- AllowLabelDrop
-
- Class
- LineGraphic
- ID
- 61
- Points
-
- {238.99999999999997, 360}
- {238.99999999999997, 380}
-
- Style
-
- stroke
-
- HeadArrow
- 0
- HopLines
-
- HopType
- 101
- Legacy
-
- TailArrow
- 0
-
-
-
-
- Bounds
- {{120, 360}, {140, 20}}
- Class
- ShapedGraphic
- FontInfo
-
- Font
- Geneva
- Size
- 12
-
- ID
- 62
+ 246
+ ImageID
+ 6
Shape
Rectangle
Style
+ fill
+
+ Draws
+ NO
+
+ image fill
+
+ ImageSizing
+ 2
+
shadow
Draws
NO
stroke
-
- CornerRadius
- 5
-
-
- Text
-
- Align
- 0
- Pad
- 10
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Geneva;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs24 \cf0 6.2.6}
-
-
-
- ID
- 59
- Layer
- 1
-
-
- Class
- Group
- Graphics
-
-
- Bounds
- {{243, 334}, {12, 12}}
- Class
- ShapedGraphic
- ID
- 56
- Shape
- VerticalTriangle
- Style
-
- shadow
Draws
NO
-
-
- AllowConnections
- NO
- AllowLabelDrop
-
- Class
- LineGraphic
- ID
- 57
- Points
-
- {238.99999999999997, 330}
- {238.99999999999997, 350}
-
- Style
-
- stroke
-
- HeadArrow
- 0
- HopLines
-
- HopType
- 101
- Legacy
-
- TailArrow
- 0
-
-
+ TiledImage
+ YES
Bounds
- {{120, 330}, {140, 20}}
+ {{80, 2846}, {960, 32}}
Class
ShapedGraphic
- FontInfo
-
- Font
- Geneva
- Size
- 12
-
ID
- 58
+ 247
+ ImageID
+ 5
Shape
Rectangle
Style
+ fill
+
+ Draws
+ NO
+
+ image fill
+
+ ImageSizing
+ 2
+
shadow
Draws
@@ -1557,34 +4388,57 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
stroke
- CornerRadius
- 5
+ Draws
+ NO
- Text
+ TiledImage
+ YES
+
+
+ Bounds
+ {{80, 2848}, {960, 260}}
+ Class
+ ShapedGraphic
+ ID
+ 248
+ Shape
+ Rectangle
+ Style
- Align
- 0
- Pad
- 10
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Geneva;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs24 \cf0 Minecraft 1.6.4}
+ fill
+
+ Color
+
+ b
+ 0.0352941
+ g
+ 0.0862745
+ r
+ 0.184314
+
+
+ shadow
+
+ Draws
+ NO
+
+ stroke
+
+ Draws
+ NO
+
ID
- 55
+ 245
Layer
1
Bounds
- {{290, 200}, {230, 20}}
+ {{128, 40}, {912, 48}}
Class
ShapedGraphic
FitText
@@ -1594,858 +4448,14 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
FontInfo
Font
- Helvetica-Oblique
+ Silkscreen
Size
- 12
-
- ID
- 38
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- RTFD
-
- BAtzdHJlYW10eXBlZIHoA4QBQISEhBJOU0F0dHJpYnV0
- ZWRTdHJpbmcAhIQITlNPYmplY3QAhZKEhIQITlNTdHJp
- bmcBlIQBKwxieSBTcGFjZVRvYWSGhAJpSQEMkoSEhAxO
- U0RpY3Rpb25hcnkAlIQBaQSShJaWEE5TUGFyYWdyYXBo
- U3R5bGWGkoSEhBBOU1BhcmFncmFwaFN0eWxlAJSEBEND
- QFMAAISEhAdOU0FycmF5AJSZAIaBIAqEBFszZl0OJIPN
- zEw9hpKElpYHTlNDb2xvcoaShISEB05TQ29sb3IAlIQB
- YwKEBGZmZmYAAAABhpKElpYGTlNGb250hpKEhIQGTlNG
- b250HpSZLIQFWzQ0Y10GAAAAJAAAAP/+SABlAGwAdgBl
- AHQAaQBjAGEALQBPAGIAbABpAHEAdQBlAIQBZgyfAJ8B
- nwCfAIaShJaWBk5TS2VyboaShISECE5TTnVtYmVyAISE
- B05TVmFsdWUAlIQBKoSEAWSnAIaGhg==
-
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
-\deftab720
-\pard\pardeftab720\sl280
-
-\f0\i\fs24 \cf2 \expnd0\expndtw0\kerning0
-by SpaceToad}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{120, 420}, {140, 20}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 37
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs28 \cf2 \ul \ulc2 Official Wiki}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{930, 770}, {120, 460}}
- Class
- ShapedGraphic
- ID
- 34
- ImageID
- 14
- Layer
- 1
- ManualSizeImage
- YES
- Offset
- {0, -0.11999999731779099}
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- image fill
-
- ImageSizing
- 0
- Offset
- {0, -0.11999999731779099}
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{930, 160}, {120, 600}}
- Class
- ShapedGraphic
- ID
- 33
- ImageID
- 13
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{610, 610}, {300, 30}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 32
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\deftab720
-\pard\pardeftab720\sl280
-
-\f0\b\fs28 \cf2 \expnd0\expndtw0\kerning0
-BuildCraft 6.1 Preview: Knight, Farmer, Har...}
-
- TextPlacement
- 0
-
-
- Bounds
- {{290, 610}, {300, 30}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 31
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\deftab720
-\pard\pardeftab720\sl280
-
-\f0\b\fs28 \cf2 \expnd0\expndtw0\kerning0
-BuildCraft 6.1 Preview: More Robots!}
-
- TextPlacement
- 0
-
-
- Bounds
- {{610, 410}, {300, 200}}
- Class
- ShapedGraphic
- ID
- 29
- ImageID
- 11
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{290, 409}, {300, 200}}
- Class
- ShapedGraphic
- ID
- 30
- ImageID
- 11
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{290, 366}, {620, 40}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- PressStart2P-Regular
- Size
- 20
-
- ID
- 23
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs40 \cf0 Videos}
- VerticalPad
- 0
-
-
-
- Bounds
- {{120, 390}, {140, 20}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 20
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs28 \cf2 \ul \ulc2 Official Home Page}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{290, 236}, {620, 114}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- Helvetica
- Size
- 14
-
- ID
- 18
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- RTFD
-
- BAtzdHJlYW10eXBlZIHoA4QBQISEhBJOU0F0dHJpYnV0
- ZWRTdHJpbmcAhIQITlNPYmplY3QAhZKEhIQITlNTdHJp
- bmcBlIQBK4GmAUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBh
- bWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQu
- IFByb2luIGFjIGVmZmljaXR1ciB0b3J0b3IuIE51bGxh
- IGVnZXQgbW9sZXN0aWUgbWV0dXMuIENyYXMgdnVscHV0
- YXRlIGZlbGlzIHV0IGxlY3R1cyBpYWN1bGlzLCBuZWMg
- aWFjdWxpcyBkdWkgYXVjdG9yLiBTZWQgbmlzbCBuaXNs
- LCBmZXVnaWF0IG1vbGxpcyBlbGl0IHZlbCwgZ3Jhdmlk
- YSBldWlzbW9kIGVzdC4gVml2YW11cyBwb3J0dGl0b3Ig
- dGVtcHVzIGV1aXNtb2QuIFByb2luIGF0IGNvbmRpbWVu
- dHVtIG5pYmguIFZlc3RpYnVsdW0gYW50ZSBpcHN1bSBw
- cmltaXMgaW4gZmF1Y2lidXMgb3JjaSBsdWN0dXMgZXQg
- dWx0cmljZXMgcG9zdWVyZSBjdWJpbGlhIEN1cmFlOyBW
- ZXN0aWJ1bHVtIGVmZmljaXR1ciB1bHRyaWNlcyBjb21t
- b2RvhoQCaUkBgaYBkoSEhAxOU0RpY3Rpb25hcnkAlIQB
- aQWShJaWBk5TRm9udIaShISEBk5TRm9udB6UmRyEBVsy
- OGNdBgAAABQAAAD//kgAZQBsAHYAZQB0AGkAYwBhAIQB
- Zg6EAWMAnQGdAJ0AhpKElpYGTlNLZXJuhpKEhIQITlNO
- dW1iZXIAhIQHTlNWYWx1ZQCUhAEqhIQBZKEAhpKElpYH
- TlNDb2xvcoaShISEB05TQ29sb3IAlJ0ChARmZmZmAAAA
- AYaShJaWEE5TUGFyYWdyYXBoU3R5bGWGkoSEhBBOU1Bh
- cmFncmFwaFN0eWxlAJSEBENDQFMAAISEhAdOU0FycmF5
- AJSZAIaBIAqEBFszZl0OJIPNzEw9hpKElpYNTlNTdHJv
- a2VDb2xvcoaShKOdA4QCZmYAAYaGhg==
-
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
-\deftab720
-\pard\pardeftab720\sl280
-
-\f0\fs28 \cf2 \expnd0\expndtw0\kerning0
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tortor. Nulla eget molestie metus. Cras vulputate felis ut lectus iaculis, nec iaculis dui auctor. Sed nisl nisl, feugiat mollis elit vel, gravida euismod est. Vivamus porttitor tempus euismod. Proin at condimentum nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vestibulum efficitur ultrices commodo}
- VerticalPad
- 0
-
- TextPlacement
- 0
-
-
- Bounds
- {{110, 630}, {160, 600}}
- Class
- ShapedGraphic
- ID
- 17
- ImageID
- 9
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{290, 160}, {560, 40}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- PressStart2P-Regular
- Size
- 30
-
- ID
- 14
- Layer
- 1
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- Text
-
- Align
- 0
- Pad
- 0
- Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-
-\f0\fs60 \cf0 Buildcraft}
- VerticalPad
- 0
-
-
-
- Bounds
- {{110, 160}, {160, 160}}
- Class
- ShapedGraphic
- ID
- 13
- ImageID
- 7
- Layer
- 1
- ManualSizeImage
- YES
- Offset
- {0.01932367192046051, -0}
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- image fill
-
- ImageSizing
- 0
- Offset
- {0.01932367192046051, -0}
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{100, 1468}, {960, 32}}
- Class
- ShapedGraphic
- ID
- 11
- ImageID
- 6
- Layer
- 2
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- image fill
-
- ImageSizing
- 2
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- TiledImage
- YES
-
-
- Bounds
- {{100, 1268}, {960, 200}}
- Class
- ShapedGraphic
- ID
- 10
- Layer
- 2
- Shape
- Rectangle
- Style
-
- fill
-
- Color
-
- b
- 0.0352941
- g
- 0.0862745
- r
- 0.184314
-
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
-
-
- Bounds
- {{100, 1238}, {960, 32}}
- Class
- ShapedGraphic
- ID
- 9
- ImageID
- 5
- Layer
- 2
- Shape
- Rectangle
- Style
-
- fill
-
- Draws
- NO
-
- image fill
-
- ImageSizing
- 2
-
- shadow
-
- Draws
- NO
-
- stroke
-
- Draws
- NO
-
-
- TiledImage
- YES
-
-
- Bounds
- {{170, 50}, {440, 70}}
- Class
- ShapedGraphic
- FitText
- Clip
- Flow
- Clip
- FontInfo
-
- Font
- PressStart2P-Regular
- Size
- 30
+ 40
ID
8
Layer
- 2
+ 1
Shape
Rectangle
Style
@@ -2473,12 +4483,12 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Pad
10
Text
- {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
-\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+ {\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Silkscreen;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
-\f0\fs60 \cf0 Crafting Guide}
+\f0\fs80 \cf0 Crafting Guide for Minecraft}
VerticalPad
0
@@ -2487,7 +4497,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Bounds
- {{100, 120}, {960, 32}}
+ {{80, 88}, {960, 32}}
Class
ShapedGraphic
ID
@@ -2495,7 +4505,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
ImageID
3
Layer
- 2
+ 1
Shape
Rectangle
Style
@@ -2526,7 +4536,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Bounds
- {{70, 20}, {100, 100}}
+ {{64, 24}, {64, 64}}
Class
ShapedGraphic
ID
@@ -2534,7 +4544,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
ImageID
2
Layer
- 2
+ 1
Shape
Rectangle
Style
@@ -2558,28 +4568,45 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Bounds
- {{100, 50}, {960, 100}}
+ {{80, 40}, {960, 48}}
Class
ShapedGraphic
+ HFlip
+ YES
ID
- 7
- ImageID
- 4
+ 168
Layer
- 2
+ 1
+ Magnets
+
+ {-0.59628479784302701, -1.1925696134567261}
+ {1.9868215517249155e-08, -1.3333333730697632}
+ {0.59628487781105122, -1.1925696134567261}
+ {1.1925696134567261, -0.59628480672836304}
+ {1.3333333730697632, 1.5894572413799324e-07}
+ {1.1925696134567261, 0.59628473564567486}
+ {0.59628465308492196, 1.1925697326660156}
+ {0, 1.3333333730697632}
+ {-0.5962849488937394, 1.1925696134567261}
+ {-1.1925697326660156, 0.5962844398368361}
+ {-1.3333333730697632, -6.3578289655197295e-07}
+ {-1.1925696134567261, -0.59628480672836304}
+
Shape
Rectangle
Style
fill
- Draws
- NO
-
- image fill
-
- ImageSizing
- 2
+ Color
+
+ b
+ 0.756863
+ g
+ 0.756863
+ r
+ 0.756863
+
shadow
@@ -2592,18 +4619,16 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
NO
- TiledImage
- YES
Bounds
- {{100, 50}, {960, 1450}}
+ {{80, 40}, {960, 3070}}
Class
ShapedGraphic
ID
3
Layer
- 2
+ 1
Shape
Rectangle
Style
@@ -2649,7 +4674,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
Bounds
- {{0, 0}, {1160, 1500}}
+ {{0, 0}, {1160, 3150}}
Class
ShapedGraphic
ID
@@ -2657,7 +4682,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
ImageID
1
Layer
- 2
+ 1
Shape
Rectangle
Style
@@ -2693,8 +4718,6 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
10
MajorGridSpacing
10
- ShowsGrid
- YES
SnapsToGrid
YES
@@ -2705,7 +4728,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
HPages
3
ImageCounter
- 32
+ 86
ImageLinkBack
@@ -2727,25 +4750,65 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ImageList
- image31.png
- image30.tiff
- image29.tiff
- image28.tiff
- image27.tiff
- image25.png
- image24.tiff
- image23.tiff
- image14.tiff
- image13.tiff
- image11.tiff
- image9.tiff
- image7.tiff
+ image85.tiff
+ image82.tiff
+ image81.tiff
+ image80.tiff
+ image79.tiff
+ image77.tiff
+ image76.tiff
+ image75.tiff
+ image74.tiff
+ image73.tiff
+ image72.tiff
+ image71.tiff
+ image70.tiff
+ image69.tiff
+ image68.tiff
+ image67.tiff
+ image66.tiff
+ image65.tiff
+ image64.tiff
+ image63.tiff
+ image62.tiff
+ image61.tiff
+ image60.tiff
+ image59.tiff
+ image58.tiff
+ image57.tiff
+ image56.tiff
+ image55.tiff
+ image54.tiff
+ image48.tiff
+ image47.tiff
+ image46.tiff
+ image41.tiff
+ image32.tiff
image6.png
image5.png
- image4.png
image3.png
image2.png
image1.png
@@ -2764,16 +4827,6 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
View
YES
-
- Lock
- YES
- Name
- long term
- Print
- YES
- View
- NO
-
Lock
YES
@@ -2807,7 +4860,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
MasterSheets
ModificationDate
- 2015-01-28 21:33:51 +0000
+ 2015-02-04 02:42:13 +0000
Modifier
Andrew Miner
NotesVisible
@@ -2865,17 +4918,17 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
RowSpacing
36
SheetTitle
- Canvas 1
+ Item Page
SmartAlignmentGuidesActive
YES
SmartDistanceGuidesActive
- YES
+ NO
UniqueID
- 1
+ 2
UseEntirePage
VPages
- 3
+ 5
WindowInfo
CurrentSheet
@@ -2884,9 +4937,11 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
name
- Canvas 1
+ Item Page
+ Frame
+ {{250, 0}, {1342, 1417}}
ListView
OutlineWidth
@@ -2899,14 +4954,16 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac efficitur tort
SidebarWidth
168
+ VisibleRegion
+ {{3.0303030011118977, 0}, {1156.5656454243742, 1272.7272604669972}}
Zoom
- 1
+ 0.99000000953674316
ZoomValues
- Canvas 1
+ Item Page
+ 0.99000000953674316
1
- 2
diff --git a/src/design/pages.graffle/image11.tiff b/src/design/pages.graffle/image11.tiff
deleted file mode 100644
index 6aa1b7d3b..000000000
Binary files a/src/design/pages.graffle/image11.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image13.tiff b/src/design/pages.graffle/image13.tiff
deleted file mode 100644
index eac8bb14f..000000000
Binary files a/src/design/pages.graffle/image13.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image14.tiff b/src/design/pages.graffle/image14.tiff
deleted file mode 100644
index 8548ff23a..000000000
Binary files a/src/design/pages.graffle/image14.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image23.tiff b/src/design/pages.graffle/image23.tiff
deleted file mode 100644
index 0411e081c..000000000
Binary files a/src/design/pages.graffle/image23.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image24.tiff b/src/design/pages.graffle/image24.tiff
deleted file mode 100644
index cb2228ed9..000000000
Binary files a/src/design/pages.graffle/image24.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image25.png b/src/design/pages.graffle/image25.png
deleted file mode 100644
index 6beec8fb4..000000000
Binary files a/src/design/pages.graffle/image25.png and /dev/null differ
diff --git a/src/design/pages.graffle/image27.tiff b/src/design/pages.graffle/image27.tiff
deleted file mode 100644
index 02b11f1ce..000000000
Binary files a/src/design/pages.graffle/image27.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image28.tiff b/src/design/pages.graffle/image28.tiff
deleted file mode 100644
index b52a52179..000000000
Binary files a/src/design/pages.graffle/image28.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image29.tiff b/src/design/pages.graffle/image29.tiff
deleted file mode 100644
index 89c48dc86..000000000
Binary files a/src/design/pages.graffle/image29.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image30.tiff b/src/design/pages.graffle/image30.tiff
deleted file mode 100644
index 23b2321dd..000000000
Binary files a/src/design/pages.graffle/image30.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image31.png b/src/design/pages.graffle/image31.png
deleted file mode 100644
index 19bc3bce4..000000000
Binary files a/src/design/pages.graffle/image31.png and /dev/null differ
diff --git a/src/design/pages.graffle/image32.tiff b/src/design/pages.graffle/image32.tiff
new file mode 100644
index 000000000..18649296a
Binary files /dev/null and b/src/design/pages.graffle/image32.tiff differ
diff --git a/src/design/pages.graffle/image4.png b/src/design/pages.graffle/image4.png
deleted file mode 100644
index aac7c0ee6..000000000
Binary files a/src/design/pages.graffle/image4.png and /dev/null differ
diff --git a/src/design/pages.graffle/image41.tiff b/src/design/pages.graffle/image41.tiff
new file mode 100644
index 000000000..99a44009b
Binary files /dev/null and b/src/design/pages.graffle/image41.tiff differ
diff --git a/src/design/pages.graffle/image46.tiff b/src/design/pages.graffle/image46.tiff
new file mode 100644
index 000000000..e1df24d79
Binary files /dev/null and b/src/design/pages.graffle/image46.tiff differ
diff --git a/src/design/pages.graffle/image47.tiff b/src/design/pages.graffle/image47.tiff
new file mode 100644
index 000000000..fed7838b8
Binary files /dev/null and b/src/design/pages.graffle/image47.tiff differ
diff --git a/src/design/pages.graffle/image48.tiff b/src/design/pages.graffle/image48.tiff
new file mode 100644
index 000000000..10c7a46d7
Binary files /dev/null and b/src/design/pages.graffle/image48.tiff differ
diff --git a/src/design/pages.graffle/image54.tiff b/src/design/pages.graffle/image54.tiff
new file mode 100644
index 000000000..1dcfd25dd
Binary files /dev/null and b/src/design/pages.graffle/image54.tiff differ
diff --git a/src/design/pages.graffle/image55.tiff b/src/design/pages.graffle/image55.tiff
new file mode 100644
index 000000000..359a056ab
Binary files /dev/null and b/src/design/pages.graffle/image55.tiff differ
diff --git a/src/design/pages.graffle/image56.tiff b/src/design/pages.graffle/image56.tiff
new file mode 100644
index 000000000..0cbca03f6
Binary files /dev/null and b/src/design/pages.graffle/image56.tiff differ
diff --git a/src/design/pages.graffle/image57.tiff b/src/design/pages.graffle/image57.tiff
new file mode 100644
index 000000000..5089942b2
Binary files /dev/null and b/src/design/pages.graffle/image57.tiff differ
diff --git a/src/design/pages.graffle/image58.tiff b/src/design/pages.graffle/image58.tiff
new file mode 100644
index 000000000..d2e2ef327
Binary files /dev/null and b/src/design/pages.graffle/image58.tiff differ
diff --git a/src/design/pages.graffle/image59.tiff b/src/design/pages.graffle/image59.tiff
new file mode 100644
index 000000000..f3006e50f
Binary files /dev/null and b/src/design/pages.graffle/image59.tiff differ
diff --git a/src/design/pages.graffle/image60.tiff b/src/design/pages.graffle/image60.tiff
new file mode 100644
index 000000000..51af1a80d
Binary files /dev/null and b/src/design/pages.graffle/image60.tiff differ
diff --git a/src/design/pages.graffle/image61.tiff b/src/design/pages.graffle/image61.tiff
new file mode 100644
index 000000000..2a689ba34
Binary files /dev/null and b/src/design/pages.graffle/image61.tiff differ
diff --git a/src/design/pages.graffle/image62.tiff b/src/design/pages.graffle/image62.tiff
new file mode 100644
index 000000000..86384cca7
Binary files /dev/null and b/src/design/pages.graffle/image62.tiff differ
diff --git a/src/design/pages.graffle/image63.tiff b/src/design/pages.graffle/image63.tiff
new file mode 100644
index 000000000..586ecc6d9
Binary files /dev/null and b/src/design/pages.graffle/image63.tiff differ
diff --git a/src/design/pages.graffle/image64.tiff b/src/design/pages.graffle/image64.tiff
new file mode 100644
index 000000000..c56578864
Binary files /dev/null and b/src/design/pages.graffle/image64.tiff differ
diff --git a/src/design/pages.graffle/image65.tiff b/src/design/pages.graffle/image65.tiff
new file mode 100644
index 000000000..996157190
Binary files /dev/null and b/src/design/pages.graffle/image65.tiff differ
diff --git a/src/design/pages.graffle/image66.tiff b/src/design/pages.graffle/image66.tiff
new file mode 100644
index 000000000..dbb4ab467
Binary files /dev/null and b/src/design/pages.graffle/image66.tiff differ
diff --git a/src/design/pages.graffle/image67.tiff b/src/design/pages.graffle/image67.tiff
new file mode 100644
index 000000000..0769e38c8
Binary files /dev/null and b/src/design/pages.graffle/image67.tiff differ
diff --git a/src/design/pages.graffle/image68.tiff b/src/design/pages.graffle/image68.tiff
new file mode 100644
index 000000000..2a9b56df0
Binary files /dev/null and b/src/design/pages.graffle/image68.tiff differ
diff --git a/src/design/pages.graffle/image69.tiff b/src/design/pages.graffle/image69.tiff
new file mode 100644
index 000000000..c3c0e3aae
Binary files /dev/null and b/src/design/pages.graffle/image69.tiff differ
diff --git a/src/design/pages.graffle/image7.tiff b/src/design/pages.graffle/image7.tiff
deleted file mode 100644
index 2d526495c..000000000
Binary files a/src/design/pages.graffle/image7.tiff and /dev/null differ
diff --git a/src/design/pages.graffle/image70.tiff b/src/design/pages.graffle/image70.tiff
new file mode 100644
index 000000000..6c08d0124
Binary files /dev/null and b/src/design/pages.graffle/image70.tiff differ
diff --git a/src/design/pages.graffle/image71.tiff b/src/design/pages.graffle/image71.tiff
new file mode 100644
index 000000000..958826e0e
Binary files /dev/null and b/src/design/pages.graffle/image71.tiff differ
diff --git a/src/design/pages.graffle/image72.tiff b/src/design/pages.graffle/image72.tiff
new file mode 100644
index 000000000..8dbd5cb28
Binary files /dev/null and b/src/design/pages.graffle/image72.tiff differ
diff --git a/src/design/pages.graffle/image73.tiff b/src/design/pages.graffle/image73.tiff
new file mode 100644
index 000000000..721d18123
Binary files /dev/null and b/src/design/pages.graffle/image73.tiff differ
diff --git a/src/design/pages.graffle/image74.tiff b/src/design/pages.graffle/image74.tiff
new file mode 100644
index 000000000..0e29c2e3f
Binary files /dev/null and b/src/design/pages.graffle/image74.tiff differ
diff --git a/src/design/pages.graffle/image75.tiff b/src/design/pages.graffle/image75.tiff
new file mode 100644
index 000000000..506fb13af
Binary files /dev/null and b/src/design/pages.graffle/image75.tiff differ
diff --git a/src/design/pages.graffle/image76.tiff b/src/design/pages.graffle/image76.tiff
new file mode 100644
index 000000000..72b67ce93
Binary files /dev/null and b/src/design/pages.graffle/image76.tiff differ
diff --git a/src/design/pages.graffle/image77.tiff b/src/design/pages.graffle/image77.tiff
new file mode 100644
index 000000000..1469bc4a5
Binary files /dev/null and b/src/design/pages.graffle/image77.tiff differ
diff --git a/src/design/pages.graffle/image79.tiff b/src/design/pages.graffle/image79.tiff
new file mode 100644
index 000000000..782f293a3
Binary files /dev/null and b/src/design/pages.graffle/image79.tiff differ
diff --git a/src/design/pages.graffle/image80.tiff b/src/design/pages.graffle/image80.tiff
new file mode 100644
index 000000000..d85c0fd69
Binary files /dev/null and b/src/design/pages.graffle/image80.tiff differ
diff --git a/src/design/pages.graffle/image81.tiff b/src/design/pages.graffle/image81.tiff
new file mode 100644
index 000000000..b5ad3389a
Binary files /dev/null and b/src/design/pages.graffle/image81.tiff differ
diff --git a/src/design/pages.graffle/image82.tiff b/src/design/pages.graffle/image82.tiff
new file mode 100644
index 000000000..7ce244b3a
Binary files /dev/null and b/src/design/pages.graffle/image82.tiff differ
diff --git a/src/design/pages.graffle/image85.tiff b/src/design/pages.graffle/image85.tiff
new file mode 100644
index 000000000..c65243dd7
Binary files /dev/null and b/src/design/pages.graffle/image85.tiff differ
diff --git a/src/design/pages.graffle/image9.tiff b/src/design/pages.graffle/image9.tiff
deleted file mode 100644
index 5d89beeac..000000000
Binary files a/src/design/pages.graffle/image9.tiff and /dev/null differ
diff --git a/src/pages/robots.txt b/src/pages/robots.txt
new file mode 100644
index 000000000..b894e96be
--- /dev/null
+++ b/src/pages/robots.txt
@@ -0,0 +1 @@
+Sitemap: http://crafting-guide.com/sitemap.txt
diff --git a/src/pages/sitemap.txt b/src/pages/sitemap.txt
new file mode 100644
index 000000000..219ba493a
--- /dev/null
+++ b/src/pages/sitemap.txt
@@ -0,0 +1,1464 @@
+http://crafting-guide.com
+http://crafting-guide.com/mod/applied_energistics_2
+http://crafting-guide.com/mod/buildcraft
+http://crafting-guide.com/mod/enderio
+http://crafting-guide.com/mod/industrial_craft_2
+http://crafting-guide.com/mod/minecraft
+http://crafting-guide.com/mod/thermal_expansion
+http://crafting-guide.com/item/1000mb_blazing_pyrotheum
+http://crafting-guide.com/item/1000mb_destabilized_redstone
+http://crafting-guide.com/item/1000mb_energized_glowstone
+http://crafting-guide.com/item/1000mb_gelid_cryotheum
+http://crafting-guide.com/item/1000mb_liquifacted_coal
+http://crafting-guide.com/item/1000mb_primal_mana
+http://crafting-guide.com/item/1000mb_resonant_ender
+http://crafting-guide.com/item/10k_coolant_cell
+http://crafting-guide.com/item/128_spatial_component
+http://crafting-guide.com/item/128_spatial_storage_cell
+http://crafting-guide.com/item/16_spatial_component
+http://crafting-guide.com/item/16_spatial_storage_cell
+http://crafting-guide.com/item/16k_crafting_storage
+http://crafting-guide.com/item/16k_me_storage_cell
+http://crafting-guide.com/item/16k_me_storage_component
+http://crafting-guide.com/item/1k_crafting_storage
+http://crafting-guide.com/item/1k_me_storage_cell
+http://crafting-guide.com/item/1k_me_storage_component
+http://crafting-guide.com/item/2_spatial_component
+http://crafting-guide.com/item/2_spatial_storage_cell
+http://crafting-guide.com/item/2x_ins_gold_cable
+http://crafting-guide.com/item/2x_ins_hv_cable
+http://crafting-guide.com/item/30k_coolant_cell
+http://crafting-guide.com/item/4k_crafting_storage
+http://crafting-guide.com/item/4k_me_storage_cell
+http://crafting-guide.com/item/4k_me_storage_component
+http://crafting-guide.com/item/4x_ins_hv_cable
+http://crafting-guide.com/item/500mb_blazing_pyrotheum
+http://crafting-guide.com/item/500mb_destabilized_redstone
+http://crafting-guide.com/item/500mb_gelid_cryotheum
+http://crafting-guide.com/item/500mb_liquifacted_coal
+http://crafting-guide.com/item/60k_coolant_cell
+http://crafting-guide.com/item/64k_crafting_storage
+http://crafting-guide.com/item/64k_me_storage_cell
+http://crafting-guide.com/item/64k_me_storage_component
+http://crafting-guide.com/item/acacia_wood_planks
+http://crafting-guide.com/item/acacia_wood_slab
+http://crafting-guide.com/item/acacia_wood_stairs
+http://crafting-guide.com/item/acceleration_card
+http://crafting-guide.com/item/activator_rail
+http://crafting-guide.com/item/advanced_alloy
+http://crafting-guide.com/item/advanced_batpack
+http://crafting-guide.com/item/advanced_card
+http://crafting-guide.com/item/advanced_circuit
+http://crafting-guide.com/item/advanced_crafting_table
+http://crafting-guide.com/item/advanced_heat_exchanger
+http://crafting-guide.com/item/advanced_heat_vent
+http://crafting-guide.com/item/advanced_item_filter
+http://crafting-guide.com/item/advanced_machine_block
+http://crafting-guide.com/item/advanced_machine_casing
+http://crafting-guide.com/item/advanced_miner
+http://crafting-guide.com/item/advanced_photovoltaic_cell
+http://crafting-guide.com/item/advanced_re_battery
+http://crafting-guide.com/item/alloy_smelter
+http://crafting-guide.com/item/annihilation_core
+http://crafting-guide.com/item/anvil
+http://crafting-guide.com/item/aqueous_accumulator
+http://crafting-guide.com/item/aqueous_accumulator_hardened
+http://crafting-guide.com/item/aqueous_accumulator_reinforced
+http://crafting-guide.com/item/aqueous_accumulator_resonant
+http://crafting-guide.com/item/architect_table
+http://crafting-guide.com/item/arrow
+http://crafting-guide.com/item/ashes
+http://crafting-guide.com/item/assembly_table
+http://crafting-guide.com/item/attractor_obelisk
+http://crafting-guide.com/item/augment_cryocoil_flux_amplifier
+http://crafting-guide.com/item/augment_cryocoil_regulator
+http://crafting-guide.com/item/augment_flux_linkage_optimization
+http://crafting-guide.com/item/augment_flux_modulation_booster
+http://crafting-guide.com/item/augment_gyroservo_feedback
+http://crafting-guide.com/item/augment_integrated_modular_framework
+http://crafting-guide.com/item/augment_integrated_redstone_circuit
+http://crafting-guide.com/item/augment_integrated_servo_mechanism
+http://crafting-guide.com/item/augment_overclocked_modular_gearbox
+http://crafting-guide.com/item/augment_secondary_gearbox
+http://crafting-guide.com/item/augment_secondary_reception_coil
+http://crafting-guide.com/item/augment_secondary_sieve
+http://crafting-guide.com/item/augment_secondary_transmission_coil
+http://crafting-guide.com/item/augment_space_time_flux_unifier
+http://crafting-guide.com/item/augment_stabilized_frame
+http://crafting-guide.com/item/augment_transmission_coil_ducting
+http://crafting-guide.com/item/auto_workbench
+http://crafting-guide.com/item/autonomous_activator
+http://crafting-guide.com/item/aversion_obelisk
+http://crafting-guide.com/item/awkward_potion
+http://crafting-guide.com/item/baked_potato
+http://crafting-guide.com/item/basalt
+http://crafting-guide.com/item/basic_cache
+http://crafting-guide.com/item/basic_capacitor
+http://crafting-guide.com/item/basic_capacitor_bank
+http://crafting-guide.com/item/basic_card
+http://crafting-guide.com/item/basic_gate
+http://crafting-guide.com/item/basic_gear
+http://crafting-guide.com/item/basic_item_filter
+http://crafting-guide.com/item/basic_machine_casing
+http://crafting-guide.com/item/batbox
+http://crafting-guide.com/item/batpack
+http://crafting-guide.com/item/beacon
+http://crafting-guide.com/item/bed
+http://crafting-guide.com/item/binder_composite
+http://crafting-guide.com/item/bio_cell
+http://crafting-guide.com/item/bio_chaff
+http://crafting-guide.com/item/biofuel_cell
+http://crafting-guide.com/item/biogas
+http://crafting-guide.com/item/biogas_cell
+http://crafting-guide.com/item/biomass
+http://crafting-guide.com/item/biomass_cell
+http://crafting-guide.com/item/biometric_card
+http://crafting-guide.com/item/birch_wood_planks
+http://crafting-guide.com/item/birch_wood_slab
+http://crafting-guide.com/item/birch_wood_stairs
+http://crafting-guide.com/item/black_carpet
+http://crafting-guide.com/item/black_painter
+http://crafting-guide.com/item/black_rockwool
+http://crafting-guide.com/item/black_stained_clay
+http://crafting-guide.com/item/black_stained_glass
+http://crafting-guide.com/item/black_stained_glass_pane
+http://crafting-guide.com/item/black_wool
+http://crafting-guide.com/item/blank_pattern
+http://crafting-guide.com/item/blast_furnace
+http://crafting-guide.com/item/blaze_powder
+http://crafting-guide.com/item/blazing_pyrotheum_bucket
+http://crafting-guide.com/item/blizz_powder
+http://crafting-guide.com/item/blizz_rod
+http://crafting-guide.com/item/block_cutting_blade_diamond
+http://crafting-guide.com/item/block_cutting_blade_iron
+http://crafting-guide.com/item/block_cutting_blade_refined_iron
+http://crafting-guide.com/item/block_cutting_machine
+http://crafting-guide.com/item/block_of_coal
+http://crafting-guide.com/item/block_of_diamond
+http://crafting-guide.com/item/block_of_emerald
+http://crafting-guide.com/item/block_of_gold
+http://crafting-guide.com/item/block_of_iron
+http://crafting-guide.com/item/block_of_quartz
+http://crafting-guide.com/item/block_of_redstone
+http://crafting-guide.com/item/blue_carpet
+http://crafting-guide.com/item/blue_painter
+http://crafting-guide.com/item/blue_pipe_wire
+http://crafting-guide.com/item/blue_rockwool
+http://crafting-guide.com/item/blue_stained_clay
+http://crafting-guide.com/item/blue_stained_glass
+http://crafting-guide.com/item/blue_stained_glass_pane
+http://crafting-guide.com/item/blue_wool
+http://crafting-guide.com/item/blueprint
+http://crafting-guide.com/item/blueprint_library
+http://crafting-guide.com/item/boat
+http://crafting-guide.com/item/bone_meal
+http://crafting-guide.com/item/book
+http://crafting-guide.com/item/book_and_quill
+http://crafting-guide.com/item/bookshelf
+http://crafting-guide.com/item/bottling_plant
+http://crafting-guide.com/item/bow
+http://crafting-guide.com/item/bowl
+http://crafting-guide.com/item/bread
+http://crafting-guide.com/item/brewing_stand
+http://crafting-guide.com/item/brick
+http://crafting-guide.com/item/brick_stairs
+http://crafting-guide.com/item/bricks
+http://crafting-guide.com/item/bricks_slab
+http://crafting-guide.com/item/bright_illuminated_panel
+http://crafting-guide.com/item/broken_spawner
+http://crafting-guide.com/item/bronze_axe
+http://crafting-guide.com/item/bronze_block
+http://crafting-guide.com/item/bronze_boots
+http://crafting-guide.com/item/bronze_chestplate
+http://crafting-guide.com/item/bronze_dust
+http://crafting-guide.com/item/bronze_helmet
+http://crafting-guide.com/item/bronze_hoe
+http://crafting-guide.com/item/bronze_ingot
+http://crafting-guide.com/item/bronze_item_casing
+http://crafting-guide.com/item/bronze_leggings
+http://crafting-guide.com/item/bronze_pickaxe
+http://crafting-guide.com/item/bronze_plate
+http://crafting-guide.com/item/bronze_shovel
+http://crafting-guide.com/item/bronze_sword
+http://crafting-guide.com/item/brown_carpet
+http://crafting-guide.com/item/brown_painter
+http://crafting-guide.com/item/brown_rockwool
+http://crafting-guide.com/item/brown_stained_clay
+http://crafting-guide.com/item/brown_stained_glass
+http://crafting-guide.com/item/brown_stained_glass_pane
+http://crafting-guide.com/item/brown_wool
+http://crafting-guide.com/item/bucket
+http://crafting-guide.com/item/builder
+http://crafting-guide.com/item/button_stone
+http://crafting-guide.com/item/button_wood
+http://crafting-guide.com/item/cable_anchor
+http://crafting-guide.com/item/cable_facade_stone
+http://crafting-guide.com/item/cactus_green
+http://crafting-guide.com/item/cake
+http://crafting-guide.com/item/calculation_processor
+http://crafting-guide.com/item/canning_machine
+http://crafting-guide.com/item/capacitor_bank
+http://crafting-guide.com/item/capacity_card
+http://crafting-guide.com/item/carbon_fiber_canoe
+http://crafting-guide.com/item/carbon_plate
+http://crafting-guide.com/item/carbon_rotor_blade
+http://crafting-guide.com/item/carpet
+http://crafting-guide.com/item/carrot_on_a_stick
+http://crafting-guide.com/item/cauldron
+http://crafting-guide.com/item/cell_workbench
+http://crafting-guide.com/item/certus_quartz_axe
+http://crafting-guide.com/item/certus_quartz_block
+http://crafting-guide.com/item/certus_quartz_crystal
+http://crafting-guide.com/item/certus_quartz_cutting_knife
+http://crafting-guide.com/item/certus_quartz_dust
+http://crafting-guide.com/item/certus_quartz_hoe
+http://crafting-guide.com/item/certus_quartz_pickaxe
+http://crafting-guide.com/item/certus_quartz_pillar
+http://crafting-guide.com/item/certus_quartz_seed
+http://crafting-guide.com/item/certus_quartz_shovel
+http://crafting-guide.com/item/certus_quartz_sword
+http://crafting-guide.com/item/certus_quartz_wrench
+http://crafting-guide.com/item/cesu
+http://crafting-guide.com/item/cf_backpack
+http://crafting-guide.com/item/cf_pellet
+http://crafting-guide.com/item/cf_powder
+http://crafting-guide.com/item/cf_sprayer
+http://crafting-guide.com/item/chain_boots
+http://crafting-guide.com/item/chain_chestplate
+http://crafting-guide.com/item/chain_helmet
+http://crafting-guide.com/item/chain_leggings
+http://crafting-guide.com/item/chainsaw
+http://crafting-guide.com/item/charcoal
+http://crafting-guide.com/item/charge_pad_batbox
+http://crafting-guide.com/item/charge_pad_cesu
+http://crafting-guide.com/item/charge_pad_mfe
+http://crafting-guide.com/item/charge_pad_mfsu
+http://crafting-guide.com/item/chargeable_item_filter
+http://crafting-guide.com/item/charged_certus_quartz_crystal
+http://crafting-guide.com/item/charged_quartz_fixture
+http://crafting-guide.com/item/charged_staff
+http://crafting-guide.com/item/charger
+http://crafting-guide.com/item/charging_table
+http://crafting-guide.com/item/chest
+http://crafting-guide.com/item/chiseled_certus_quartz_block
+http://crafting-guide.com/item/chiseled_quartz_block
+http://crafting-guide.com/item/chiseled_sandstone
+http://crafting-guide.com/item/chute
+http://crafting-guide.com/item/cinnabar
+http://crafting-guide.com/item/clay_block
+http://crafting-guide.com/item/clay_dust
+http://crafting-guide.com/item/clock
+http://crafting-guide.com/item/coal
+http://crafting-guide.com/item/coal_ball
+http://crafting-guide.com/item/coal_chunk
+http://crafting-guide.com/item/coal_dust
+http://crafting-guide.com/item/coal_powder
+http://crafting-guide.com/item/coalfuel_cell
+http://crafting-guide.com/item/cobblestone_fluid_pipe
+http://crafting-guide.com/item/cobblestone_kinesis_pipe
+http://crafting-guide.com/item/cobblestone_slab
+http://crafting-guide.com/item/cobblestone_structure_pipe
+http://crafting-guide.com/item/cobblestone_transport_pipe
+http://crafting-guide.com/item/cobblestone_wall
+http://crafting-guide.com/item/coffee
+http://crafting-guide.com/item/coffee_beans
+http://crafting-guide.com/item/coffee_powder
+http://crafting-guide.com/item/coil
+http://crafting-guide.com/item/cold_coffee
+http://crafting-guide.com/item/color_applicator
+http://crafting-guide.com/item/combustion_engine
+http://crafting-guide.com/item/combustion_generator
+http://crafting-guide.com/item/compass
+http://crafting-guide.com/item/component_heat_exchanger
+http://crafting-guide.com/item/component_heat_vent
+http://crafting-guide.com/item/composite_vest
+http://crafting-guide.com/item/compressed_air_cell
+http://crafting-guide.com/item/compressed_coal_ball
+http://crafting-guide.com/item/compressed_hyd_coalclump
+http://crafting-guide.com/item/compressed_plants
+http://crafting-guide.com/item/compressed_sawdust
+http://crafting-guide.com/item/compression_dynamo
+http://crafting-guide.com/item/compressor
+http://crafting-guide.com/item/condenser
+http://crafting-guide.com/item/conductive_iron
+http://crafting-guide.com/item/conductive_iron_block
+http://crafting-guide.com/item/conduit_binder
+http://crafting-guide.com/item/conduit_facade
+http://crafting-guide.com/item/conduit_probe
+http://crafting-guide.com/item/conduit_switch
+http://crafting-guide.com/item/construction_foam
+http://crafting-guide.com/item/construction_foam_cell
+http://crafting-guide.com/item/containment_box
+http://crafting-guide.com/item/containment_reactor_plating
+http://crafting-guide.com/item/cooked_chicken
+http://crafting-guide.com/item/cooked_fish
+http://crafting-guide.com/item/cooked_porkchop
+http://crafting-guide.com/item/cooked_salmon
+http://crafting-guide.com/item/cookie
+http://crafting-guide.com/item/coolant_cell
+http://crafting-guide.com/item/copper_block
+http://crafting-guide.com/item/copper_boiler
+http://crafting-guide.com/item/copper_cable
+http://crafting-guide.com/item/copper_dust
+http://crafting-guide.com/item/copper_gear
+http://crafting-guide.com/item/copper_ingot
+http://crafting-guide.com/item/copper_item_casing
+http://crafting-guide.com/item/copper_nugget
+http://crafting-guide.com/item/copper_ore
+http://crafting-guide.com/item/copper_plate
+http://crafting-guide.com/item/crafter
+http://crafting-guide.com/item/crafting_card
+http://crafting-guide.com/item/crafting_co_processing_unit
+http://crafting-guide.com/item/crafting_monitor
+http://crafting-guide.com/item/crafting_table
+http://crafting-guide.com/item/crafting_unit
+http://crafting-guide.com/item/crescent_hammer
+http://crafting-guide.com/item/crop
+http://crafting-guide.com/item/crop_harvester
+http://crafting-guide.com/item/crop_matron
+http://crafting-guide.com/item/cropnalyzer
+http://crafting-guide.com/item/crushed_copper_ore
+http://crafting-guide.com/item/crushed_gold_ore
+http://crafting-guide.com/item/crushed_iron_ore
+http://crafting-guide.com/item/crushed_lead_ore
+http://crafting-guide.com/item/crushed_silver_ore
+http://crafting-guide.com/item/crushed_tin_ore
+http://crafting-guide.com/item/crushed_uranium_ore
+http://crafting-guide.com/item/cryotheum_dust
+http://crafting-guide.com/item/crystal_growth_accelerator
+http://crafting-guide.com/item/crystal_memory
+http://crafting-guide.com/item/crystal_memory_raw
+http://crafting-guide.com/item/cutter
+http://crafting-guide.com/item/cyan_carpet
+http://crafting-guide.com/item/cyan_dye
+http://crafting-guide.com/item/cyan_painter
+http://crafting-guide.com/item/cyan_rockwool
+http://crafting-guide.com/item/cyan_stained_clay
+http://crafting-guide.com/item/cyan_stained_glass
+http://crafting-guide.com/item/cyan_stained_glass_pane
+http://crafting-guide.com/item/cyan_wool
+http://crafting-guide.com/item/cyclic_assembler
+http://crafting-guide.com/item/cyclic_assembler_hardened
+http://crafting-guide.com/item/cyclic_assembler_reinforced
+http://crafting-guide.com/item/cyclic_assembler_resonant
+http://crafting-guide.com/item/daizuli_transport_pipe
+http://crafting-guide.com/item/damaged_rubber_dinghy
+http://crafting-guide.com/item/dandelion_yellow
+http://crafting-guide.com/item/dark_axe
+http://crafting-guide.com/item/dark_boots
+http://crafting-guide.com/item/dark_coffee
+http://crafting-guide.com/item/dark_grey_painter
+http://crafting-guide.com/item/dark_helm
+http://crafting-guide.com/item/dark_illuminated_panel
+http://crafting-guide.com/item/dark_iron_bars
+http://crafting-guide.com/item/dark_leggings
+http://crafting-guide.com/item/dark_oak_wood_planks
+http://crafting-guide.com/item/dark_oak_wood_slab
+http://crafting-guide.com/item/dark_oak_wood_stairs
+http://crafting-guide.com/item/dark_pick
+http://crafting-guide.com/item/dark_plate
+http://crafting-guide.com/item/dark_pressure_plate
+http://crafting-guide.com/item/dark_steel
+http://crafting-guide.com/item/dark_steel_anvil
+http://crafting-guide.com/item/dark_steel_ball
+http://crafting-guide.com/item/dark_steel_block
+http://crafting-guide.com/item/dark_steel_ladder
+http://crafting-guide.com/item/daylight_sensor
+http://crafting-guide.com/item/dense_bronze_plate
+http://crafting-guide.com/item/dense_copper_plate
+http://crafting-guide.com/item/dense_energy_cell
+http://crafting-guide.com/item/dense_gold_plate
+http://crafting-guide.com/item/dense_iron_plate
+http://crafting-guide.com/item/dense_lapis_lazuli_plate
+http://crafting-guide.com/item/dense_lead_plate
+http://crafting-guide.com/item/dense_obsidian_plate
+http://crafting-guide.com/item/dense_refined_iron_plate
+http://crafting-guide.com/item/dense_tin_plate
+http://crafting-guide.com/item/depleted_isotope_cell
+http://crafting-guide.com/item/destabilized_redstone_bucket
+http://crafting-guide.com/item/detector_rail
+http://crafting-guide.com/item/diamond
+http://crafting-guide.com/item/diamond_and_gate
+http://crafting-guide.com/item/diamond_axe
+http://crafting-guide.com/item/diamond_boots
+http://crafting-guide.com/item/diamond_chestplate
+http://crafting-guide.com/item/diamond_chipset
+http://crafting-guide.com/item/diamond_drill
+http://crafting-guide.com/item/diamond_dust
+http://crafting-guide.com/item/diamond_fluid_pipe
+http://crafting-guide.com/item/diamond_gear
+http://crafting-guide.com/item/diamond_helmet
+http://crafting-guide.com/item/diamond_hoe
+http://crafting-guide.com/item/diamond_industrial
+http://crafting-guide.com/item/diamond_kinesis_pipe
+http://crafting-guide.com/item/diamond_leggings
+http://crafting-guide.com/item/diamond_or_gate
+http://crafting-guide.com/item/diamond_pickaxe
+http://crafting-guide.com/item/diamond_shovel
+http://crafting-guide.com/item/diamond_sword
+http://crafting-guide.com/item/diamond_transport_pipe
+http://crafting-guide.com/item/dimensional_transceiver
+http://crafting-guide.com/item/dimmed_glowstone_illuminator
+http://crafting-guide.com/item/dimmed_lumium_lamp
+http://crafting-guide.com/item/dimmed_radiant_lumium_lamp
+http://crafting-guide.com/item/dispenser
+http://crafting-guide.com/item/distilled_water
+http://crafting-guide.com/item/distilled_water_cell
+http://crafting-guide.com/item/docking_station
+http://crafting-guide.com/item/double_layer_capacitor
+http://crafting-guide.com/item/dropper
+http://crafting-guide.com/item/dry_magmatic_sponge
+http://crafting-guide.com/item/dry_plain_sponge
+http://crafting-guide.com/item/dual_fuel_rod_depleted_mox
+http://crafting-guide.com/item/dual_fuel_rod_depleted_uranium
+http://crafting-guide.com/item/dual_fuel_rod_mox
+http://crafting-guide.com/item/dual_fuel_rod_uranium
+http://crafting-guide.com/item/dual_uranium_cell
+http://crafting-guide.com/item/dynamite
+http://crafting-guide.com/item/dynamite_o_mote
+http://crafting-guide.com/item/ejector_upgrade
+http://crafting-guide.com/item/electric_boat
+http://crafting-guide.com/item/electric_furnace
+http://crafting-guide.com/item/electric_heat_generator
+http://crafting-guide.com/item/electric_hoe
+http://crafting-guide.com/item/electric_jetpack
+http://crafting-guide.com/item/electric_kinetic_generator
+http://crafting-guide.com/item/electric_motor
+http://crafting-guide.com/item/electric_sorting_machine
+http://crafting-guide.com/item/electric_treetap
+http://crafting-guide.com/item/electric_wrench
+http://crafting-guide.com/item/electrical_steel
+http://crafting-guide.com/item/electrical_steel_block
+http://crafting-guide.com/item/electrolyzed_water_cell
+http://crafting-guide.com/item/electrolyzer
+http://crafting-guide.com/item/electromagnet
+http://crafting-guide.com/item/electronic_circuit
+http://crafting-guide.com/item/electrum_blend
+http://crafting-guide.com/item/electrum_block
+http://crafting-guide.com/item/electrum_gear
+http://crafting-guide.com/item/electrum_ingot
+http://crafting-guide.com/item/electrum_nugget
+http://crafting-guide.com/item/emerald
+http://crafting-guide.com/item/emerald_chipset
+http://crafting-guide.com/item/emerald_fluid_pipe
+http://crafting-guide.com/item/emerald_kinesis_pipe
+http://crafting-guide.com/item/emerald_transport_pipe
+http://crafting-guide.com/item/empty_booze_barrel
+http://crafting-guide.com/item/empty_cell
+http://crafting-guide.com/item/empty_fuel_can
+http://crafting-guide.com/item/empty_map
+http://crafting-guide.com/item/emzuli_transport_pipe
+http://crafting-guide.com/item/enchanter
+http://crafting-guide.com/item/enchantment_table
+http://crafting-guide.com/item/ender_chest
+http://crafting-guide.com/item/ender_crystal
+http://crafting-guide.com/item/ender_dust
+http://crafting-guide.com/item/ender_energy_conduit
+http://crafting-guide.com/item/ender_fluid_conduit
+http://crafting-guide.com/item/ender_io
+http://crafting-guide.com/item/ender_rail
+http://crafting-guide.com/item/ender_resonator
+http://crafting-guide.com/item/enderium_blend
+http://crafting-guide.com/item/enderium_block
+http://crafting-guide.com/item/enderium_gear
+http://crafting-guide.com/item/enderium_ingot
+http://crafting-guide.com/item/enderium_nugget
+http://crafting-guide.com/item/enderman_head
+http://crafting-guide.com/item/energetic_alloy
+http://crafting-guide.com/item/energetic_alloy_block
+http://crafting-guide.com/item/energetic_infuser
+http://crafting-guide.com/item/energetic_infuser_hardened
+http://crafting-guide.com/item/energetic_infuser_reinforced
+http://crafting-guide.com/item/energetic_infuser_resonant
+http://crafting-guide.com/item/energium_dust
+http://crafting-guide.com/item/energized_glowstone_bucket
+http://crafting-guide.com/item/energy_acceptor
+http://crafting-guide.com/item/energy_cell
+http://crafting-guide.com/item/energy_conduit
+http://crafting-guide.com/item/energy_crystal
+http://crafting-guide.com/item/energy_o_mat
+http://crafting-guide.com/item/energy_storage_upgrade
+http://crafting-guide.com/item/energypack
+http://crafting-guide.com/item/enervation_dynamo
+http://crafting-guide.com/item/engineering_processor
+http://crafting-guide.com/item/enhanced_energy_conduit
+http://crafting-guide.com/item/enlightened_clear_glass
+http://crafting-guide.com/item/enlightened_fused_quartz
+http://crafting-guide.com/item/enriched_uranium_nuclear_fuel
+http://crafting-guide.com/item/enticing_crystal
+http://crafting-guide.com/item/entropy_manipulator
+http://crafting-guide.com/item/eu_detector_cable
+http://crafting-guide.com/item/eu_reader
+http://crafting-guide.com/item/eu_splitter_cable
+http://crafting-guide.com/item/ev_transformer
+http://crafting-guide.com/item/existing_item_filter
+http://crafting-guide.com/item/experience_obelisk
+http://crafting-guide.com/item/experience_rod
+http://crafting-guide.com/item/extractor
+http://crafting-guide.com/item/eye_of_ender
+http://crafting-guide.com/item/facade_stone
+http://crafting-guide.com/item/farming_station
+http://crafting-guide.com/item/fence
+http://crafting-guide.com/item/fence_gate
+http://crafting-guide.com/item/fermented_spider_eye
+http://crafting-guide.com/item/fermenter
+http://crafting-guide.com/item/ferrous_block
+http://crafting-guide.com/item/ferrous_gear
+http://crafting-guide.com/item/ferrous_ingot
+http://crafting-guide.com/item/ferrous_nugget
+http://crafting-guide.com/item/ferrous_ore
+http://crafting-guide.com/item/fertilizer
+http://crafting-guide.com/item/filled_fuel_can
+http://crafting-guide.com/item/filled_tin_can
+http://crafting-guide.com/item/filler
+http://crafting-guide.com/item/filtered_buffer
+http://crafting-guide.com/item/fire_charge
+http://crafting-guide.com/item/fire_water
+http://crafting-guide.com/item/fire_water_bucket
+http://crafting-guide.com/item/firework_rocket_duration_1
+http://crafting-guide.com/item/firework_rocket_duration_2
+http://crafting-guide.com/item/firework_rocket_duration_3
+http://crafting-guide.com/item/fishing_rod
+http://crafting-guide.com/item/flint_and_steel
+http://crafting-guide.com/item/flood_gate
+http://crafting-guide.com/item/flour
+http://crafting-guide.com/item/flower_pot
+http://crafting-guide.com/item/fluid_conduit
+http://crafting-guide.com/item/fluid_distributor
+http://crafting-guide.com/item/fluid_ejector_upgrade
+http://crafting-guide.com/item/fluid_heat_generator
+http://crafting-guide.com/item/fluid_regulator
+http://crafting-guide.com/item/fluid_solid_canning_machine
+http://crafting-guide.com/item/fluid_tank
+http://crafting-guide.com/item/fluid_transposer
+http://crafting-guide.com/item/fluid_transposer_hardened
+http://crafting-guide.com/item/fluid_transposer_reinforced
+http://crafting-guide.com/item/fluid_transposer_resonant
+http://crafting-guide.com/item/fluix_block
+http://crafting-guide.com/item/fluix_crystal
+http://crafting-guide.com/item/fluix_dust
+http://crafting-guide.com/item/fluix_pearl
+http://crafting-guide.com/item/fluix_seed
+http://crafting-guide.com/item/flux_igniter
+http://crafting-guide.com/item/forge_hammer
+http://crafting-guide.com/item/formation_core
+http://crafting-guide.com/item/frank_n_zombie
+http://crafting-guide.com/item/frequency_transmitter
+http://crafting-guide.com/item/fuel_rod_depleted_mox
+http://crafting-guide.com/item/fuel_rod_depleted_uranium
+http://crafting-guide.com/item/fuel_rod_empty
+http://crafting-guide.com/item/fuel_rod_lithium
+http://crafting-guide.com/item/fuel_rod_mox
+http://crafting-guide.com/item/fuel_rod_tritium
+http://crafting-guide.com/item/fuel_rod_uranium
+http://crafting-guide.com/item/furnace
+http://crafting-guide.com/item/fused_quartz
+http://crafting-guide.com/item/fused_quartz_frame
+http://crafting-guide.com/item/fuzzy_card
+http://crafting-guide.com/item/gate_copier
+http://crafting-guide.com/item/gelid_cryotheum_bucket
+http://crafting-guide.com/item/generator
+http://crafting-guide.com/item/geothermal_generator
+http://crafting-guide.com/item/glacial_precipitator
+http://crafting-guide.com/item/glacial_precipitator_hardened
+http://crafting-guide.com/item/glacial_precipitator_reinforced
+http://crafting-guide.com/item/glacial_precipitator_resonant
+http://crafting-guide.com/item/glass
+http://crafting-guide.com/item/glass_bottle
+http://crafting-guide.com/item/glass_fibre_cable
+http://crafting-guide.com/item/glass_pane
+http://crafting-guide.com/item/glider_wing
+http://crafting-guide.com/item/glider_wings
+http://crafting-guide.com/item/glistering_melon
+http://crafting-guide.com/item/glowstone
+http://crafting-guide.com/item/glowstone_illuminator
+http://crafting-guide.com/item/gold_and_gate
+http://crafting-guide.com/item/gold_cable
+http://crafting-guide.com/item/gold_dust
+http://crafting-guide.com/item/gold_gear
+http://crafting-guide.com/item/gold_ingot
+http://crafting-guide.com/item/gold_item_casing
+http://crafting-guide.com/item/gold_nugget
+http://crafting-guide.com/item/gold_or_gate
+http://crafting-guide.com/item/gold_plate
+http://crafting-guide.com/item/gold_powder
+http://crafting-guide.com/item/golden_apple
+http://crafting-guide.com/item/golden_apple_magic
+http://crafting-guide.com/item/golden_axe
+http://crafting-guide.com/item/golden_boots
+http://crafting-guide.com/item/golden_carrot
+http://crafting-guide.com/item/golden_chestplate
+http://crafting-guide.com/item/golden_chipset
+http://crafting-guide.com/item/golden_fluid_pipe
+http://crafting-guide.com/item/golden_helmet
+http://crafting-guide.com/item/golden_hoe
+http://crafting-guide.com/item/golden_kinesis_pipe
+http://crafting-guide.com/item/golden_leggings
+http://crafting-guide.com/item/golden_pickaxe
+http://crafting-guide.com/item/golden_shovel
+http://crafting-guide.com/item/golden_sword
+http://crafting-guide.com/item/golden_transport_pipe
+http://crafting-guide.com/item/gray_carpet
+http://crafting-guide.com/item/gray_dye
+http://crafting-guide.com/item/gray_rockwool
+http://crafting-guide.com/item/gray_stained_clay
+http://crafting-guide.com/item/gray_stained_glass
+http://crafting-guide.com/item/gray_stained_glass_pane
+http://crafting-guide.com/item/gray_wool
+http://crafting-guide.com/item/green_carpet
+http://crafting-guide.com/item/green_painter
+http://crafting-guide.com/item/green_pipe_wire
+http://crafting-guide.com/item/green_rockwool
+http://crafting-guide.com/item/green_stained_clay
+http://crafting-guide.com/item/green_stained_glass
+http://crafting-guide.com/item/green_stained_glass_pane
+http://crafting-guide.com/item/green_wool
+http://crafting-guide.com/item/grin_powder
+http://crafting-guide.com/item/h_coal_cell
+http://crafting-guide.com/item/hardened_cache
+http://crafting-guide.com/item/hardened_clay
+http://crafting-guide.com/item/hardened_energy_cell
+http://crafting-guide.com/item/hardened_flux_capacitor
+http://crafting-guide.com/item/hardened_glass
+http://crafting-guide.com/item/hardened_portable_tank
+http://crafting-guide.com/item/hardened_satchel
+http://crafting-guide.com/item/hardened_strongbox
+http://crafting-guide.com/item/hay_bale
+http://crafting-guide.com/item/hazmat_suit
+http://crafting-guide.com/item/hazmat_suit_leggings
+http://crafting-guide.com/item/heat_capacity_reactor_plating
+http://crafting-guide.com/item/heat_conductor
+http://crafting-guide.com/item/heat_exchanger
+http://crafting-guide.com/item/heat_vent
+http://crafting-guide.com/item/heating_cell
+http://crafting-guide.com/item/hootch
+http://crafting-guide.com/item/hootch_bucket
+http://crafting-guide.com/item/hopper
+http://crafting-guide.com/item/hops
+http://crafting-guide.com/item/hot_coolant_cell
+http://crafting-guide.com/item/hv_cable
+http://crafting-guide.com/item/hv_transformer
+http://crafting-guide.com/item/hydrated_coal_dust
+http://crafting-guide.com/item/hydration_cell
+http://crafting-guide.com/item/ic2_coolant
+http://crafting-guide.com/item/ic2_hot_coolant
+http://crafting-guide.com/item/ice
+http://crafting-guide.com/item/igneous_extruder
+http://crafting-guide.com/item/igneous_extruder_hardened
+http://crafting-guide.com/item/igneous_extruder_reinforced
+http://crafting-guide.com/item/igneous_extruder_resonant
+http://crafting-guide.com/item/illuminated_panel
+http://crafting-guide.com/item/illuminator_frame
+http://crafting-guide.com/item/impluse_plate
+http://crafting-guide.com/item/induction_furnace
+http://crafting-guide.com/item/induction_smelter
+http://crafting-guide.com/item/induction_smelter_hardened
+http://crafting-guide.com/item/induction_smelter_reinforced
+http://crafting-guide.com/item/induction_smelter_resonant
+http://crafting-guide.com/item/industrial_credit
+http://crafting-guide.com/item/industrial_tnt
+http://crafting-guide.com/item/inscriber
+http://crafting-guide.com/item/inscriber_calculation_press
+http://crafting-guide.com/item/inscriber_engineering_press
+http://crafting-guide.com/item/inscriber_logic_press
+http://crafting-guide.com/item/inscriber_name_press
+http://crafting-guide.com/item/inscriber_silicon_press
+http://crafting-guide.com/item/insulated_copper_cable
+http://crafting-guide.com/item/insulated_gold_cable
+http://crafting-guide.com/item/insulated_hv_cable
+http://crafting-guide.com/item/insulated_redstone_conduit
+http://crafting-guide.com/item/insulated_tin_cable
+http://crafting-guide.com/item/insulation_cutter
+http://crafting-guide.com/item/integration_table
+http://crafting-guide.com/item/invar_axe
+http://crafting-guide.com/item/invar_battlewrench
+http://crafting-guide.com/item/invar_blend
+http://crafting-guide.com/item/invar_block
+http://crafting-guide.com/item/invar_boots
+http://crafting-guide.com/item/invar_chestplate
+http://crafting-guide.com/item/invar_gear
+http://crafting-guide.com/item/invar_helmet
+http://crafting-guide.com/item/invar_hoe
+http://crafting-guide.com/item/invar_ingot
+http://crafting-guide.com/item/invar_leggings
+http://crafting-guide.com/item/invar_nugget
+http://crafting-guide.com/item/invar_pickaxe
+http://crafting-guide.com/item/invar_reinforced_bow
+http://crafting-guide.com/item/invar_reinforced_fishing_rod
+http://crafting-guide.com/item/invar_shears
+http://crafting-guide.com/item/invar_shovel
+http://crafting-guide.com/item/invar_sickle
+http://crafting-guide.com/item/invar_sword
+http://crafting-guide.com/item/inverter_card
+http://crafting-guide.com/item/iridium_drill
+http://crafting-guide.com/item/iridium_ore
+http://crafting-guide.com/item/iridium_plate
+http://crafting-guide.com/item/iridium_reinforced_plate
+http://crafting-guide.com/item/iron_and_gate
+http://crafting-guide.com/item/iron_axe
+http://crafting-guide.com/item/iron_bars
+http://crafting-guide.com/item/iron_boots
+http://crafting-guide.com/item/iron_chestplate
+http://crafting-guide.com/item/iron_chipset
+http://crafting-guide.com/item/iron_door
+http://crafting-guide.com/item/iron_dust
+http://crafting-guide.com/item/iron_fence
+http://crafting-guide.com/item/iron_fluid_pipe
+http://crafting-guide.com/item/iron_furnace
+http://crafting-guide.com/item/iron_gear
+http://crafting-guide.com/item/iron_helmet
+http://crafting-guide.com/item/iron_hoe
+http://crafting-guide.com/item/iron_ingot
+http://crafting-guide.com/item/iron_item_casing
+http://crafting-guide.com/item/iron_kinesis_pipe
+http://crafting-guide.com/item/iron_leggings
+http://crafting-guide.com/item/iron_nugget
+http://crafting-guide.com/item/iron_or_gate
+http://crafting-guide.com/item/iron_pickaxe
+http://crafting-guide.com/item/iron_plate
+http://crafting-guide.com/item/iron_powder
+http://crafting-guide.com/item/iron_rotor_blade
+http://crafting-guide.com/item/iron_scaffold
+http://crafting-guide.com/item/iron_shovel
+http://crafting-guide.com/item/iron_sword
+http://crafting-guide.com/item/iron_transport_pipe
+http://crafting-guide.com/item/iron_turning_blank
+http://crafting-guide.com/item/item_buffer
+http://crafting-guide.com/item/item_conduit
+http://crafting-guide.com/item/item_conduit_speed_upgrade
+http://crafting-guide.com/item/item_frame
+http://crafting-guide.com/item/jack_o_lantern
+http://crafting-guide.com/item/jetpack
+http://crafting-guide.com/item/jukebox
+http://crafting-guide.com/item/jungle_wood_planks
+http://crafting-guide.com/item/jungle_wood_slab
+http://crafting-guide.com/item/jungle_wood_stairs
+http://crafting-guide.com/item/killer_joe
+http://crafting-guide.com/item/kinetic_generator
+http://crafting-guide.com/item/kinetic_steam_generator
+http://crafting-guide.com/item/kinetic_wind_generator
+http://crafting-guide.com/item/kinetic_wind_generator_rotor_carbon
+http://crafting-guide.com/item/kinetic_wind_generator_rotor_iron
+http://crafting-guide.com/item/kinetic_wind_generator_rotor_steel
+http://crafting-guide.com/item/kinetic_wind_generator_rotor_wood
+http://crafting-guide.com/item/land_mark
+http://crafting-guide.com/item/lapis_lazuli
+http://crafting-guide.com/item/lapis_lazuli_block
+http://crafting-guide.com/item/lapis_lazuli_dust
+http://crafting-guide.com/item/lapis_lazuli_plate
+http://crafting-guide.com/item/lapotron_crystal
+http://crafting-guide.com/item/lappack
+http://crafting-guide.com/item/laser
+http://crafting-guide.com/item/lathing_tool
+http://crafting-guide.com/item/lava_bucket
+http://crafting-guide.com/item/lava_cell
+http://crafting-guide.com/item/lazuli_transport_pipe
+http://crafting-guide.com/item/lead
+http://crafting-guide.com/item/lead_block
+http://crafting-guide.com/item/lead_dust
+http://crafting-guide.com/item/lead_gear
+http://crafting-guide.com/item/lead_ingot
+http://crafting-guide.com/item/lead_item_casing
+http://crafting-guide.com/item/lead_nugget
+http://crafting-guide.com/item/lead_ore
+http://crafting-guide.com/item/lead_plate
+http://crafting-guide.com/item/leadstone_energy_cell
+http://crafting-guide.com/item/leadstone_energy_cell_frame
+http://crafting-guide.com/item/leadstone_flux_capacitor
+http://crafting-guide.com/item/leather_boots
+http://crafting-guide.com/item/leather_cap
+http://crafting-guide.com/item/leather_pants
+http://crafting-guide.com/item/leather_tunic
+http://crafting-guide.com/item/lever
+http://crafting-guide.com/item/light
+http://crafting-guide.com/item/light_blue_carpet
+http://crafting-guide.com/item/light_blue_dye
+http://crafting-guide.com/item/light_blue_painter
+http://crafting-guide.com/item/light_blue_rockwool
+http://crafting-guide.com/item/light_blue_stained_clay
+http://crafting-guide.com/item/light_blue_stained_glass
+http://crafting-guide.com/item/light_blue_stained_glass_pane
+http://crafting-guide.com/item/light_blue_wool
+http://crafting-guide.com/item/light_detecting_fixture
+http://crafting-guide.com/item/light_gray_carpet
+http://crafting-guide.com/item/light_gray_dye
+http://crafting-guide.com/item/light_gray_rockwool
+http://crafting-guide.com/item/light_gray_stained_clay
+http://crafting-guide.com/item/light_gray_stained_glass
+http://crafting-guide.com/item/light_gray_stained_glass_pane
+http://crafting-guide.com/item/light_gray_wool
+http://crafting-guide.com/item/light_grey_painter
+http://crafting-guide.com/item/light_inverted
+http://crafting-guide.com/item/lime_carpet
+http://crafting-guide.com/item/lime_dye
+http://crafting-guide.com/item/lime_painter
+http://crafting-guide.com/item/lime_rockwool
+http://crafting-guide.com/item/lime_stained_clay
+http://crafting-guide.com/item/lime_stained_glass
+http://crafting-guide.com/item/lime_stained_glass_pane
+http://crafting-guide.com/item/lime_wool
+http://crafting-guide.com/item/liquid_heat_exchanger
+http://crafting-guide.com/item/liquid_xp
+http://crafting-guide.com/item/liquifacted_coal_bucket
+http://crafting-guide.com/item/lithium_dust
+http://crafting-guide.com/item/logic_processor
+http://crafting-guide.com/item/luminator
+http://crafting-guide.com/item/lumium_blend
+http://crafting-guide.com/item/lumium_block
+http://crafting-guide.com/item/lumium_gear
+http://crafting-guide.com/item/lumium_ingot
+http://crafting-guide.com/item/lumium_lamp
+http://crafting-guide.com/item/lumium_nugget
+http://crafting-guide.com/item/lv_transformer
+http://crafting-guide.com/item/lzh_condensator
+http://crafting-guide.com/item/macerator
+http://crafting-guide.com/item/machine_block
+http://crafting-guide.com/item/machine_chassis
+http://crafting-guide.com/item/machine_frame
+http://crafting-guide.com/item/machine_frame_hardened
+http://crafting-guide.com/item/machine_frame_reinforced
+http://crafting-guide.com/item/machine_frame_resonant
+http://crafting-guide.com/item/machinist_s_workbench
+http://crafting-guide.com/item/magenta_carpet
+http://crafting-guide.com/item/magenta_dye
+http://crafting-guide.com/item/magenta_painter
+http://crafting-guide.com/item/magenta_rockwool
+http://crafting-guide.com/item/magenta_stained_clay
+http://crafting-guide.com/item/magenta_stained_glass
+http://crafting-guide.com/item/magenta_stained_glass_pane
+http://crafting-guide.com/item/magenta_wool
+http://crafting-guide.com/item/magma_cream
+http://crafting-guide.com/item/magma_crucible
+http://crafting-guide.com/item/magma_crucible_hardened
+http://crafting-guide.com/item/magma_crucible_reinforced
+http://crafting-guide.com/item/magma_crucible_resonant
+http://crafting-guide.com/item/magmatic_dynamo
+http://crafting-guide.com/item/magnetizer
+http://crafting-guide.com/item/mana_dust
+http://crafting-guide.com/item/mana_infused_block
+http://crafting-guide.com/item/mana_infused_gear
+http://crafting-guide.com/item/mana_infused_ingot
+http://crafting-guide.com/item/mana_infused_nugget
+http://crafting-guide.com/item/mana_infused_ore
+http://crafting-guide.com/item/manual_kinetic_generator
+http://crafting-guide.com/item/mass_fabricator
+http://crafting-guide.com/item/matter_cannon
+http://crafting-guide.com/item/matter_condenser
+http://crafting-guide.com/item/me_annihilation_plane
+http://crafting-guide.com/item/me_chest
+http://crafting-guide.com/item/me_controller
+http://crafting-guide.com/item/me_conversion_monitor
+http://crafting-guide.com/item/me_covered_cable_fluix
+http://crafting-guide.com/item/me_crafting_terminal
+http://crafting-guide.com/item/me_dense_cable_fluix
+http://crafting-guide.com/item/me_drive
+http://crafting-guide.com/item/me_export_bus
+http://crafting-guide.com/item/me_formation_plane
+http://crafting-guide.com/item/me_glass_cable
+http://crafting-guide.com/item/me_import_bus
+http://crafting-guide.com/item/me_interface_block
+http://crafting-guide.com/item/me_interface_panel
+http://crafting-guide.com/item/me_interface_terminal
+http://crafting-guide.com/item/me_inverted_toggle_bus
+http://crafting-guide.com/item/me_io_port
+http://crafting-guide.com/item/me_level_emitter
+http://crafting-guide.com/item/me_pattern_terminal
+http://crafting-guide.com/item/me_quantum_link_chamber
+http://crafting-guide.com/item/me_quantum_ring
+http://crafting-guide.com/item/me_security_terminal
+http://crafting-guide.com/item/me_smart_cable
+http://crafting-guide.com/item/me_storage_bus
+http://crafting-guide.com/item/me_storage_housing
+http://crafting-guide.com/item/me_storage_monitor
+http://crafting-guide.com/item/me_terminal
+http://crafting-guide.com/item/me_toggle_bus
+http://crafting-guide.com/item/me_wireless_access_point
+http://crafting-guide.com/item/melon
+http://crafting-guide.com/item/melon_block
+http://crafting-guide.com/item/melon_seeds
+http://crafting-guide.com/item/memory_card
+http://crafting-guide.com/item/metal_former
+http://crafting-guide.com/item/meteorite_compass
+http://crafting-guide.com/item/mfe
+http://crafting-guide.com/item/mfsu
+http://crafting-guide.com/item/mfsu_upgrade_kit
+http://crafting-guide.com/item/milk
+http://crafting-guide.com/item/minecart
+http://crafting-guide.com/item/minecart_with_chest
+http://crafting-guide.com/item/minecart_with_furnace
+http://crafting-guide.com/item/minecart_with_hopper
+http://crafting-guide.com/item/minecart_with_tnt
+http://crafting-guide.com/item/miner
+http://crafting-guide.com/item/mining_drill
+http://crafting-guide.com/item/mining_laser
+http://crafting-guide.com/item/mining_pipe
+http://crafting-guide.com/item/mining_well
+http://crafting-guide.com/item/mixed_metal_ingot
+http://crafting-guide.com/item/mod_item_filter
+http://crafting-guide.com/item/molecular_assembler
+http://crafting-guide.com/item/mossy_cobblestone_wall
+http://crafting-guide.com/item/mox_nuclear_fuel
+http://crafting-guide.com/item/multimeter
+http://crafting-guide.com/item/mundane_potion
+http://crafting-guide.com/item/mundane_splash_potion
+http://crafting-guide.com/item/mushroom_stew
+http://crafting-guide.com/item/mv_transformer
+http://crafting-guide.com/item/nano_saber
+http://crafting-guide.com/item/nanosuit_bodyarmor
+http://crafting-guide.com/item/nanosuit_boots
+http://crafting-guide.com/item/nanosuit_helmet
+http://crafting-guide.com/item/nanosuit_leggings
+http://crafting-guide.com/item/near_depleted_uranium_cell
+http://crafting-guide.com/item/nether_brick
+http://crafting-guide.com/item/nether_brick_block
+http://crafting-guide.com/item/nether_brick_fence
+http://crafting-guide.com/item/nether_brick_slab
+http://crafting-guide.com/item/nether_brick_stairs
+http://crafting-guide.com/item/nether_quartz
+http://crafting-guide.com/item/nether_quartz_axe
+http://crafting-guide.com/item/nether_quartz_cutting_knife
+http://crafting-guide.com/item/nether_quartz_dust
+http://crafting-guide.com/item/nether_quartz_hoe
+http://crafting-guide.com/item/nether_quartz_pickaxe
+http://crafting-guide.com/item/nether_quartz_seed
+http://crafting-guide.com/item/nether_quartz_shovel
+http://crafting-guide.com/item/nether_quartz_sword
+http://crafting-guide.com/item/nether_quartz_wrench
+http://crafting-guide.com/item/network_tool
+http://crafting-guide.com/item/neutron_reflector
+http://crafting-guide.com/item/nightvision_goggles
+http://crafting-guide.com/item/niter
+http://crafting-guide.com/item/note_block
+http://crafting-guide.com/item/nuclear_reactor
+http://crafting-guide.com/item/nuke
+http://crafting-guide.com/item/nullifier
+http://crafting-guide.com/item/nutrient_distillation
+http://crafting-guide.com/item/nutrient_distillation_bucket
+http://crafting-guide.com/item/oak_wood_planks
+http://crafting-guide.com/item/oak_wood_slab
+http://crafting-guide.com/item/oak_wood_stairs
+http://crafting-guide.com/item/obscurator
+http://crafting-guide.com/item/obsidian_dust
+http://crafting-guide.com/item/obsidian_plate
+http://crafting-guide.com/item/obsidian_transport_pipe
+http://crafting-guide.com/item/octadic_capacitor
+http://crafting-guide.com/item/od_scanner
+http://crafting-guide.com/item/omni_buffer
+http://crafting-guide.com/item/orange_carpet
+http://crafting-guide.com/item/orange_dye
+http://crafting-guide.com/item/orange_painter
+http://crafting-guide.com/item/orange_rockwool
+http://crafting-guide.com/item/orange_stained_clay
+http://crafting-guide.com/item/orange_stained_glass
+http://crafting-guide.com/item/orange_stained_glass_pane
+http://crafting-guide.com/item/orange_wool
+http://crafting-guide.com/item/ore_washing_plant
+http://crafting-guide.com/item/ov_scanner
+http://crafting-guide.com/item/overclocked_heat_vent
+http://crafting-guide.com/item/overclocker_upgrade
+http://crafting-guide.com/item/p2p_tunnel_me
+http://crafting-guide.com/item/pahoehoe_lava
+http://crafting-guide.com/item/pahoehoe_lava_cell
+http://crafting-guide.com/item/paint_ball_lumen_white
+http://crafting-guide.com/item/paint_ball_white
+http://crafting-guide.com/item/painter
+http://crafting-guide.com/item/painting
+http://crafting-guide.com/item/painting_machine
+http://crafting-guide.com/item/paper
+http://crafting-guide.com/item/path_mark
+http://crafting-guide.com/item/pattern_storage
+http://crafting-guide.com/item/pellets_of_rtg_fuel
+http://crafting-guide.com/item/personal_safe
+http://crafting-guide.com/item/photovoltaic_cell
+http://crafting-guide.com/item/pillar_quartz_block
+http://crafting-guide.com/item/pink_carpet
+http://crafting-guide.com/item/pink_dye
+http://crafting-guide.com/item/pink_painter
+http://crafting-guide.com/item/pink_rockwool
+http://crafting-guide.com/item/pink_stained_clay
+http://crafting-guide.com/item/pink_stained_glass
+http://crafting-guide.com/item/pink_stained_glass_pane
+http://crafting-guide.com/item/pink_wool
+http://crafting-guide.com/item/pipe_plug
+http://crafting-guide.com/item/pipe_sealant
+http://crafting-guide.com/item/piston
+http://crafting-guide.com/item/plantball
+http://crafting-guide.com/item/plate
+http://crafting-guide.com/item/plutonium
+http://crafting-guide.com/item/pneumatic_servo
+http://crafting-guide.com/item/portable_cell
+http://crafting-guide.com/item/portable_tank
+http://crafting-guide.com/item/potion_of_fire_resistance_3_00
+http://crafting-guide.com/item/potion_of_fire_resistance_8_00
+http://crafting-guide.com/item/potion_of_harming
+http://crafting-guide.com/item/potion_of_harming_ii
+http://crafting-guide.com/item/potion_of_healing
+http://crafting-guide.com/item/potion_of_healing_ii
+http://crafting-guide.com/item/potion_of_invisibility_3_00
+http://crafting-guide.com/item/potion_of_invisibility_8_00
+http://crafting-guide.com/item/potion_of_night_vision_3_00
+http://crafting-guide.com/item/potion_of_night_vision_8_00
+http://crafting-guide.com/item/potion_of_poison_0_45
+http://crafting-guide.com/item/potion_of_poison_ii_0_22
+http://crafting-guide.com/item/potion_of_regeneration_0_45
+http://crafting-guide.com/item/potion_of_regeneration_2_00
+http://crafting-guide.com/item/potion_of_regeneration_ii_0_22
+http://crafting-guide.com/item/potion_of_slowness_1_30
+http://crafting-guide.com/item/potion_of_slowness_4_00
+http://crafting-guide.com/item/potion_of_strength_3_00
+http://crafting-guide.com/item/potion_of_strength_8_00
+http://crafting-guide.com/item/potion_of_strength_ii_1_30
+http://crafting-guide.com/item/potion_of_swiftness_3_00
+http://crafting-guide.com/item/potion_of_swiftness_8_00
+http://crafting-guide.com/item/potion_of_swiftness_ii_1_30
+http://crafting-guide.com/item/potion_of_water_breathing_3_00
+http://crafting-guide.com/item/potion_of_water_breathing_8_00
+http://crafting-guide.com/item/potion_of_weakness_1_30
+http://crafting-guide.com/item/potion_of_weakness_4_00
+http://crafting-guide.com/item/power_buffer
+http://crafting-guide.com/item/power_monitor
+http://crafting-guide.com/item/power_unit
+http://crafting-guide.com/item/powered_light
+http://crafting-guide.com/item/powered_light_inverted
+http://crafting-guide.com/item/powered_rail
+http://crafting-guide.com/item/powered_spawner
+http://crafting-guide.com/item/pressure_plate_stone
+http://crafting-guide.com/item/pressure_plate_wood
+http://crafting-guide.com/item/pressurized_fluid_conduit
+http://crafting-guide.com/item/pressurized_fluid_tank
+http://crafting-guide.com/item/primal_mana_bucket
+http://crafting-guide.com/item/printed_calculation_circuit
+http://crafting-guide.com/item/printed_engineering_circuit
+http://crafting-guide.com/item/printed_logic_circuit
+http://crafting-guide.com/item/printed_silicon
+http://crafting-guide.com/item/pulsating_chipset
+http://crafting-guide.com/item/pulsating_crystal
+http://crafting-guide.com/item/pulsating_iron
+http://crafting-guide.com/item/pulsating_iron_block
+http://crafting-guide.com/item/pulsating_iron_nugget
+http://crafting-guide.com/item/pulverized_charcoal
+http://crafting-guide.com/item/pulverized_coal
+http://crafting-guide.com/item/pulverized_copper
+http://crafting-guide.com/item/pulverized_ferrous_metal
+http://crafting-guide.com/item/pulverized_gold
+http://crafting-guide.com/item/pulverized_iron
+http://crafting-guide.com/item/pulverized_lead
+http://crafting-guide.com/item/pulverized_mana_infused_metal
+http://crafting-guide.com/item/pulverized_obsidian
+http://crafting-guide.com/item/pulverized_shiny_metal
+http://crafting-guide.com/item/pulverized_silver
+http://crafting-guide.com/item/pulverized_tin
+http://crafting-guide.com/item/pulverizer
+http://crafting-guide.com/item/pulverizer_hardened
+http://crafting-guide.com/item/pulverizer_reinforced
+http://crafting-guide.com/item/pulverizer_resonant
+http://crafting-guide.com/item/pump
+http://crafting-guide.com/item/pumpkin_pie
+http://crafting-guide.com/item/pumpkin_seeds
+http://crafting-guide.com/item/pure_certus_quartz_crystal
+http://crafting-guide.com/item/pure_fluix_crystal
+http://crafting-guide.com/item/pure_nether_quartz_crystal
+http://crafting-guide.com/item/purified_crushed_copper_ore
+http://crafting-guide.com/item/purified_crushed_gold_ore
+http://crafting-guide.com/item/purified_crushed_iron_ore
+http://crafting-guide.com/item/purified_crushed_lead_ore
+http://crafting-guide.com/item/purified_crushed_silver_ore
+http://crafting-guide.com/item/purified_crushed_tin_ore
+http://crafting-guide.com/item/purified_crushed_uranium_ore
+http://crafting-guide.com/item/purple_carpet
+http://crafting-guide.com/item/purple_dye
+http://crafting-guide.com/item/purple_painter
+http://crafting-guide.com/item/purple_rockwool
+http://crafting-guide.com/item/purple_stained_clay
+http://crafting-guide.com/item/purple_stained_glass
+http://crafting-guide.com/item/purple_stained_glass_pane
+http://crafting-guide.com/item/purple_wool
+http://crafting-guide.com/item/pyrotheum_dust
+http://crafting-guide.com/item/quad_fuel_rod_depleted_mox
+http://crafting-guide.com/item/quad_fuel_rod_depleted_uranium
+http://crafting-guide.com/item/quad_fuel_rod_mox
+http://crafting-guide.com/item/quad_fuel_rod_uranium
+http://crafting-guide.com/item/quad_uranium_cell
+http://crafting-guide.com/item/quantum_entangled_singularity
+http://crafting-guide.com/item/quantumsuit_bodyarmor
+http://crafting-guide.com/item/quantumsuit_boots
+http://crafting-guide.com/item/quantumsuit_helmet
+http://crafting-guide.com/item/quantumsuit_leggings
+http://crafting-guide.com/item/quarry
+http://crafting-guide.com/item/quartz_chipset
+http://crafting-guide.com/item/quartz_fiber
+http://crafting-guide.com/item/quartz_glass
+http://crafting-guide.com/item/quartz_grindstone
+http://crafting-guide.com/item/quartz_kinesis_pipe
+http://crafting-guide.com/item/quartz_slab
+http://crafting-guide.com/item/quartz_stairs
+http://crafting-guide.com/item/quartz_transport_pipe
+http://crafting-guide.com/item/quite_clear_glass
+http://crafting-guide.com/item/radiant_lumium_lamp
+http://crafting-guide.com/item/radioisotope_heat_generator
+http://crafting-guide.com/item/radioisotope_thermoelectric_generator
+http://crafting-guide.com/item/rail
+http://crafting-guide.com/item/raw_carbon_fibre
+http://crafting-guide.com/item/raw_carbon_mesh
+http://crafting-guide.com/item/re_battery
+http://crafting-guide.com/item/reactant_dynamo
+http://crafting-guide.com/item/reactor_access_hatch
+http://crafting-guide.com/item/reactor_chamber
+http://crafting-guide.com/item/reactor_fluid_port
+http://crafting-guide.com/item/reactor_heat_exchanger
+http://crafting-guide.com/item/reactor_heat_vent
+http://crafting-guide.com/item/reactor_plating
+http://crafting-guide.com/item/reactor_pressure_vessel
+http://crafting-guide.com/item/reactor_redstone_port
+http://crafting-guide.com/item/recycler
+http://crafting-guide.com/item/red_carpet
+http://crafting-guide.com/item/red_painter
+http://crafting-guide.com/item/red_pipe_wire
+http://crafting-guide.com/item/red_rockwool
+http://crafting-guide.com/item/red_stained_clay
+http://crafting-guide.com/item/red_stained_glass
+http://crafting-guide.com/item/red_stained_glass_pane
+http://crafting-guide.com/item/red_wool
+http://crafting-guide.com/item/redprint
+http://crafting-guide.com/item/redstone
+http://crafting-guide.com/item/redstone_alloy
+http://crafting-guide.com/item/redstone_alloy_block
+http://crafting-guide.com/item/redstone_card
+http://crafting-guide.com/item/redstone_chipset
+http://crafting-guide.com/item/redstone_comp_chipset
+http://crafting-guide.com/item/redstone_comparator
+http://crafting-guide.com/item/redstone_conductance_coil
+http://crafting-guide.com/item/redstone_conduit
+http://crafting-guide.com/item/redstone_energy_cell
+http://crafting-guide.com/item/redstone_energy_cell_frame_empty
+http://crafting-guide.com/item/redstone_energy_cell_frame_full
+http://crafting-guide.com/item/redstone_engine
+http://crafting-guide.com/item/redstone_flux_capacitor
+http://crafting-guide.com/item/redstone_furnace
+http://crafting-guide.com/item/redstone_furnace_hardened
+http://crafting-guide.com/item/redstone_furnace_reinforced
+http://crafting-guide.com/item/redstone_furnace_resonant
+http://crafting-guide.com/item/redstone_lamp
+http://crafting-guide.com/item/redstone_plate
+http://crafting-guide.com/item/redstone_reception_coil
+http://crafting-guide.com/item/redstone_repeater
+http://crafting-guide.com/item/redstone_signal_inverter_upgrade
+http://crafting-guide.com/item/redstone_torch
+http://crafting-guide.com/item/redstone_transmission_coil
+http://crafting-guide.com/item/refined_iron
+http://crafting-guide.com/item/refined_iron_block
+http://crafting-guide.com/item/refined_iron_ingot
+http://crafting-guide.com/item/refined_iron_item_casing
+http://crafting-guide.com/item/refined_iron_plate
+http://crafting-guide.com/item/refined_uranium
+http://crafting-guide.com/item/refinery
+http://crafting-guide.com/item/reinforced_cache
+http://crafting-guide.com/item/reinforced_construction_foam
+http://crafting-guide.com/item/reinforced_door
+http://crafting-guide.com/item/reinforced_glass
+http://crafting-guide.com/item/reinforced_obsidian
+http://crafting-guide.com/item/reinforced_portable_tank
+http://crafting-guide.com/item/reinforced_satchel
+http://crafting-guide.com/item/reinforced_stone
+http://crafting-guide.com/item/reinforced_strongbox
+http://crafting-guide.com/item/replicator
+http://crafting-guide.com/item/requester
+http://crafting-guide.com/item/reservoir
+http://crafting-guide.com/item/resonant_cache
+http://crafting-guide.com/item/resonant_ender
+http://crafting-guide.com/item/resonant_ender_bucket
+http://crafting-guide.com/item/resonant_energy_cell
+http://crafting-guide.com/item/resonant_flux_capacitor
+http://crafting-guide.com/item/resonant_portable_tank
+http://crafting-guide.com/item/resonant_satchel
+http://crafting-guide.com/item/resonant_strongbox
+http://crafting-guide.com/item/rich_slag
+http://crafting-guide.com/item/rocket_fuel
+http://crafting-guide.com/item/rocket_fuel_bucket
+http://crafting-guide.com/item/rose_red
+http://crafting-guide.com/item/rsh_condensator
+http://crafting-guide.com/item/rubber
+http://crafting-guide.com/item/rubber_boots
+http://crafting-guide.com/item/rubber_dinghy
+http://crafting-guide.com/item/rubber_sheet
+http://crafting-guide.com/item/rubber_tree_leaves
+http://crafting-guide.com/item/rubber_tree_sapling
+http://crafting-guide.com/item/rubber_wood
+http://crafting-guide.com/item/sag_mill
+http://crafting-guide.com/item/sandstone
+http://crafting-guide.com/item/sandstone_fluid_pipe
+http://crafting-guide.com/item/sandstone_slab
+http://crafting-guide.com/item/sandstone_stairs
+http://crafting-guide.com/item/sandstone_transport_pipe
+http://crafting-guide.com/item/satchel
+http://crafting-guide.com/item/sawdust
+http://crafting-guide.com/item/sawmill
+http://crafting-guide.com/item/sawmill_hardened
+http://crafting-guide.com/item/sawmill_reinforced
+http://crafting-guide.com/item/sawmill_resonant
+http://crafting-guide.com/item/scaffold
+http://crafting-guide.com/item/scanner
+http://crafting-guide.com/item/schematic
+http://crafting-guide.com/item/scrap
+http://crafting-guide.com/item/scrap_box
+http://crafting-guide.com/item/scuba_helmet
+http://crafting-guide.com/item/semifluid_generator
+http://crafting-guide.com/item/shaft_iron
+http://crafting-guide.com/item/shaft_refined_iron
+http://crafting-guide.com/item/shears
+http://crafting-guide.com/item/shiny_block
+http://crafting-guide.com/item/shiny_gear
+http://crafting-guide.com/item/shiny_ingot
+http://crafting-guide.com/item/shiny_nugget
+http://crafting-guide.com/item/shiny_ore
+http://crafting-guide.com/item/sign
+http://crafting-guide.com/item/signalum_blend
+http://crafting-guide.com/item/signalum_block
+http://crafting-guide.com/item/signalum_gear
+http://crafting-guide.com/item/signalum_ingot
+http://crafting-guide.com/item/signalum_nugget
+http://crafting-guide.com/item/signalum_security_lock
+http://crafting-guide.com/item/silicon
+http://crafting-guide.com/item/silicon_dioxide
+http://crafting-guide.com/item/silver_block
+http://crafting-guide.com/item/silver_dust
+http://crafting-guide.com/item/silver_gear
+http://crafting-guide.com/item/silver_ingot
+http://crafting-guide.com/item/silver_nugget
+http://crafting-guide.com/item/silver_ore
+http://crafting-guide.com/item/single_use_battery
+http://crafting-guide.com/item/singularity
+http://crafting-guide.com/item/sky_stone_block
+http://crafting-guide.com/item/sky_stone_block_chest
+http://crafting-guide.com/item/sky_stone_brick
+http://crafting-guide.com/item/sky_stone_chest
+http://crafting-guide.com/item/sky_stone_dust
+http://crafting-guide.com/item/sky_stone_small_brick
+http://crafting-guide.com/item/slag
+http://crafting-guide.com/item/slice_n_splice
+http://crafting-guide.com/item/small_power_unit
+http://crafting-guide.com/item/smooth_sandstone
+http://crafting-guide.com/item/snow_block
+http://crafting-guide.com/item/snow_carpet
+http://crafting-guide.com/item/snowball
+http://crafting-guide.com/item/solar_distiller
+http://crafting-guide.com/item/solar_helmet
+http://crafting-guide.com/item/solar_panel
+http://crafting-guide.com/item/solid_canning_machine
+http://crafting-guide.com/item/solid_heat_generator
+http://crafting-guide.com/item/soul_binder
+http://crafting-guide.com/item/soul_vial
+http://crafting-guide.com/item/soul_vial_filled
+http://crafting-guide.com/item/soularium
+http://crafting-guide.com/item/soularium_block
+http://crafting-guide.com/item/spatial_io_port
+http://crafting-guide.com/item/spatial_pylon
+http://crafting-guide.com/item/splash_potion_of_fire_resistance_2_15
+http://crafting-guide.com/item/splash_potion_of_fire_resistance_6_00
+http://crafting-guide.com/item/splash_potion_of_harming
+http://crafting-guide.com/item/splash_potion_of_harming_ii
+http://crafting-guide.com/item/splash_potion_of_healing
+http://crafting-guide.com/item/splash_potion_of_healing_ii
+http://crafting-guide.com/item/splash_potion_of_invisibility_2_15
+http://crafting-guide.com/item/splash_potion_of_invisibility_6_00
+http://crafting-guide.com/item/splash_potion_of_night_vision_2_15
+http://crafting-guide.com/item/splash_potion_of_night_vision_6_00
+http://crafting-guide.com/item/splash_potion_of_poison_0_33
+http://crafting-guide.com/item/splash_potion_of_poison_1_30
+http://crafting-guide.com/item/splash_potion_of_poison_ii_0_16
+http://crafting-guide.com/item/splash_potion_of_regeneration_0_33
+http://crafting-guide.com/item/splash_potion_of_regeneration_1_30
+http://crafting-guide.com/item/splash_potion_of_regeneration_ii_0_16
+http://crafting-guide.com/item/splash_potion_of_slowness_1_07
+http://crafting-guide.com/item/splash_potion_of_slowness_3_00
+http://crafting-guide.com/item/splash_potion_of_strength_2_15
+http://crafting-guide.com/item/splash_potion_of_strength_6_00
+http://crafting-guide.com/item/splash_potion_of_strength_ii_1_07
+http://crafting-guide.com/item/splash_potion_of_swiftness_2_15
+http://crafting-guide.com/item/splash_potion_of_swiftness_6_00
+http://crafting-guide.com/item/splash_potion_of_swiftness_ii_1_07
+http://crafting-guide.com/item/splash_potion_of_water_breathing_2_15
+http://crafting-guide.com/item/splash_potion_of_water_breathing_6_00
+http://crafting-guide.com/item/splash_potion_of_weakness_1_07
+http://crafting-guide.com/item/splash_potion_of_weakness_3_00
+http://crafting-guide.com/item/spruce_wood_planks
+http://crafting-guide.com/item/spruce_wood_slab
+http://crafting-guide.com/item/spruce_wood_stairs
+http://crafting-guide.com/item/staff_of_traveling
+http://crafting-guide.com/item/static_boots
+http://crafting-guide.com/item/steak
+http://crafting-guide.com/item/steam
+http://crafting-guide.com/item/steam_cell
+http://crafting-guide.com/item/steam_dynamo
+http://crafting-guide.com/item/steam_generator
+http://crafting-guide.com/item/steam_turbine
+http://crafting-guide.com/item/steam_turbine_blade
+http://crafting-guide.com/item/steel_rotor_blade
+http://crafting-guide.com/item/stick
+http://crafting-guide.com/item/sticky_dynamite
+http://crafting-guide.com/item/sticky_piston
+http://crafting-guide.com/item/sticky_resin
+http://crafting-guide.com/item/stirling_engine
+http://crafting-guide.com/item/stirling_generator
+http://crafting-guide.com/item/stone
+http://crafting-guide.com/item/stone_axe
+http://crafting-guide.com/item/stone_brick_stairs
+http://crafting-guide.com/item/stone_bricks
+http://crafting-guide.com/item/stone_bricks_slab
+http://crafting-guide.com/item/stone_dust
+http://crafting-guide.com/item/stone_fluid_pipe
+http://crafting-guide.com/item/stone_gear
+http://crafting-guide.com/item/stone_hoe
+http://crafting-guide.com/item/stone_kinesis_pipe
+http://crafting-guide.com/item/stone_mug
+http://crafting-guide.com/item/stone_pickaxe
+http://crafting-guide.com/item/stone_shovel
+http://crafting-guide.com/item/stone_slab
+http://crafting-guide.com/item/stone_stairs
+http://crafting-guide.com/item/stone_sword
+http://crafting-guide.com/item/stone_transport_pipe
+http://crafting-guide.com/item/string
+http://crafting-guide.com/item/stripes_transport_pipe
+http://crafting-guide.com/item/strongbox
+http://crafting-guide.com/item/sugar
+http://crafting-guide.com/item/sulfur
+http://crafting-guide.com/item/sulfur_dust
+http://crafting-guide.com/item/superheated_steam
+http://crafting-guide.com/item/superheated_steam_cell
+http://crafting-guide.com/item/tank
+http://crafting-guide.com/item/teleporter
+http://crafting-guide.com/item/template
+http://crafting-guide.com/item/terra_wart
+http://crafting-guide.com/item/terraformer
+http://crafting-guide.com/item/terrain_smasher
+http://crafting-guide.com/item/tesla_coil
+http://crafting-guide.com/item/tesseract
+http://crafting-guide.com/item/tesseract_frame_empty
+http://crafting-guide.com/item/tesseract_frame_full
+http://crafting-guide.com/item/tfbp_chilling
+http://crafting-guide.com/item/tfbp_cultivation
+http://crafting-guide.com/item/tfbp_desertification
+http://crafting-guide.com/item/tfbp_empty
+http://crafting-guide.com/item/tfbp_flatification
+http://crafting-guide.com/item/tfbp_irrigation
+http://crafting-guide.com/item/tfbp_mushroom
+http://crafting-guide.com/item/the_ender
+http://crafting-guide.com/item/the_vat
+http://crafting-guide.com/item/thermal_centrifuge
+http://crafting-guide.com/item/thick_neutron_reflector
+http://crafting-guide.com/item/thick_potion
+http://crafting-guide.com/item/tin_block
+http://crafting-guide.com/item/tin_cable
+http://crafting-guide.com/item/tin_can
+http://crafting-guide.com/item/tin_dust
+http://crafting-guide.com/item/tin_gear
+http://crafting-guide.com/item/tin_ingot
+http://crafting-guide.com/item/tin_item_casing
+http://crafting-guide.com/item/tin_nugget
+http://crafting-guide.com/item/tin_ore
+http://crafting-guide.com/item/tin_plate
+http://crafting-guide.com/item/tinker_s_alloy_blend
+http://crafting-guide.com/item/tinker_s_alloy_block
+http://crafting-guide.com/item/tinker_s_alloy_gear
+http://crafting-guide.com/item/tinker_s_alloy_ingot
+http://crafting-guide.com/item/tinker_s_alloy_nugget
+http://crafting-guide.com/item/tiny_pile_of_bronze_dust
+http://crafting-guide.com/item/tiny_pile_of_copper_dust
+http://crafting-guide.com/item/tiny_pile_of_gold_dust
+http://crafting-guide.com/item/tiny_pile_of_iron_dust
+http://crafting-guide.com/item/tiny_pile_of_lapis_dust
+http://crafting-guide.com/item/tiny_pile_of_lead_dust
+http://crafting-guide.com/item/tiny_pile_of_lithium_dust
+http://crafting-guide.com/item/tiny_pile_of_obsidian_dust
+http://crafting-guide.com/item/tiny_pile_of_plutonium
+http://crafting-guide.com/item/tiny_pile_of_silver_dust
+http://crafting-guide.com/item/tiny_pile_of_sulfur_dust
+http://crafting-guide.com/item/tiny_pile_of_tin_dust
+http://crafting-guide.com/item/tiny_pile_of_uranium_235
+http://crafting-guide.com/item/tiny_tnt
+http://crafting-guide.com/item/tnt
+http://crafting-guide.com/item/tool_box
+http://crafting-guide.com/item/torch
+http://crafting-guide.com/item/tormented_enderman_head
+http://crafting-guide.com/item/trade_o_mat
+http://crafting-guide.com/item/transformer_upgrade
+http://crafting-guide.com/item/translocation_plate
+http://crafting-guide.com/item/trapdoor
+http://crafting-guide.com/item/trapped_chest
+http://crafting-guide.com/item/travel_anchor
+http://crafting-guide.com/item/treetap
+http://crafting-guide.com/item/tripwire_hook
+http://crafting-guide.com/item/tuberous_flux_capacitor
+http://crafting-guide.com/item/turning_table
+http://crafting-guide.com/item/ultra_low_current_cable
+http://crafting-guide.com/item/universal_fluid_cell
+http://crafting-guide.com/item/uranium
+http://crafting-guide.com/item/uranium_235
+http://crafting-guide.com/item/uranium_238
+http://crafting-guide.com/item/uranium_block
+http://crafting-guide.com/item/uranium_cell
+http://crafting-guide.com/item/uranium_ore
+http://crafting-guide.com/item/uu_matter
+http://crafting-guide.com/item/uumatter_cell
+http://crafting-guide.com/item/vacuum_chest
+http://crafting-guide.com/item/vibrant_alloy
+http://crafting-guide.com/item/vibrant_alloy_block
+http://crafting-guide.com/item/vibrant_alloy_nugget
+http://crafting-guide.com/item/vibrant_capacitor_bank
+http://crafting-guide.com/item/vibrant_crystal
+http://crafting-guide.com/item/vibrant_quartz_glass
+http://crafting-guide.com/item/vibration_chamber
+http://crafting-guide.com/item/view_cell
+http://crafting-guide.com/item/void_fluid_pipe
+http://crafting-guide.com/item/void_transport_pipe
+http://crafting-guide.com/item/water_bottle
+http://crafting-guide.com/item/water_bucket
+http://crafting-guide.com/item/water_cell
+http://crafting-guide.com/item/water_mill
+http://crafting-guide.com/item/weed_ex
+http://crafting-guide.com/item/weeding_trowel
+http://crafting-guide.com/item/weighted_pressure_plate_heavy
+http://crafting-guide.com/item/weighted_pressure_plate_light
+http://crafting-guide.com/item/wheat
+http://crafting-guide.com/item/white_painter
+http://crafting-guide.com/item/white_rockwool
+http://crafting-guide.com/item/white_stained_clay
+http://crafting-guide.com/item/white_stained_glass
+http://crafting-guide.com/item/white_stained_glass_pane
+http://crafting-guide.com/item/wind_mill
+http://crafting-guide.com/item/windmeter
+http://crafting-guide.com/item/wireless_booster
+http://crafting-guide.com/item/wireless_charger
+http://crafting-guide.com/item/wireless_powered_light
+http://crafting-guide.com/item/wireless_powered_light_inverted
+http://crafting-guide.com/item/wireless_receiver
+http://crafting-guide.com/item/wireless_terminal
+http://crafting-guide.com/item/wood_gear
+http://crafting-guide.com/item/wood_rotor_blade
+http://crafting-guide.com/item/wooden_axe
+http://crafting-guide.com/item/wooden_crank
+http://crafting-guide.com/item/wooden_door
+http://crafting-guide.com/item/wooden_fluid_pipe
+http://crafting-guide.com/item/wooden_hoe
+http://crafting-guide.com/item/wooden_kinesis_pipe
+http://crafting-guide.com/item/wooden_pickaxe
+http://crafting-guide.com/item/wooden_shovel
+http://crafting-guide.com/item/wooden_sword
+http://crafting-guide.com/item/wooden_transport_pipe
+http://crafting-guide.com/item/wooden_turning_blank
+http://crafting-guide.com/item/wool
+http://crafting-guide.com/item/wrench
+http://crafting-guide.com/item/xp_bucket
+http://crafting-guide.com/item/yellow_carpet
+http://crafting-guide.com/item/yellow_painter
+http://crafting-guide.com/item/yellow_pipe_wire
+http://crafting-guide.com/item/yellow_rockwool
+http://crafting-guide.com/item/yellow_stained_clay
+http://crafting-guide.com/item/yellow_stained_glass
+http://crafting-guide.com/item/yellow_stained_glass_pane
+http://crafting-guide.com/item/yellow_wool
+http://crafting-guide.com/item/yeta_wrench
+http://crafting-guide.com/item/z_logic_controller
+http://crafting-guide.com/item/zombie_electrode
+http://crafting-guide.com/item/zombie_generator
+http://crafting-guide.com/item/zone_planner