Update prerendered pages for BuildCraft
This commit is contained in:
@@ -1,59 +0,0 @@
|
||||
#!/usr/bin/env coffee
|
||||
|
||||
Logger = require '../src/coffee/logger'
|
||||
|
||||
global._ = require 'underscore'
|
||||
global.Backbone = require 'backbone'
|
||||
global.logger = new Logger level:Logger.FATAL
|
||||
|
||||
require '../src/coffee/underscore_mixins'
|
||||
|
||||
{DefaultMods} = require '../src/coffee/constants'
|
||||
Mod = require '../src/coffee/models/mod'
|
||||
ModParser = require '../src/coffee/models/mod_parser'
|
||||
ModVersionParser = require '../src/coffee/models/mod_version_parser'
|
||||
fs = require 'fs'
|
||||
|
||||
modSlugs = {}
|
||||
itemSlugs = {}
|
||||
tutorialSlugs = []
|
||||
|
||||
base = 'http://crafting-guide.com'
|
||||
|
||||
urls = [
|
||||
"#{base}/"
|
||||
"#{base}/configure/"
|
||||
"#{base}/browse/"
|
||||
"#{base}/craft/"
|
||||
]
|
||||
|
||||
for modSlug, modData of DefaultMods
|
||||
modSlugs[modSlug] = modSlug
|
||||
|
||||
mod = new Mod slug:modSlug
|
||||
modParser = new ModParser model:mod
|
||||
modParser.parse fs.readFileSync "./static/data/#{modSlug}/mod.cg", 'utf-8'
|
||||
|
||||
mod.eachModVersion (modVersion)->
|
||||
modVersionDataFile = "./static/data/#{modSlug}/#{modVersion.version}/mod-version.cg"
|
||||
modVersionParser = new ModVersionParser model:modVersion
|
||||
modVersionParser.parse fs.readFileSync modVersionDataFile, 'utf-8'
|
||||
|
||||
modVersion.eachItem (item)->
|
||||
itemSlugs[item.slug] = item.slug
|
||||
|
||||
for tutorial in mod.tutorials
|
||||
tutorialSlugs.push mod:mod.slug, tutorial:tutorial.slug
|
||||
|
||||
for modSlug in _.values(modSlugs).sort()
|
||||
urls.push base + "/browse/#{modSlug}/"
|
||||
|
||||
for tutorialSlug in tutorialSlugs
|
||||
urls.push base + "/browse/#{tutorialSlug.mod}/tutorials/#{tutorialSlug.tutorial}/"
|
||||
|
||||
for key in _.keys(itemSlugs).sort()
|
||||
itemSlug = itemSlugs[key]
|
||||
urls.push base + "/browse/#{itemSlug.mod}/#{itemSlug.item}/"
|
||||
|
||||
for url in urls
|
||||
console.log url
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,117 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<title>Auto Workbench | The Ultimate Minecraft Crafting Guide</title>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/images/favicon.png" rel="icon" type="image/png">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/jquery-ui.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="view__feedback hideable" style="left: -250px; "><input name="name" placeholder="name (optional)"><input name="email" placeholder="email (optional)"><label name="comment">Comment:</label><textarea name="comment"></textarea><button name="send" disabled="disabled">send</button><div class="error hideable hidden"><p>Sending failed. Please try again later.</p></div><div class="label"><img src="/images/paper.png"><p>Feedback</p></div></div>
|
||||
<div class="view__screen"></div>
|
||||
<div class="content">
|
||||
<div class="view__header">
|
||||
<h1><a href="/" class="logo"><img src="/images/workbench_front.png"></a>
|
||||
<p>Crafting Guide for Minecraft</p>
|
||||
</h1>
|
||||
<div class="addthis_sharing_toolbox"></div>
|
||||
<div class="divider bottom">
|
||||
<div class="login"><span class="name"></span><a href="/login">Login</a></div>
|
||||
</div>
|
||||
<div class="navBar"><a data-page="home" href="/" style="z-index: 104; ">
|
||||
<p>Home</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="configure" href="/configure/" style="z-index: 103; ">
|
||||
<p>Configure</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="browse" href="/browse/" style="z-index: 102; ">
|
||||
<p>Browse</p>
|
||||
<div class="dot" style="opacity: 1; "></div></a><a data-page="craft" href="/craft/" style="z-index: 101; ">
|
||||
<p>Craft</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a></div>
|
||||
</div>
|
||||
<div class="page hideable view__item_page"><div class="sidebar"><div class="titleImage"><a><img src="/browse/buildcraft/auto_workbench/icon.png"></a></div><a target="new" class="officialPage externalLink hideable hidden"><p>Offical Documentation</p></a><button class="large craftingPlan">See Crafting Plan</button><ins class="view__adsense placeholder sidebar_skyscraper"></ins></div><div class="mainBody"><h1 class="name">Auto Workbench</h1><div class="byline hideable"><p>from <a href="/browse/buildcraft/">Buildcraft</a></p></div><div class="recipes section hideable"><h2>Recipe</h2><div class="panel"><div class="hideable view__full_recipe"><div class="input"><h3>Ingredients</h3><div class="view__inventory_table hideable"><table><tbody><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/wood_gear/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/wood_gear/">Wood Gear</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/minecraft/crafting_table/icon.png"></td><td width="*" class="name"><a href="/browse/minecraft/crafting_table/">Crafting Table</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="edit hideable hidden"><td class="quantity"><input name="quantity"></td><td class="icon"><img src="/images/unknown.png"></td><td width="*" class="name"><input name="name" class="ui-autocomplete-input" autocomplete="off"></td><td class="action"><button name="add" disabled="disabled">add</button></td></tr></tbody></table><div class="toolbar hideable hidden"><button name="clear">clear</button></div></div></div><div class="pattern"><table class="view__crafting_grid hideable"><tbody><tr><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="" href="/browse/buildcraft/wood_gear/" title="Wood Gear"><img src="/browse/buildcraft/wood_gear/icon.png" alt="Wood Gear"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr><tr><td><a class="" href="/browse/buildcraft/wood_gear/" title="Wood Gear"><img src="/browse/buildcraft/wood_gear/icon.png" alt="Wood Gear"></a></td><td><a class="" href="/browse/minecraft/crafting_table/" title="Crafting Table"><img src="/browse/minecraft/crafting_table/icon.png" alt="Crafting Table"></a></td><td><a class="" href="/browse/buildcraft/wood_gear/" title="Wood Gear"><img src="/browse/buildcraft/wood_gear/icon.png" alt="Wood Gear"></a></td></tr><tr><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="" href="/browse/buildcraft/wood_gear/" title="Wood Gear"><img src="/browse/buildcraft/wood_gear/icon.png" alt="Wood Gear"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr></tbody></table><div class="tool"><a href="/browse/minecraft/crafting_table/">Crafting Table</a></div></div><div class="output"><h3>Produces</h3><div class="view__inventory_table hideable"><table><tbody><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/auto_workbench/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/auto_workbench/">Auto Workbench</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="edit hideable hidden"><td class="quantity"><input name="quantity"></td><td class="icon"><img src="/images/unknown.png"></td><td width="*" class="name"><input name="name" class="ui-autocomplete-input" autocomplete="off"></td><td class="action"><button name="add" disabled="disabled">add</button></td></tr></tbody></table><div class="toolbar hideable hidden"><button name="clear">clear</button></div></div></div></div></div></div><div class="description section hideable"><h2>Description</h2><div class="panel markdown"><p>The Auto Workbench is very similar to a regular Crafting Table with several important improvements which make it ideal
|
||||
for automated workflows.</p>
|
||||
|
||||
<p>Start by opening the interface and laying out input items just like with a regular crafting table.</p>
|
||||
|
||||
<table><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center"><img alt="" src="gui.png"></td></tr></tbody></table>
|
||||
|
||||
<p>At this point, you'll notice that it does <em>not</em> actually craft anything, but it does show you want item <em>would</em> be
|
||||
crafted. Now, add enough ingredients to complete the recipe three times. Once you do, the workbench will automatically
|
||||
start works and drop the output item in the far-right inventory slot. If you pick up that item, it will automatically
|
||||
start working on the next one.</p>
|
||||
|
||||
<p>To see the full potential of the Auto Workbench, you must use transport pipes to transfer input items into the
|
||||
workbench. These will be divided evenly between all the appropriate places in the crafting grid, and once enough items
|
||||
have arrived, the next item will be produced. If these items are piped out, production will be completely automated.</p>
|
||||
|
||||
<p>For example, here's a setup which converts sticks into wood gears:</p>
|
||||
|
||||
<table><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center"><img alt="" src="example.png"></td></tr><tr><td align="center"><em><a href="/craft/2.chest:auto_workbench:2.basic_gate_autarchic_pulsar:2.wooden_transport_pipe">see the crafting plan</a></em></td></tr></tbody></table>
|
||||
|
||||
<ol><li>a chest full of sticks</li><li>a Basic Gate (Autarchic Pulsar) on a Wooden Pipe which extracts the items</li><li>an Auto Workbench configured to produce gears (as seen above)</li><li>a second pipe and gate which extracts items from the Auto Workbench</li></ol>
|
||||
|
||||
<p>See also: <a original="[Basic Gate (Autarchic Pulsar)]" href="/browse/buildcraft/basic_gate_autarchic_pulsar/">Basic Gate (Autarchic Pulsar)</a>, <a original="[Wooden Transport Pipe]" href="/browse/buildcraft/wooden_transport_pipe/">Wooden Transport Pipe</a></p></div></div><div class="videos section hideable hidden"><h2>Videos</h2><div class="panel"></div></div><div class="view__item_group usedToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group usedAsToolToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group similar hideable section"><h2>Other Building Machines</h2><div class="panel"><div class="hideable view__item"><a href="/browse/buildcraft/advanced_crafting_table/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/advanced_crafting_table/icon.png"></td><td width="*" class="itemName">Advanced Crafting Table</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/architect_table/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/architect_table/icon.png"></td><td width="*" class="itemName">Architect Table</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/auto_workbench/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/auto_workbench/icon.png"></td><td width="*" class="itemName">Auto Workbench</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/blueprint/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/blueprint/icon.png"></td><td width="*" class="itemName">Blueprint</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/blueprint_library/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/blueprint_library/icon.png"></td><td width="*" class="itemName">Blueprint Library</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/builder/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/builder/icon.png"></td><td width="*" class="itemName">Builder</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/construction_mark/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/construction_mark/icon.png"></td><td width="*" class="itemName">Construction Mark</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/filler/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/filler/icon.png"></td><td width="*" class="itemName">Filler</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/land_mark/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/land_mark/icon.png"></td><td width="*" class="itemName">Land Mark</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/path_mark/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/path_mark/icon.png"></td><td width="*" class="itemName">Path Mark</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/requester/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/requester/icon.png"></td><td width="*" class="itemName">Requester</td></tr></tbody></table></a></div></div></div></div></div>
|
||||
<div class="view__footer">
|
||||
<div class="divider top"></div>
|
||||
<div class="left">
|
||||
<h2>
|
||||
<p>About</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide gives step-by-step tutorials for making anything in Minecraft or its many mods. Just say what
|
||||
you'd like to make, what you already have, it will do the rest, giving you a list of raw materials you need
|
||||
to collect and step-by-step instructions of how much to make of which items in the proper order. You can
|
||||
even ask it to include the materials and instructions for all the tools you'll need along the way!
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="center">
|
||||
<h2>
|
||||
<p>Donate</p>
|
||||
</h2>
|
||||
<p>Crafting Guide is free for all, but if you find it helpful, donations in any amount are gratefully accepted.</p>
|
||||
<div class="action">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="centered">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="GCB2TYZJYLAE6">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<h2>
|
||||
<p>Get Involved</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide is completely open-source, and you can help! Whether you want to write a recipe book (all
|
||||
simple JSON), or implement new features, just head over to GitHub to get started.
|
||||
</p>
|
||||
<div class="action">
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=andrewminer&repo=crafting-guide&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="32"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divider bottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/underscore.js"></script>
|
||||
<script src="/js/jquery.js"></script>
|
||||
<script src="/js/backbone.js"></script>
|
||||
<script src="/js/jade.js"></script>
|
||||
<script src="/js/markdown.js"></script>
|
||||
<script src="/js/when.js"></script>
|
||||
<script src="/js/jquery-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
if (window.location.hostname === 'crafting-guide.com') {
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-54970416-2', 'crafting-guide.com');
|
||||
ga('require', 'displayfeatures');
|
||||
ga('require', 'linkid', 'linkid.js');
|
||||
}
|
||||
</script>
|
||||
|
||||
<div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div><div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-1" tabindex="0" style="display: none; "></ul><span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-2" tabindex="0" style="display: none; "></ul><span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<title>Gate Copier | The Ultimate Minecraft Crafting Guide</title>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/images/favicon.png" rel="icon" type="image/png">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/jquery-ui.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="view__feedback hideable" style="left: -250px; "><input name="name" placeholder="name (optional)"><input name="email" placeholder="email (optional)"><label name="comment">Comment:</label><textarea name="comment"></textarea><button name="send" disabled="disabled">send</button><div class="error hideable hidden"><p>Sending failed. Please try again later.</p></div><div class="label"><img src="/images/paper.png"><p>Feedback</p></div></div>
|
||||
<div class="view__screen"></div>
|
||||
<div class="content">
|
||||
<div class="view__header">
|
||||
<h1><a href="/" class="logo"><img src="/images/workbench_front.png"></a>
|
||||
<p>Crafting Guide for Minecraft</p>
|
||||
</h1>
|
||||
<div class="addthis_sharing_toolbox"></div>
|
||||
<div class="divider bottom">
|
||||
<div class="login"><span class="name"></span><a href="/login">Login</a></div>
|
||||
</div>
|
||||
<div class="navBar"><a data-page="home" href="/" style="z-index: 104; ">
|
||||
<p>Home</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="configure" href="/configure/" style="z-index: 103; ">
|
||||
<p>Configure</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="browse" href="/browse/" style="z-index: 102; ">
|
||||
<p>Browse</p>
|
||||
<div class="dot" style="opacity: 1; "></div></a><a data-page="craft" href="/craft/" style="z-index: 101; ">
|
||||
<p>Craft</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a></div>
|
||||
</div>
|
||||
<div class="page hideable view__item_page"><div class="sidebar"><div class="titleImage"><a><img src="/browse/buildcraft/gate_copier/icon.png"></a></div><a target="new" class="officialPage externalLink hideable hidden"><p>Offical Documentation</p></a><button class="large craftingPlan">See Crafting Plan</button><ins class="view__adsense placeholder sidebar_skyscraper"></ins></div><div class="mainBody"><h1 class="name">Gate Copier</h1><div class="byline hideable"><p>from <a href="/browse/buildcraft/">Buildcraft</a></p></div><div class="recipes section hideable"><h2>Recipe</h2><div class="panel"><div class="hideable view__full_recipe"><div class="input"><h3>Ingredients</h3><div class="view__inventory_table hideable"><table><tbody><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/redstone_chipset/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/redstone_chipset/">Redstone Chipset</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/wrench/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/wrench/">Wrench</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="edit hideable hidden"><td class="quantity"><input name="quantity"></td><td class="icon"><img src="/images/unknown.png"></td><td width="*" class="name"><input name="name" class="ui-autocomplete-input" autocomplete="off"></td><td class="action"><button name="add" disabled="disabled">add</button></td></tr></tbody></table><div class="toolbar hideable hidden"><button name="clear">clear</button></div></div></div><div class="pattern"><table class="view__crafting_grid hideable"><tbody><tr><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr><tr><td><a class="" href="/browse/buildcraft/wrench/" title="Wrench"><img src="/browse/buildcraft/wrench/icon.png" alt="Wrench"></a></td><td><a class="" href="/browse/buildcraft/redstone_chipset/" title="Redstone Chipset"><img src="/browse/buildcraft/redstone_chipset/icon.png" alt="Redstone Chipset"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr><tr><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr></tbody></table><div class="tool"></div></div><div class="output"><h3>Produces</h3><div class="view__inventory_table hideable"><table><tbody><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/gate_copier/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/gate_copier/">Gate Copier</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="edit hideable hidden"><td class="quantity"><input name="quantity"></td><td class="icon"><img src="/images/unknown.png"></td><td width="*" class="name"><input name="name" class="ui-autocomplete-input" autocomplete="off"></td><td class="action"><button name="add" disabled="disabled">add</button></td></tr></tbody></table><div class="toolbar hideable hidden"><button name="clear">clear</button></div></div></div></div></div></div><div class="description section hideable hidden"><h2>Description</h2><div class="panel markdown"></div></div><div class="videos section hideable hidden"><h2>Videos</h2><div class="panel"></div></div><div class="view__item_group usedToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group usedAsToolToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group similar hideable section"><h2>Other Tools</h2><div class="panel"><div class="hideable view__item"><a href="/browse/buildcraft/gate_copier/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/gate_copier/icon.png"></td><td width="*" class="itemName">Gate Copier</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/wrench/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/wrench/icon.png"></td><td width="*" class="itemName">Wrench</td></tr></tbody></table></a></div></div></div></div></div>
|
||||
<div class="view__footer">
|
||||
<div class="divider top"></div>
|
||||
<div class="left">
|
||||
<h2>
|
||||
<p>About</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide gives step-by-step tutorials for making anything in Minecraft or its many mods. Just say what
|
||||
you'd like to make, what you already have, it will do the rest, giving you a list of raw materials you need
|
||||
to collect and step-by-step instructions of how much to make of which items in the proper order. You can
|
||||
even ask it to include the materials and instructions for all the tools you'll need along the way!
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="center">
|
||||
<h2>
|
||||
<p>Donate</p>
|
||||
</h2>
|
||||
<p>Crafting Guide is free for all, but if you find it helpful, donations in any amount are gratefully accepted.</p>
|
||||
<div class="action">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="centered">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="GCB2TYZJYLAE6">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<h2>
|
||||
<p>Get Involved</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide is completely open-source, and you can help! Whether you want to write a recipe book (all
|
||||
simple JSON), or implement new features, just head over to GitHub to get started.
|
||||
</p>
|
||||
<div class="action">
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=andrewminer&repo=crafting-guide&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="32"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divider bottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/underscore.js"></script>
|
||||
<script src="/js/jquery.js"></script>
|
||||
<script src="/js/backbone.js"></script>
|
||||
<script src="/js/jade.js"></script>
|
||||
<script src="/js/markdown.js"></script>
|
||||
<script src="/js/when.js"></script>
|
||||
<script src="/js/jquery-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
if (window.location.hostname === 'crafting-guide.com') {
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-54970416-2', 'crafting-guide.com');
|
||||
ga('require', 'displayfeatures');
|
||||
ga('require', 'linkid', 'linkid.js');
|
||||
}
|
||||
</script>
|
||||
|
||||
<div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div><div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-1" tabindex="0" style="display: none; "></ul><span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-2" tabindex="0" style="display: none; "></ul><span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<title>Pump | The Ultimate Minecraft Crafting Guide</title>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/images/favicon.png" rel="icon" type="image/png">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/jquery-ui.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="view__feedback hideable" style="left: -250px; "><input name="name" placeholder="name (optional)"><input name="email" placeholder="email (optional)"><label name="comment">Comment:</label><textarea name="comment"></textarea><button name="send" disabled="disabled">send</button><div class="error hideable hidden"><p>Sending failed. Please try again later.</p></div><div class="label"><img src="/images/paper.png"><p>Feedback</p></div></div>
|
||||
<div class="view__screen"></div>
|
||||
<div class="content">
|
||||
<div class="view__header">
|
||||
<h1><a href="/" class="logo"><img src="/images/workbench_front.png"></a>
|
||||
<p>Crafting Guide for Minecraft</p>
|
||||
</h1>
|
||||
<div class="addthis_sharing_toolbox"></div>
|
||||
<div class="divider bottom">
|
||||
<div class="login"><span class="name"></span><a href="/login">Login</a></div>
|
||||
</div>
|
||||
<div class="navBar"><a data-page="home" href="/" style="z-index: 104; ">
|
||||
<p>Home</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="configure" href="/configure/" style="z-index: 103; ">
|
||||
<p>Configure</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="browse" href="/browse/" style="z-index: 102; ">
|
||||
<p>Browse</p>
|
||||
<div class="dot" style="opacity: 1; "></div></a><a data-page="craft" href="/craft/" style="z-index: 101; ">
|
||||
<p>Craft</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a></div>
|
||||
</div>
|
||||
<div class="page hideable view__item_page"><div class="sidebar"><div class="titleImage"><a><img src="/browse/buildcraft/pump/icon.png"></a></div><a target="new" class="officialPage externalLink hideable hidden"><p>Offical Documentation</p></a><button class="large craftingPlan">See Crafting Plan</button><ins class="view__adsense placeholder sidebar_skyscraper"></ins></div><div class="mainBody"><h1 class="name">Pump</h1><div class="byline hideable"><p>from <a href="/browse/buildcraft/">Buildcraft</a></p></div><div class="recipes section hideable"><h2>Recipe</h2><div class="panel"><div class="hideable view__full_recipe"><div class="input"><h3>Ingredients</h3><div class="view__inventory_table hideable"><table><tbody><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/mining_well/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/mining_well/">Mining Well</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/tank/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/tank/">Tank</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="edit hideable hidden"><td class="quantity"><input name="quantity"></td><td class="icon"><img src="/images/unknown.png"></td><td width="*" class="name"><input name="name" class="ui-autocomplete-input" autocomplete="off"></td><td class="action"><button name="add" disabled="disabled">add</button></td></tr></tbody></table><div class="toolbar hideable hidden"><button name="clear">clear</button></div></div></div><div class="pattern"><table class="view__crafting_grid hideable"><tbody><tr><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="" href="/browse/buildcraft/tank/" title="Tank"><img src="/browse/buildcraft/tank/icon.png" alt="Tank"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr><tr><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="" href="/browse/buildcraft/mining_well/" title="Mining Well"><img src="/browse/buildcraft/mining_well/icon.png" alt="Mining Well"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr><tr><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td><td><a class="empty"><img src="/images/empty.png"></a></td></tr></tbody></table><div class="tool"></div></div><div class="output"><h3>Produces</h3><div class="view__inventory_table hideable"><table><tbody><tr class="hideable view__stack"><td class="quantity"><input readonly="readonly"></td><td class="icon"><img src="/browse/buildcraft/pump/icon.png"></td><td width="*" class="name"><a href="/browse/buildcraft/pump/">Pump</a></td><td class="action" style="display: none; "><button class="remove"> </button></td></tr><tr class="edit hideable hidden"><td class="quantity"><input name="quantity"></td><td class="icon"><img src="/images/unknown.png"></td><td width="*" class="name"><input name="name" class="ui-autocomplete-input" autocomplete="off"></td><td class="action"><button name="add" disabled="disabled">add</button></td></tr></tbody></table><div class="toolbar hideable hidden"><button name="clear">clear</button></div></div></div></div></div></div><div class="description section hideable hidden"><h2>Description</h2><div class="panel markdown"></div></div><div class="videos section hideable hidden"><h2>Videos</h2><div class="panel"></div></div><div class="view__item_group usedToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group usedAsToolToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group similar hideable section"><h2>Other Fluid Machines</h2><div class="panel"><div class="hideable view__item"><a href="/browse/buildcraft/flood_gate/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/flood_gate/icon.png"></td><td width="*" class="itemName">Flood Gate</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/pump/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/pump/icon.png"></td><td width="*" class="itemName">Pump</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/refinery/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/refinery/icon.png"></td><td width="*" class="itemName">Refinery</td></tr></tbody></table></a></div><div class="hideable view__item"><a href="/browse/buildcraft/tank/"><table><tbody><tr><td class="itemIcon"><img src="/browse/buildcraft/tank/icon.png"></td><td width="*" class="itemName">Tank</td></tr></tbody></table></a></div></div></div></div></div>
|
||||
<div class="view__footer">
|
||||
<div class="divider top"></div>
|
||||
<div class="left">
|
||||
<h2>
|
||||
<p>About</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide gives step-by-step tutorials for making anything in Minecraft or its many mods. Just say what
|
||||
you'd like to make, what you already have, it will do the rest, giving you a list of raw materials you need
|
||||
to collect and step-by-step instructions of how much to make of which items in the proper order. You can
|
||||
even ask it to include the materials and instructions for all the tools you'll need along the way!
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="center">
|
||||
<h2>
|
||||
<p>Donate</p>
|
||||
</h2>
|
||||
<p>Crafting Guide is free for all, but if you find it helpful, donations in any amount are gratefully accepted.</p>
|
||||
<div class="action">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="centered">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="GCB2TYZJYLAE6">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<h2>
|
||||
<p>Get Involved</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide is completely open-source, and you can help! Whether you want to write a recipe book (all
|
||||
simple JSON), or implement new features, just head over to GitHub to get started.
|
||||
</p>
|
||||
<div class="action">
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=andrewminer&repo=crafting-guide&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="32"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divider bottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/underscore.js"></script>
|
||||
<script src="/js/jquery.js"></script>
|
||||
<script src="/js/backbone.js"></script>
|
||||
<script src="/js/jade.js"></script>
|
||||
<script src="/js/markdown.js"></script>
|
||||
<script src="/js/when.js"></script>
|
||||
<script src="/js/jquery-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
if (window.location.hostname === 'crafting-guide.com') {
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-54970416-2', 'crafting-guide.com');
|
||||
ga('require', 'displayfeatures');
|
||||
ga('require', 'linkid', 'linkid.js');
|
||||
}
|
||||
</script>
|
||||
|
||||
<div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div><div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-1" tabindex="0" style="display: none; "></ul><span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-2" tabindex="0" style="display: none; "></ul><span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<title>The Ultimate Minecraft Crafting Guide</title>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/images/favicon.png" rel="icon" type="image/png">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/jquery-ui.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="view__feedback hideable" style="left: -250px; "><input name="name" placeholder="name (optional)"><input name="email" placeholder="email (optional)"><label name="comment">Comment:</label><textarea name="comment"></textarea><button name="send" disabled="disabled">send</button><div class="error hideable hidden"><p>Sending failed. Please try again later.</p></div><div class="label"><img src="/images/paper.png"><p>Feedback</p></div></div>
|
||||
<div class="view__screen"></div>
|
||||
<div class="content">
|
||||
<div class="view__header">
|
||||
<h1><a href="/" class="logo"><img src="/images/workbench_front.png"></a>
|
||||
<p>Crafting Guide for Minecraft</p>
|
||||
</h1>
|
||||
<div class="addthis_sharing_toolbox"></div>
|
||||
<div class="divider bottom">
|
||||
<div class="login"><span class="name"></span><a href="/login">Login</a></div>
|
||||
</div>
|
||||
<div class="navBar"><a data-page="home" href="/" style="z-index: 104; ">
|
||||
<p>Home</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="configure" href="/configure/" style="z-index: 103; ">
|
||||
<p>Configure</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a><a data-page="browse" href="/browse/" style="z-index: 102; ">
|
||||
<p>Browse</p>
|
||||
<div class="dot" style="opacity: 1; "></div></a><a data-page="craft" href="/craft/" style="z-index: 101; ">
|
||||
<p>Craft</p>
|
||||
<div class="dot" style="opacity: 0; "></div></a></div>
|
||||
</div>
|
||||
<div class="page hideable view__item_page hiding"><div class="sidebar"><div class="titleImage"><a><img></a></div><a target="new" class="officialPage externalLink hideable hidden"><p>Offical Documentation</p></a><button class="large craftingPlan">See Crafting Plan</button><ins class="view__adsense placeholder sidebar_skyscraper"></ins></div><div class="mainBody"><h1 class="name"></h1><div class="byline hideable hidden"><p>from <a></a></p></div><div class="recipes section hideable hidden"><h2>Recipes</h2><div class="panel"></div></div><div class="description section hideable hidden"><h2>Description</h2><div class="panel markdown"></div></div><div class="videos section hideable hidden"><h2>Videos</h2><div class="panel"></div></div><div class="view__item_group usedToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group usedAsToolToMake hideable hiding section hidden"><h2></h2><div class="panel"></div></div><div class="view__item_group similar hideable hiding section hidden"><h2></h2><div class="panel"></div></div></div></div>
|
||||
<div class="view__footer">
|
||||
<div class="divider top"></div>
|
||||
<div class="left">
|
||||
<h2>
|
||||
<p>About</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide gives step-by-step tutorials for making anything in Minecraft or its many mods. Just say what
|
||||
you'd like to make, what you already have, it will do the rest, giving you a list of raw materials you need
|
||||
to collect and step-by-step instructions of how much to make of which items in the proper order. You can
|
||||
even ask it to include the materials and instructions for all the tools you'll need along the way!
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="center">
|
||||
<h2>
|
||||
<p>Donate</p>
|
||||
</h2>
|
||||
<p>Crafting Guide is free for all, but if you find it helpful, donations in any amount are gratefully accepted.</p>
|
||||
<div class="action">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="centered">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="GCB2TYZJYLAE6">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<h2>
|
||||
<p>Get Involved</p>
|
||||
</h2>
|
||||
<p>
|
||||
Crafting Guide is completely open-source, and you can help! Whether you want to write a recipe book (all
|
||||
simple JSON), or implement new features, just head over to GitHub to get started.
|
||||
</p>
|
||||
<div class="action">
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=andrewminer&repo=crafting-guide&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="32"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divider bottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/underscore.js"></script>
|
||||
<script src="/js/jquery.js"></script>
|
||||
<script src="/js/backbone.js"></script>
|
||||
<script src="/js/jade.js"></script>
|
||||
<script src="/js/markdown.js"></script>
|
||||
<script src="/js/when.js"></script>
|
||||
<script src="/js/jquery-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
if (window.location.hostname === 'crafting-guide.com') {
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-54970416-2', 'crafting-guide.com');
|
||||
ga('require', 'displayfeatures');
|
||||
ga('require', 'linkid', 'linkid.js');
|
||||
}
|
||||
</script>
|
||||
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user