diff --git a/src/coffee/constants.coffee b/src/coffee/constants.coffee index 9b8fdb404..a933476e5 100644 --- a/src/coffee/constants.coffee +++ b/src/coffee/constants.coffee @@ -14,7 +14,7 @@ exports.DefaultMods = minecraft: { defaultVersion: '1.7.10' } applied_energistics_2: { defaultVersion: 'rv1-stable-1' } big_reactors: { defaultVersion: '0.4.2A2' } - buildcraft: { defaultVersion: '6.2.6' } + buildcraft: { defaultVersion: '6.4.6' } enderio: { defaultVersion: '2.2.7.325' } forestry: { defaultVersion: '3.4.0.7' } ic2_classic: { defaultVersion: 'none' } diff --git a/src/coffee/models/mod.coffee b/src/coffee/models/mod.coffee index 465025879..1553f0c79 100644 --- a/src/coffee/models/mod.coffee +++ b/src/coffee/models/mod.coffee @@ -32,14 +32,11 @@ module.exports = class Mod extends BaseModel @_modVersions = [] @_tutorials = [] - Object.defineProperties this, - 'activeModVersion': { get:-> @_activeModVersion } - 'activeVersion': { get:@getActiveVersion, set:@setActiveVersion } - 'enabled': { get:-> @_activeModVersion? } + @once Event.sync, => @_verifyActiveModVersion() # Class Methods ################################################################################## - @Version = + @Version: Version = None: 'none' Latest: 'latest' @@ -134,6 +131,12 @@ module.exports = class Mod extends BaseModel @trigger Event.change + ':activeVersion', this, @_activeVersion @trigger Event.change, this + getActiveModVersion: -> + return @_activeModVersion + + isEnabled: -> + return @activeModVersion? + addModVersion: (modVersion)-> return unless modVersion? return if @_modVersions.indexOf(modVersion) isnt -1 @@ -178,7 +181,10 @@ module.exports = class Mod extends BaseModel return null Object.defineProperties @prototype, - tutorials: { get:@prototype.getAllTutorials } + activeModVersion: { get:@prototype.getActiveModVersion } + activeVersion: { get:@prototype.getActiveVersion, set:@prototype.setActiveVersion } + enabled: { get:@prototype.isEnabled } + tutorials: { get:@prototype.getAllTutorials } # Backbone.View Overrides ###################################################################### @@ -203,3 +209,8 @@ module.exports = class Mod extends BaseModel if @_activeModVersion? @listenTo @_activeModVersion, 'all', -> @trigger.apply this, arguments + + _verifyActiveModVersion: -> + if (@_activeVersion isnt Version.None) and (not @_activeModVersion?) + logger.warning => "#{@slug} no longer has a version #{@_activeVersion}, using latest instead" + @activeVersion = Version.Latest diff --git a/static/browse/buildcraft/1000mb_fuel/icon.png b/static/browse/buildcraft/1000mb_fuel/icon.png new file mode 100644 index 000000000..94766da74 Binary files /dev/null and b/static/browse/buildcraft/1000mb_fuel/icon.png differ diff --git a/static/browse/buildcraft/1000mb_oil/icon.png b/static/browse/buildcraft/1000mb_oil/icon.png new file mode 100644 index 000000000..1a0f113dc Binary files /dev/null and b/static/browse/buildcraft/1000mb_oil/icon.png differ diff --git a/static/browse/buildcraft/advanced_crafting_table/gui.png b/static/browse/buildcraft/advanced_crafting_table/gui.png deleted file mode 100644 index 1001ce3d2..000000000 Binary files a/static/browse/buildcraft/advanced_crafting_table/gui.png and /dev/null differ diff --git a/static/browse/buildcraft/advanced_crafting_table/icon.png b/static/browse/buildcraft/advanced_crafting_table/icon.png index d97edd317..6fa3ebaa2 100644 Binary files a/static/browse/buildcraft/advanced_crafting_table/icon.png and b/static/browse/buildcraft/advanced_crafting_table/icon.png differ diff --git a/static/browse/buildcraft/advanced_crafting_table/index.html b/static/browse/buildcraft/advanced_crafting_table/index.html deleted file mode 100644 index fa12fdb18..000000000 --- a/static/browse/buildcraft/advanced_crafting_table/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - Advanced Crafting Table | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Advanced Crafting Table

Description

The advanced crafting table is an improved version of the basic automatic crafting table. It contains an inventory -for storing the input and an inventory for storing the outputs of the crafting process, making it potentially more -easy and seamless to create large automatic crafting systems. The advanced crafting table requires 500 MJ to craft -any recipe.

- -
GUI
- -

Check out the Auto Workbench for a simpler automated crafting solution which -requires no power.

Video

Intro Video by CovertJaguar

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/advanced_crafting_table/item.cg b/static/browse/buildcraft/advanced_crafting_table/item.cg deleted file mode 100644 index 08b4cfdc0..000000000 --- a/static/browse/buildcraft/advanced_crafting_table/item.cg +++ /dev/null @@ -1,20 +0,0 @@ -schema: 1 - -officialUrl: http://www.mod-buildcraft.com/wiki/doku.php?id=advanced_crafting_table - -video: -Z-Kl3IRjxE, Intro Video by CovertJaguar - -description:<<-END -The advanced crafting table is an improved version of the basic automatic crafting table. It contains an inventory -for storing the input and an inventory for storing the outputs of the crafting process, making it potentially more -easy and seamless to create large automatic crafting systems. The advanced crafting table requires 500 MJ to craft -any recipe. - -| | -|:-----------------:| -| ![GUI](gui.png) | - -Check out the [Auto Workbench](/browse/buildcraft/auto_workbench/) for a simpler automated crafting solution which -requires no power. - -END diff --git a/static/browse/buildcraft/architect_table/icon.png b/static/browse/buildcraft/architect_table/icon.png index bd1cbbe34..eed81ece9 100644 Binary files a/static/browse/buildcraft/architect_table/icon.png and b/static/browse/buildcraft/architect_table/icon.png differ diff --git a/static/browse/buildcraft/architect_table/index.html b/static/browse/buildcraft/architect_table/index.html deleted file mode 100644 index 8d1810fcd..000000000 --- a/static/browse/buildcraft/architect_table/index.html +++ /dev/null @@ -1,126 +0,0 @@ - - Architect Table | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Architect Table

Description

The architect table is the block able to record portions of world in blueprints and templates. The portion of the world -to be recorded can be defined by a set of land marks. The recording time will depend on the size of the world to record.

- -

Template Recording

- -

Recording a template is relatively simple. Each non-soft block present in the area will be considered as opaque, all -other ones will be clear. Options on the left-end side of the architect table are ineffective when recording a template.

- -

Blueprint Recording

- -

When recording the contents of an area in a blueprint, the architect table will look at every block and supported -entity in the recording area and decide to store it or not - and how to store it - according to the rules of its -schematic. It will also record the necessary requirements to build that block or entity back in the world.

- -

One of the issues with recording a blueprint is third party mod contents inside the blueprint. Many mods don't offer -explicit support for blueprints yet. Blueprints will have some default capabilities which will allow support to simple -foreign blocks, but this support will be quite limited. If you don't have any specific information on the status of -support, it's a good idea to try out things before recording the blueprint.

- -

Recording options on the left allow to mitigate these issues (among other things):

- -
  • Rotate:[On|Off]: By default, blueprints are rotated in order to follow the direction intended by the builder. -However, many mods don't provide the necessary schematics to support rotation of their contents. In this case, it's a -good idea to deactivate rotation altogether. This way, blueprint building will not rotate anymore and the result will -look much more consistent.
  • Blocks:[All|Simple]: It is possible to only record “simple” blocks in a blueprint, that is blocks that don't have -any specific behavior (or tile) associated to them. For example, a stone block would be considered as simple, a chest -would be considered as complex. Usually, restricting the recording to “simple” blocks only will prevent from -recording blocks that are the most likely to exhibit wrong behavior due to lack of schematic.
  • Excavate:[On|Off]: By default, soft blocks in the blueprint will result in clearing the corresponding locations -when building. If you want to avoid clearing the area when building, set this option to Off.
  • Mods:[All|Support]: Mods have the ability to declare explicit support to blueprints. If this option is “support”, -only blocks and mods that are indeed explicitly supported will be recorded in the blueprint.
- -

Note that there are further options in the configuration files to control what is allowed and not allowed to be -recorded in blueprint, builder.excludedBlocks and -builder.excludedMods.

Video

Intro Video by Minecraft in Minutes

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/architect_table/item.cg b/static/browse/buildcraft/architect_table/item.cg deleted file mode 100644 index a08cf85b5..000000000 --- a/static/browse/buildcraft/architect_table/item.cg +++ /dev/null @@ -1,46 +0,0 @@ -schema: 1 - -officialUrl: http://www.mod-buildcraft.com/wiki/doku.php?id=architect - -video: VEj4CJ4DDlQ, Intro Video by Minecraft in Minutes - -description:<<-END -The architect table is the block able to record portions of world in blueprints and templates. The portion of the world -to be recorded can be defined by a set of land marks. The recording time will depend on the size of the world to record. - -# Template Recording - -Recording a template is relatively simple. Each non-soft block present in the area will be considered as opaque, all -other ones will be clear. Options on the left-end side of the architect table are ineffective when recording a template. - -# Blueprint Recording - -When recording the contents of an area in a blueprint, the architect table will look at every block and supported -entity in the recording area and decide to store it or not - and how to store it - according to the rules of its -schematic. It will also record the necessary requirements to build that block or entity back in the world. - -One of the issues with recording a blueprint is third party mod contents inside the blueprint. Many mods don't offer -explicit support for blueprints yet. Blueprints will have some default capabilities which will allow support to simple -foreign blocks, but this support will be quite limited. If you don't have any specific information on the status of -support, it's a good idea to try out things before recording the blueprint. - -Recording options on the left allow to mitigate these issues (among other things): - -- **Rotate:[On|Off]:** By default, blueprints are rotated in order to follow the direction intended by the builder. - However, many mods don't provide the necessary schematics to support rotation of their contents. In this case, it's a - good idea to deactivate rotation altogether. This way, blueprint building will not rotate anymore and the result will - look much more consistent. -- **Blocks:[All|Simple]:** It is possible to only record “simple” blocks in a blueprint, that is blocks that don't have - any specific behavior (or tile) associated to them. For example, a stone block would be considered as simple, a chest - would be considered as complex. Usually, restricting the recording to “simple” blocks only will prevent from - recording blocks that are the most likely to exhibit wrong behavior due to lack of schematic. -- **Excavate:[On|Off]:** By default, soft blocks in the blueprint will result in clearing the corresponding locations - when building. If you want to avoid clearing the area when building, set this option to Off. -- **Mods:[All|Support]:** Mods have the ability to declare explicit support to blueprints. If this option is “support”, - only blocks and mods that are indeed explicitly supported will be recorded in the blueprint. - -Note that there are further options in the configuration files to control what is allowed and not allowed to be -recorded in blueprint, [builder.excludedBlocks](http://www.mod-buildcraft.com/wiki/doku.php?id=configuration) and -[builder.excludedMods](http://www.mod-buildcraft.com/wiki/doku.php?id=configuration). - -END diff --git a/static/browse/buildcraft/assembly_table/gui.png b/static/browse/buildcraft/assembly_table/gui.png deleted file mode 100644 index 2773c8554..000000000 Binary files a/static/browse/buildcraft/assembly_table/gui.png and /dev/null differ diff --git a/static/browse/buildcraft/assembly_table/icon.png b/static/browse/buildcraft/assembly_table/icon.png index ee969565f..fee8e7eb2 100644 Binary files a/static/browse/buildcraft/assembly_table/icon.png and b/static/browse/buildcraft/assembly_table/icon.png differ diff --git a/static/browse/buildcraft/assembly_table/in-world-1.png b/static/browse/buildcraft/assembly_table/in-world-1.png deleted file mode 100644 index 1b68745f6..000000000 Binary files a/static/browse/buildcraft/assembly_table/in-world-1.png and /dev/null differ diff --git a/static/browse/buildcraft/assembly_table/index.html b/static/browse/buildcraft/assembly_table/index.html deleted file mode 100644 index 34e1c8e36..000000000 --- a/static/browse/buildcraft/assembly_table/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - Assembly Table | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Assembly Table

Recipe

Ingredients

Produces

Assembly Table

Description

The architect table is the block able to record portions of world in blueprints and templates. The portion of the world -to be recorded can be defined by a set of land marks. The recording time will depend on the size of the world to record.

- -

The assembly table is a new crafting entity that allows to craft advanced BuildCraft objects, such as chipsets, wires -or gates. It needs to be operated by lasers which will work on it. The interface looks as follows:

- -
GUI
- -

Input material are located on the left end. It doesn't matter in which particular order theyare placed. Potential -outputs are listed on the right end, In the middle, you will find a progress bar. Progress is also represented on the -“Energy Required” and “Energy Stored” fields on the right pannel. The “Energy Rate” field is the amount of energy -currently provided by lasers.

- -

In order to start the assembly table, you need to select which elements should be crafted. You may select more than one -element, as below:

- -
multiple selection example
- -

In this case, the assembly table will create them, cycling one after the other.

- -

The assembly table doesn't have any spot to stores its production. It will place the output to a nearby inventory if -any has spots available, then try nearby pipes, and finally drop the production if it doesn't find anything.

- -
in world example
assembly table with output coming back as inputs

Video

Intro Video by Minecraft in Minutes

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/assembly_table/item.cg b/static/browse/buildcraft/assembly_table/item.cg deleted file mode 100644 index c101983e1..000000000 --- a/static/browse/buildcraft/assembly_table/item.cg +++ /dev/null @@ -1,40 +0,0 @@ -schema: 1 - -officialUrl: http://www.mod-buildcraft.com/wiki/doku.php?id=architect - -video: VEj4CJ4DDlQ, Intro Video by Minecraft in Minutes - -description:<<-END -The architect table is the block able to record portions of world in blueprints and templates. The portion of the world -to be recorded can be defined by a set of land marks. The recording time will depend on the size of the world to record. - -The assembly table is a new crafting entity that allows to craft advanced BuildCraft objects, such as chipsets, wires -or gates. It needs to be operated by lasers which will work on it. The interface looks as follows: - -| | -|:---------------:| -| ![GUI](gui.png) | - -Input material are located on the left end. It doesn't matter in which particular order theyare placed. Potential -outputs are listed on the right end, In the middle, you will find a progress bar. Progress is also represented on the -“Energy Required” and “Energy Stored” fields on the right pannel. The “Energy Rate” field is the amount of energy -currently provided by lasers. - -In order to start the assembly table, you need to select which elements should be crafted. You may select more than one -element, as below: - -| | -|:---------------------------------------------:| -| ![multiple selection example](multi-selection.png) | - -In this case, the assembly table will create them, cycling one after the other. - -The assembly table doesn't have any spot to stores its production. It will place the output to a nearby inventory if -any has spots available, then try nearby pipes, and finally drop the production if it doesn't find anything. - -| | -|:--------------------------------------------------:| -| ![in world example](in-world-1.png) | -| _assembly table with output coming back as inputs_ | - -END diff --git a/static/browse/buildcraft/assembly_table/multi-selection.png b/static/browse/buildcraft/assembly_table/multi-selection.png deleted file mode 100644 index 130405c8b..000000000 Binary files a/static/browse/buildcraft/assembly_table/multi-selection.png and /dev/null differ diff --git a/static/browse/buildcraft/auto_workbench/icon.png b/static/browse/buildcraft/auto_workbench/icon.png index b76eb2ca5..bc33410b3 100644 Binary files a/static/browse/buildcraft/auto_workbench/icon.png and b/static/browse/buildcraft/auto_workbench/icon.png differ diff --git a/static/browse/buildcraft/auto_workbench/in-world-1.png b/static/browse/buildcraft/auto_workbench/in-world-1.png deleted file mode 100644 index fda9299b7..000000000 Binary files a/static/browse/buildcraft/auto_workbench/in-world-1.png and /dev/null differ diff --git a/static/browse/buildcraft/auto_workbench/index.html b/static/browse/buildcraft/auto_workbench/index.html deleted file mode 100644 index d0e20916a..000000000 --- a/static/browse/buildcraft/auto_workbench/index.html +++ /dev/null @@ -1,105 +0,0 @@ - - Auto Workbench | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Auto Workbench

Recipe

Ingredients

Produces

Auto Workbench

Description

From the player interaction point of view, the auto-workbench acts like a regular crafting table, except that it stores -objects. So it is possible to exit the table without dropping the contents that were in the process of being crafted. -However, leaving a working recipe in the table will allow pipes to activate the automating crafting mechanisms and pull -out objects.

- -
in world example
an automatic ladder crafting configuration
- -

In order for the automatic crafting mechanism to be activated, the Auto-Workbench requires more than just one items -each in the preserved recipe inside. To pull the crafted items, you may use Redstone Engines or Autarchic Gates as -shown above.

- -

NOTE: Non-stackable items (e.g. tools, buckets) cannot be inserted into the auto-workbench. The Advanced Crafting -Table, however, can as it is an upgrade to the auto-workbench.

Video

Intro Video by Minecraft in Minutes

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/auto_workbench/item.cg b/static/browse/buildcraft/auto_workbench/item.cg deleted file mode 100644 index f4e60d196..000000000 --- a/static/browse/buildcraft/auto_workbench/item.cg +++ /dev/null @@ -1,25 +0,0 @@ -schema: 1 - -officialUrl: http://www.mod-buildcraft.com/wiki/doku.php?id=auto_workbench - -video: 4JDQFYrqGpI, Intro Video by Minecraft in Minutes - -description:<<-END -From the player interaction point of view, the auto-workbench acts like a regular crafting table, except that it stores -objects. So it is possible to exit the table without dropping the contents that were in the process of being crafted. -However, leaving a working recipe in the table will allow pipes to activate the automating crafting mechanisms and pull -out objects. - -| | -|:--------------------------------------------:| -| ![in world example](in-world-1.png) | -| _an automatic ladder crafting configuration_ | - -In order for the automatic crafting mechanism to be activated, the Auto-Workbench requires more than just one items -each in the preserved recipe inside. To pull the crafted items, you may use Redstone Engines or Autarchic Gates as -shown above. - -**NOTE:** Non-stackable items (e.g. tools, buckets) cannot be inserted into the auto-workbench. The [Advanced Crafting -Table](/browse/buildcraft/advanced_crafting_table/), however, can as it is an upgrade to the auto-workbench. - -END diff --git a/static/browse/buildcraft/basic_gate/index.html b/static/browse/buildcraft/basic_gate/index.html deleted file mode 100644 index b0491a8e5..000000000 --- a/static/browse/buildcraft/basic_gate/index.html +++ /dev/null @@ -1,94 +0,0 @@ - - Basic Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Basic Gate

Recipe

Ingredients

Produces

Basic Gate

Description

The basic gate is the most primitive of the Buildcraft gates. When placed in a pipe, it can react to a single trigger -and emit a control signal along a red wire. For more advanced options, check out the other gates listed below.

Video

Intro Video by Minecraft in Minutes

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/basic_gate/item.cg b/static/browse/buildcraft/basic_gate/item.cg deleted file mode 100644 index f9dc84777..000000000 --- a/static/browse/buildcraft/basic_gate/item.cg +++ /dev/null @@ -1,10 +0,0 @@ -schema: 1 - -officialUrl: http://www.mod-buildcraft.com/wiki/doku.php?id=logic_gates - -video: 6c7SIMKaKms, Intro Video by Minecraft in Minutes - -description:<<-END -The basic gate is the most primitive of the Buildcraft gates. When placed in a pipe, it can react to a single trigger -and emit a control signal along a red wire. For more advanced options, check out the other gates listed below. -END diff --git a/static/browse/buildcraft/basic_gate_4/icon.png b/static/browse/buildcraft/basic_gate_4/icon.png deleted file mode 100644 index 18e492064..000000000 Binary files a/static/browse/buildcraft/basic_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/basic_gate_2/icon.png b/static/browse/buildcraft/basic_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/basic_gate_2/icon.png rename to static/browse/buildcraft/basic_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/basic_gate_3/icon.png b/static/browse/buildcraft/basic_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/basic_gate_3/icon.png rename to static/browse/buildcraft/basic_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/basic_gate_redstone_fader/icon.png b/static/browse/buildcraft/basic_gate_redstone_fader/icon.png new file mode 100644 index 000000000..cffee9ba5 Binary files /dev/null and b/static/browse/buildcraft/basic_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/blue_pipe_wire/icon.png b/static/browse/buildcraft/blue_pipe_wire/icon.png index cdc40c8ab..073f9d0a9 100644 Binary files a/static/browse/buildcraft/blue_pipe_wire/icon.png and b/static/browse/buildcraft/blue_pipe_wire/icon.png differ diff --git a/static/browse/buildcraft/blue_pipe_wire/index.html b/static/browse/buildcraft/blue_pipe_wire/index.html deleted file mode 100644 index 989a87199..000000000 --- a/static/browse/buildcraft/blue_pipe_wire/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Blue Pipe Wire | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/blueprint/index.html b/static/browse/buildcraft/blueprint/index.html deleted file mode 100644 index 3120a0511..000000000 --- a/static/browse/buildcraft/blueprint/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Blueprint | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/blueprint_library/icon.png b/static/browse/buildcraft/blueprint_library/icon.png index 54c084529..ae8cf3cb1 100644 Binary files a/static/browse/buildcraft/blueprint_library/icon.png and b/static/browse/buildcraft/blueprint_library/icon.png differ diff --git a/static/browse/buildcraft/blueprint_library/index.html b/static/browse/buildcraft/blueprint_library/index.html deleted file mode 100644 index 556b20c19..000000000 --- a/static/browse/buildcraft/blueprint_library/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Blueprint Library | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/builder/icon.png b/static/browse/buildcraft/builder/icon.png index f64ae93c0..3e02f2af1 100644 Binary files a/static/browse/buildcraft/builder/icon.png and b/static/browse/buildcraft/builder/icon.png differ diff --git a/static/browse/buildcraft/builder/index.html b/static/browse/buildcraft/builder/index.html deleted file mode 100644 index 287b534b5..000000000 --- a/static/browse/buildcraft/builder/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Builder | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/charging_table/icon.png b/static/browse/buildcraft/charging_table/icon.png index 2a70f0584..6bfaf56f1 100644 Binary files a/static/browse/buildcraft/charging_table/icon.png and b/static/browse/buildcraft/charging_table/icon.png differ diff --git a/static/browse/buildcraft/charging_table/index.html b/static/browse/buildcraft/charging_table/index.html deleted file mode 100644 index 6802be6c2..000000000 --- a/static/browse/buildcraft/charging_table/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Charging Table | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Charging Table

Recipe

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/chute/icon.png b/static/browse/buildcraft/chute/icon.png index 9646ab8bc..329f2e61c 100644 Binary files a/static/browse/buildcraft/chute/icon.png and b/static/browse/buildcraft/chute/icon.png differ diff --git a/static/browse/buildcraft/chute/index.html b/static/browse/buildcraft/chute/index.html deleted file mode 100644 index 7fe74f473..000000000 --- a/static/browse/buildcraft/chute/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Chute | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/cobblestone_fluid_pipe/index.html b/static/browse/buildcraft/cobblestone_fluid_pipe/index.html deleted file mode 100644 index 649f40d82..000000000 --- a/static/browse/buildcraft/cobblestone_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Cobblestone Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/cobblestone_kinesis_pipe/index.html b/static/browse/buildcraft/cobblestone_kinesis_pipe/index.html deleted file mode 100644 index 21bfa8f3a..000000000 --- a/static/browse/buildcraft/cobblestone_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Cobblestone Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/cobblestone_structure_pipe/index.html b/static/browse/buildcraft/cobblestone_structure_pipe/index.html deleted file mode 100644 index ca542a701..000000000 --- a/static/browse/buildcraft/cobblestone_structure_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Cobblestone Structure Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Cobblestone Structure Pipe

Recipe

Ingredients

Gravel
Cobblestone Transport Pipe

Produces

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/cobblestone_transport_pipe/index.html b/static/browse/buildcraft/cobblestone_transport_pipe/index.html deleted file mode 100644 index 6b4a30251..000000000 --- a/static/browse/buildcraft/cobblestone_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Cobblestone Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/combustion_engine/icon.png b/static/browse/buildcraft/combustion_engine/icon.png index 303a6bd58..a1fe27ecd 100644 Binary files a/static/browse/buildcraft/combustion_engine/icon.png and b/static/browse/buildcraft/combustion_engine/icon.png differ diff --git a/static/browse/buildcraft/combustion_engine/index.html b/static/browse/buildcraft/combustion_engine/index.html deleted file mode 100644 index e4432dfff..000000000 --- a/static/browse/buildcraft/combustion_engine/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Combustion Engine | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Combustion Engine

Recipe

Ingredients

Produces

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/creative_engine/icon.png b/static/browse/buildcraft/creative_engine/icon.png index 2970e578e..d65f12d0c 100644 Binary files a/static/browse/buildcraft/creative_engine/icon.png and b/static/browse/buildcraft/creative_engine/icon.png differ diff --git a/static/browse/buildcraft/daizuli_transport_pipe/index.html b/static/browse/buildcraft/daizuli_transport_pipe/index.html deleted file mode 100644 index 65b605668..000000000 --- a/static/browse/buildcraft/daizuli_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Daizuli Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/diamond_and_gate/index.html b/static/browse/buildcraft/diamond_and_gate/index.html deleted file mode 100644 index 160966df5..000000000 --- a/static/browse/buildcraft/diamond_and_gate/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Diamond AND Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/diamond_and_gate_4/icon.png b/static/browse/buildcraft/diamond_and_gate_4/icon.png deleted file mode 100644 index 4125b501e..000000000 Binary files a/static/browse/buildcraft/diamond_and_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/diamond_and_gate_2/icon.png b/static/browse/buildcraft/diamond_and_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/diamond_and_gate_2/icon.png rename to static/browse/buildcraft/diamond_and_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/diamond_and_gate_3/icon.png b/static/browse/buildcraft/diamond_and_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/diamond_and_gate_3/icon.png rename to static/browse/buildcraft/diamond_and_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/diamond_and_gate_redstone_fader/icon.png b/static/browse/buildcraft/diamond_and_gate_redstone_fader/icon.png new file mode 100644 index 000000000..f5e29b630 Binary files /dev/null and b/static/browse/buildcraft/diamond_and_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/diamond_chipset/index.html b/static/browse/buildcraft/diamond_chipset/index.html deleted file mode 100644 index a8ec1b362..000000000 --- a/static/browse/buildcraft/diamond_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Diamond Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/diamond_fluid_pipe/index.html b/static/browse/buildcraft/diamond_fluid_pipe/index.html deleted file mode 100644 index 7dba1e58a..000000000 --- a/static/browse/buildcraft/diamond_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Diamond Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/diamond_gear/index.html b/static/browse/buildcraft/diamond_gear/index.html deleted file mode 100644 index f24146315..000000000 --- a/static/browse/buildcraft/diamond_gear/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Diamond Gear | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/diamond_kinesis_pipe/index.html b/static/browse/buildcraft/diamond_kinesis_pipe/index.html deleted file mode 100644 index b8d4fee71..000000000 --- a/static/browse/buildcraft/diamond_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Diamond Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/diamond_or_gate/index.html b/static/browse/buildcraft/diamond_or_gate/index.html deleted file mode 100644 index 20240bcce..000000000 --- a/static/browse/buildcraft/diamond_or_gate/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Diamond OR Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/diamond_or_gate_4/icon.png b/static/browse/buildcraft/diamond_or_gate_4/icon.png deleted file mode 100644 index 2839f8c51..000000000 Binary files a/static/browse/buildcraft/diamond_or_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/diamond_or_gate_2/icon.png b/static/browse/buildcraft/diamond_or_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/diamond_or_gate_2/icon.png rename to static/browse/buildcraft/diamond_or_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/diamond_or_gate_3/icon.png b/static/browse/buildcraft/diamond_or_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/diamond_or_gate_3/icon.png rename to static/browse/buildcraft/diamond_or_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/diamond_or_gate_redstone_fader/icon.png b/static/browse/buildcraft/diamond_or_gate_redstone_fader/icon.png new file mode 100644 index 000000000..ec4350a9a Binary files /dev/null and b/static/browse/buildcraft/diamond_or_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/diamond_transport_pipe/index.html b/static/browse/buildcraft/diamond_transport_pipe/index.html deleted file mode 100644 index 94028afef..000000000 --- a/static/browse/buildcraft/diamond_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Diamond Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/docking_station/index.html b/static/browse/buildcraft/docking_station/index.html deleted file mode 100644 index a6a3425e5..000000000 --- a/static/browse/buildcraft/docking_station/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Docking Station | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Docking Station

Recipe

Ingredients

Produces

Docking Station
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/emerald_and_gate_4/icon.png b/static/browse/buildcraft/emerald_and_gate_4/icon.png deleted file mode 100644 index 29bbae6d4..000000000 Binary files a/static/browse/buildcraft/emerald_and_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/emerald_and_gate_2/icon.png b/static/browse/buildcraft/emerald_and_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/emerald_and_gate_2/icon.png rename to static/browse/buildcraft/emerald_and_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/emerald_and_gate_3/icon.png b/static/browse/buildcraft/emerald_and_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/emerald_and_gate_3/icon.png rename to static/browse/buildcraft/emerald_and_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/emerald_and_gate_redstone_fader/icon.png b/static/browse/buildcraft/emerald_and_gate_redstone_fader/icon.png new file mode 100644 index 000000000..27d736228 Binary files /dev/null and b/static/browse/buildcraft/emerald_and_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/emerald_chipset/index.html b/static/browse/buildcraft/emerald_chipset/index.html deleted file mode 100644 index 0fba3ec91..000000000 --- a/static/browse/buildcraft/emerald_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Emerald Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/emerald_fluid_pipe/index.html b/static/browse/buildcraft/emerald_fluid_pipe/index.html deleted file mode 100644 index 58038c0dd..000000000 --- a/static/browse/buildcraft/emerald_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Emerald Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/emerald_kinesis_pipe/index.html b/static/browse/buildcraft/emerald_kinesis_pipe/index.html deleted file mode 100644 index 33d04d0f4..000000000 --- a/static/browse/buildcraft/emerald_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Emerald Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/emerald_or_gate_4/icon.png b/static/browse/buildcraft/emerald_or_gate_4/icon.png deleted file mode 100644 index e54bf3e07..000000000 Binary files a/static/browse/buildcraft/emerald_or_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/emerald_or_gate_2/icon.png b/static/browse/buildcraft/emerald_or_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/emerald_or_gate_2/icon.png rename to static/browse/buildcraft/emerald_or_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/emerald_or_gate_3/icon.png b/static/browse/buildcraft/emerald_or_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/emerald_or_gate_3/icon.png rename to static/browse/buildcraft/emerald_or_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/emerald_or_gate_redstone_fader/icon.png b/static/browse/buildcraft/emerald_or_gate_redstone_fader/icon.png new file mode 100644 index 000000000..2a687292e Binary files /dev/null and b/static/browse/buildcraft/emerald_or_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/emerald_transport_pipe/index.html b/static/browse/buildcraft/emerald_transport_pipe/index.html deleted file mode 100644 index 48b16aa12..000000000 --- a/static/browse/buildcraft/emerald_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Emerald Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/emzuli_transport_pipe/index.html b/static/browse/buildcraft/emzuli_transport_pipe/index.html deleted file mode 100644 index a2428378d..000000000 --- a/static/browse/buildcraft/emzuli_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Emzuli Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/facade_stone/icon.png b/static/browse/buildcraft/facade_stone/icon.png index b2abfbee6..e83b0d047 100644 Binary files a/static/browse/buildcraft/facade_stone/icon.png and b/static/browse/buildcraft/facade_stone/icon.png differ diff --git a/static/browse/buildcraft/facade_stone/index.html b/static/browse/buildcraft/facade_stone/index.html deleted file mode 100644 index 3ac8840c2..000000000 --- a/static/browse/buildcraft/facade_stone/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Facade (stone) | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/facade_stone_hollow/icon.png b/static/browse/buildcraft/facade_stone_hollow/icon.png new file mode 100644 index 000000000..ef4d50205 Binary files /dev/null and b/static/browse/buildcraft/facade_stone_hollow/icon.png differ diff --git a/static/browse/buildcraft/filler/icon.png b/static/browse/buildcraft/filler/icon.png index 61012e64c..d5a72364e 100644 Binary files a/static/browse/buildcraft/filler/icon.png and b/static/browse/buildcraft/filler/icon.png differ diff --git a/static/browse/buildcraft/filler/index.html b/static/browse/buildcraft/filler/index.html deleted file mode 100644 index d743c40a7..000000000 --- a/static/browse/buildcraft/filler/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Filler | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/filter_black/icon.png b/static/browse/buildcraft/filter_black/icon.png new file mode 100644 index 000000000..940a9f6ce Binary files /dev/null and b/static/browse/buildcraft/filter_black/icon.png differ diff --git a/static/browse/buildcraft/filter_blue/icon.png b/static/browse/buildcraft/filter_blue/icon.png new file mode 100644 index 000000000..6065b0bec Binary files /dev/null and b/static/browse/buildcraft/filter_blue/icon.png differ diff --git a/static/browse/buildcraft/filter_brown/icon.png b/static/browse/buildcraft/filter_brown/icon.png new file mode 100644 index 000000000..80f46cfef Binary files /dev/null and b/static/browse/buildcraft/filter_brown/icon.png differ diff --git a/static/browse/buildcraft/filter_cyan/icon.png b/static/browse/buildcraft/filter_cyan/icon.png new file mode 100644 index 000000000..e25dd3742 Binary files /dev/null and b/static/browse/buildcraft/filter_cyan/icon.png differ diff --git a/static/browse/buildcraft/filter_gray/icon.png b/static/browse/buildcraft/filter_gray/icon.png new file mode 100644 index 000000000..4a10dfa86 Binary files /dev/null and b/static/browse/buildcraft/filter_gray/icon.png differ diff --git a/static/browse/buildcraft/filter_green/icon.png b/static/browse/buildcraft/filter_green/icon.png new file mode 100644 index 000000000..e92b423e0 Binary files /dev/null and b/static/browse/buildcraft/filter_green/icon.png differ diff --git a/static/browse/buildcraft/filter_light_blue/icon.png b/static/browse/buildcraft/filter_light_blue/icon.png new file mode 100644 index 000000000..a72311663 Binary files /dev/null and b/static/browse/buildcraft/filter_light_blue/icon.png differ diff --git a/static/browse/buildcraft/filter_light_gray/icon.png b/static/browse/buildcraft/filter_light_gray/icon.png new file mode 100644 index 000000000..f412c5b0a Binary files /dev/null and b/static/browse/buildcraft/filter_light_gray/icon.png differ diff --git a/static/browse/buildcraft/filter_lime/icon.png b/static/browse/buildcraft/filter_lime/icon.png new file mode 100644 index 000000000..afb1c4697 Binary files /dev/null and b/static/browse/buildcraft/filter_lime/icon.png differ diff --git a/static/browse/buildcraft/filter_magenta/icon.png b/static/browse/buildcraft/filter_magenta/icon.png new file mode 100644 index 000000000..02fab4e48 Binary files /dev/null and b/static/browse/buildcraft/filter_magenta/icon.png differ diff --git a/static/browse/buildcraft/filter_orange/icon.png b/static/browse/buildcraft/filter_orange/icon.png new file mode 100644 index 000000000..fe7f0c9be Binary files /dev/null and b/static/browse/buildcraft/filter_orange/icon.png differ diff --git a/static/browse/buildcraft/filter_pink/icon.png b/static/browse/buildcraft/filter_pink/icon.png new file mode 100644 index 000000000..1973a4b7a Binary files /dev/null and b/static/browse/buildcraft/filter_pink/icon.png differ diff --git a/static/browse/buildcraft/filter_purple/icon.png b/static/browse/buildcraft/filter_purple/icon.png new file mode 100644 index 000000000..4a74dc0d5 Binary files /dev/null and b/static/browse/buildcraft/filter_purple/icon.png differ diff --git a/static/browse/buildcraft/filter_red/icon.png b/static/browse/buildcraft/filter_red/icon.png new file mode 100644 index 000000000..6e451e926 Binary files /dev/null and b/static/browse/buildcraft/filter_red/icon.png differ diff --git a/static/browse/buildcraft/filter_white/icon.png b/static/browse/buildcraft/filter_white/icon.png new file mode 100644 index 000000000..9db155db9 Binary files /dev/null and b/static/browse/buildcraft/filter_white/icon.png differ diff --git a/static/browse/buildcraft/filter_yellow/icon.png b/static/browse/buildcraft/filter_yellow/icon.png new file mode 100644 index 000000000..15832c539 Binary files /dev/null and b/static/browse/buildcraft/filter_yellow/icon.png differ diff --git a/static/browse/buildcraft/filtered_buffer/icon.png b/static/browse/buildcraft/filtered_buffer/icon.png index 960ae1cc0..5b09f33a1 100644 Binary files a/static/browse/buildcraft/filtered_buffer/icon.png and b/static/browse/buildcraft/filtered_buffer/icon.png differ diff --git a/static/browse/buildcraft/filtered_buffer/index.html b/static/browse/buildcraft/filtered_buffer/index.html deleted file mode 100644 index 2aad7292c..000000000 --- a/static/browse/buildcraft/filtered_buffer/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Filtered Buffer | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/flood_gate/index.html b/static/browse/buildcraft/flood_gate/index.html deleted file mode 100644 index 623f04c2d..000000000 --- a/static/browse/buildcraft/flood_gate/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Flood Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/fuel/icon.png b/static/browse/buildcraft/fuel/icon.png deleted file mode 100644 index da4c1d5f5..000000000 Binary files a/static/browse/buildcraft/fuel/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/gate_copier/index.html b/static/browse/buildcraft/gate_copier/index.html deleted file mode 100644 index 7a7a4553d..000000000 --- a/static/browse/buildcraft/gate_copier/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Gate Copier | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/gold_and_gate/index.html b/static/browse/buildcraft/gold_and_gate/index.html deleted file mode 100644 index 1e8b0a35b..000000000 --- a/static/browse/buildcraft/gold_and_gate/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Gold AND Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/gold_and_gate_4/icon.png b/static/browse/buildcraft/gold_and_gate_4/icon.png deleted file mode 100644 index d24fcd7ad..000000000 Binary files a/static/browse/buildcraft/gold_and_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/gold_and_gate_2/icon.png b/static/browse/buildcraft/gold_and_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/gold_and_gate_2/icon.png rename to static/browse/buildcraft/gold_and_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/gold_and_gate_3/icon.png b/static/browse/buildcraft/gold_and_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/gold_and_gate_3/icon.png rename to static/browse/buildcraft/gold_and_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/gold_and_gate_redstone_fader/icon.png b/static/browse/buildcraft/gold_and_gate_redstone_fader/icon.png new file mode 100644 index 000000000..be6dd846f Binary files /dev/null and b/static/browse/buildcraft/gold_and_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/gold_gear/index.html b/static/browse/buildcraft/gold_gear/index.html deleted file mode 100644 index 9662129b5..000000000 --- a/static/browse/buildcraft/gold_gear/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Gold Gear | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/gold_or_gate/index.html b/static/browse/buildcraft/gold_or_gate/index.html deleted file mode 100644 index bc93ede71..000000000 --- a/static/browse/buildcraft/gold_or_gate/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Gold OR Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/gold_or_gate_4/icon.png b/static/browse/buildcraft/gold_or_gate_4/icon.png deleted file mode 100644 index 37edc7717..000000000 Binary files a/static/browse/buildcraft/gold_or_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/gold_or_gate_2/icon.png b/static/browse/buildcraft/gold_or_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/gold_or_gate_2/icon.png rename to static/browse/buildcraft/gold_or_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/gold_or_gate_3/icon.png b/static/browse/buildcraft/gold_or_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/gold_or_gate_3/icon.png rename to static/browse/buildcraft/gold_or_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/gold_or_gate_redstone_fader/icon.png b/static/browse/buildcraft/gold_or_gate_redstone_fader/icon.png new file mode 100644 index 000000000..48f6ceac4 Binary files /dev/null and b/static/browse/buildcraft/gold_or_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/golden_chipset/index.html b/static/browse/buildcraft/golden_chipset/index.html deleted file mode 100644 index 5cc46e1d1..000000000 --- a/static/browse/buildcraft/golden_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Golden Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/golden_fluid_pipe/index.html b/static/browse/buildcraft/golden_fluid_pipe/index.html deleted file mode 100644 index 2e5e8cdfe..000000000 --- a/static/browse/buildcraft/golden_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Golden Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/golden_kinesis_pipe/index.html b/static/browse/buildcraft/golden_kinesis_pipe/index.html deleted file mode 100644 index f0b24beb1..000000000 --- a/static/browse/buildcraft/golden_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Golden Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/golden_transport_pipe/index.html b/static/browse/buildcraft/golden_transport_pipe/index.html deleted file mode 100644 index 48bfcf194..000000000 --- a/static/browse/buildcraft/golden_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Golden Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/green_pipe_wire/icon.png b/static/browse/buildcraft/green_pipe_wire/icon.png index 3701dd9dc..69b5992fd 100644 Binary files a/static/browse/buildcraft/green_pipe_wire/icon.png and b/static/browse/buildcraft/green_pipe_wire/icon.png differ diff --git a/static/browse/buildcraft/green_pipe_wire/index.html b/static/browse/buildcraft/green_pipe_wire/index.html deleted file mode 100644 index 64bba8484..000000000 --- a/static/browse/buildcraft/green_pipe_wire/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Green Pipe Wire | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/icon.png b/static/browse/buildcraft/icon.png index 755209342..a04c5e10c 100644 Binary files a/static/browse/buildcraft/icon.png and b/static/browse/buildcraft/icon.png differ diff --git a/static/browse/buildcraft/images/action_power_off.png b/static/browse/buildcraft/images/action_power_off.png deleted file mode 100644 index 966494cbc..000000000 Binary files a/static/browse/buildcraft/images/action_power_off.png and /dev/null differ diff --git a/static/browse/buildcraft/images/action_power_on.png b/static/browse/buildcraft/images/action_power_on.png deleted file mode 100644 index 0b9ffc5f0..000000000 Binary files a/static/browse/buildcraft/images/action_power_on.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_contains_25.png b/static/browse/buildcraft/images/trigger_contains_25.png deleted file mode 100644 index b08e012e5..000000000 Binary files a/static/browse/buildcraft/images/trigger_contains_25.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_contains_50.png b/static/browse/buildcraft/images/trigger_contains_50.png deleted file mode 100644 index 6fe834342..000000000 Binary files a/static/browse/buildcraft/images/trigger_contains_50.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_contains_75.png b/static/browse/buildcraft/images/trigger_contains_75.png deleted file mode 100644 index 1490b38ed..000000000 Binary files a/static/browse/buildcraft/images/trigger_contains_75.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_empty_inventory.png b/static/browse/buildcraft/images/trigger_empty_inventory.png deleted file mode 100644 index 54e2cd7b7..000000000 Binary files a/static/browse/buildcraft/images/trigger_empty_inventory.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_full_inventory.png b/static/browse/buildcraft/images/trigger_full_inventory.png deleted file mode 100644 index 800005ed6..000000000 Binary files a/static/browse/buildcraft/images/trigger_full_inventory.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_some_inventory.png b/static/browse/buildcraft/images/trigger_some_inventory.png deleted file mode 100644 index b49bac68c..000000000 Binary files a/static/browse/buildcraft/images/trigger_some_inventory.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_space_inventory.png b/static/browse/buildcraft/images/trigger_space_inventory.png deleted file mode 100644 index 573b8ebfc..000000000 Binary files a/static/browse/buildcraft/images/trigger_space_inventory.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_work_done.png b/static/browse/buildcraft/images/trigger_work_done.png deleted file mode 100644 index f2c4bf504..000000000 Binary files a/static/browse/buildcraft/images/trigger_work_done.png and /dev/null differ diff --git a/static/browse/buildcraft/images/trigger_work_scheduled.png b/static/browse/buildcraft/images/trigger_work_scheduled.png deleted file mode 100644 index 805ae2a42..000000000 Binary files a/static/browse/buildcraft/images/trigger_work_scheduled.png and /dev/null differ diff --git a/static/browse/buildcraft/index.html b/static/browse/buildcraft/index.html deleted file mode 100644 index 2544f28ac..000000000 --- a/static/browse/buildcraft/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Buildcraft | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Buildcraft

A technical mod which adds power generation, mining, building and item/fluid/power transport systems

- -
- - - - - - - - - - - - diff --git a/static/browse/buildcraft/integration_table/icon.png b/static/browse/buildcraft/integration_table/icon.png index a1416f042..be1be381f 100644 Binary files a/static/browse/buildcraft/integration_table/icon.png and b/static/browse/buildcraft/integration_table/icon.png differ diff --git a/static/browse/buildcraft/integration_table/index.html b/static/browse/buildcraft/integration_table/index.html deleted file mode 100644 index d0fc38b74..000000000 --- a/static/browse/buildcraft/integration_table/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Integration Table | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/iron_and_gate/index.html b/static/browse/buildcraft/iron_and_gate/index.html deleted file mode 100644 index 66d066a5f..000000000 --- a/static/browse/buildcraft/iron_and_gate/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Iron AND Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/iron_and_gate_4/icon.png b/static/browse/buildcraft/iron_and_gate_4/icon.png deleted file mode 100644 index a668a256f..000000000 Binary files a/static/browse/buildcraft/iron_and_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/iron_and_gate_2/icon.png b/static/browse/buildcraft/iron_and_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/iron_and_gate_2/icon.png rename to static/browse/buildcraft/iron_and_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/iron_and_gate_3/icon.png b/static/browse/buildcraft/iron_and_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/iron_and_gate_3/icon.png rename to static/browse/buildcraft/iron_and_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/iron_and_gate_redstone_fader/icon.png b/static/browse/buildcraft/iron_and_gate_redstone_fader/icon.png new file mode 100644 index 000000000..df77c2fdd Binary files /dev/null and b/static/browse/buildcraft/iron_and_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/iron_chipset/index.html b/static/browse/buildcraft/iron_chipset/index.html deleted file mode 100644 index f720f01a6..000000000 --- a/static/browse/buildcraft/iron_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Iron Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/iron_fluid_pipe/index.html b/static/browse/buildcraft/iron_fluid_pipe/index.html deleted file mode 100644 index 73b5b7347..000000000 --- a/static/browse/buildcraft/iron_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Iron Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/iron_gear/index.html b/static/browse/buildcraft/iron_gear/index.html deleted file mode 100644 index 452ba511b..000000000 --- a/static/browse/buildcraft/iron_gear/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Iron Gear | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Iron Gear

Recipe

Ingredients

Produces

Iron Gear
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/iron_kinesis_pipe/index.html b/static/browse/buildcraft/iron_kinesis_pipe/index.html deleted file mode 100644 index 6c5fc2439..000000000 --- a/static/browse/buildcraft/iron_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Iron Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/iron_or_gate/index.html b/static/browse/buildcraft/iron_or_gate/index.html deleted file mode 100644 index bb5f4eb83..000000000 --- a/static/browse/buildcraft/iron_or_gate/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Iron OR Gate | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/iron_or_gate_4/icon.png b/static/browse/buildcraft/iron_or_gate_4/icon.png deleted file mode 100644 index 763b5a5de..000000000 Binary files a/static/browse/buildcraft/iron_or_gate_4/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/iron_or_gate_2/icon.png b/static/browse/buildcraft/iron_or_gate_autarchic_pulsar/icon.png similarity index 100% rename from static/browse/buildcraft/iron_or_gate_2/icon.png rename to static/browse/buildcraft/iron_or_gate_autarchic_pulsar/icon.png diff --git a/static/browse/buildcraft/iron_or_gate_3/icon.png b/static/browse/buildcraft/iron_or_gate_clock_timer/icon.png similarity index 100% rename from static/browse/buildcraft/iron_or_gate_3/icon.png rename to static/browse/buildcraft/iron_or_gate_clock_timer/icon.png diff --git a/static/browse/buildcraft/iron_or_gate_redstone_fader/icon.png b/static/browse/buildcraft/iron_or_gate_redstone_fader/icon.png new file mode 100644 index 000000000..e190f4e22 Binary files /dev/null and b/static/browse/buildcraft/iron_or_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/iron_transport_pipe/index.html b/static/browse/buildcraft/iron_transport_pipe/index.html deleted file mode 100644 index 20e16da23..000000000 --- a/static/browse/buildcraft/iron_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Iron Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/land_mark/index.html b/static/browse/buildcraft/land_mark/index.html deleted file mode 100644 index 27b993e05..000000000 --- a/static/browse/buildcraft/land_mark/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Land Mark | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/laser/icon.png b/static/browse/buildcraft/laser/icon.png index ad148f833..f1a93f93b 100644 Binary files a/static/browse/buildcraft/laser/icon.png and b/static/browse/buildcraft/laser/icon.png differ diff --git a/static/browse/buildcraft/laser/index.html b/static/browse/buildcraft/laser/index.html deleted file mode 100644 index 86892a428..000000000 --- a/static/browse/buildcraft/laser/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Laser | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/lazuli_transport_pipe/index.html b/static/browse/buildcraft/lazuli_transport_pipe/index.html deleted file mode 100644 index 417e65870..000000000 --- a/static/browse/buildcraft/lazuli_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Lazuli Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/lens_black/icon.png b/static/browse/buildcraft/lens_black/icon.png new file mode 100644 index 000000000..0714e7b06 Binary files /dev/null and b/static/browse/buildcraft/lens_black/icon.png differ diff --git a/static/browse/buildcraft/lens_blue/icon.png b/static/browse/buildcraft/lens_blue/icon.png new file mode 100644 index 000000000..1056fa0f4 Binary files /dev/null and b/static/browse/buildcraft/lens_blue/icon.png differ diff --git a/static/browse/buildcraft/lens_brown/icon.png b/static/browse/buildcraft/lens_brown/icon.png new file mode 100644 index 000000000..da817cfee Binary files /dev/null and b/static/browse/buildcraft/lens_brown/icon.png differ diff --git a/static/browse/buildcraft/lens_cyan/icon.png b/static/browse/buildcraft/lens_cyan/icon.png new file mode 100644 index 000000000..e2f1d0025 Binary files /dev/null and b/static/browse/buildcraft/lens_cyan/icon.png differ diff --git a/static/browse/buildcraft/lens_gray/icon.png b/static/browse/buildcraft/lens_gray/icon.png new file mode 100644 index 000000000..35d854485 Binary files /dev/null and b/static/browse/buildcraft/lens_gray/icon.png differ diff --git a/static/browse/buildcraft/lens_green/icon.png b/static/browse/buildcraft/lens_green/icon.png new file mode 100644 index 000000000..a9dfd26a0 Binary files /dev/null and b/static/browse/buildcraft/lens_green/icon.png differ diff --git a/static/browse/buildcraft/lens_light_blue/icon.png b/static/browse/buildcraft/lens_light_blue/icon.png new file mode 100644 index 000000000..ec378b3af Binary files /dev/null and b/static/browse/buildcraft/lens_light_blue/icon.png differ diff --git a/static/browse/buildcraft/lens_light_gray/icon.png b/static/browse/buildcraft/lens_light_gray/icon.png new file mode 100644 index 000000000..05877c2e8 Binary files /dev/null and b/static/browse/buildcraft/lens_light_gray/icon.png differ diff --git a/static/browse/buildcraft/lens_lime/icon.png b/static/browse/buildcraft/lens_lime/icon.png new file mode 100644 index 000000000..485261bba Binary files /dev/null and b/static/browse/buildcraft/lens_lime/icon.png differ diff --git a/static/browse/buildcraft/lens_magenta/icon.png b/static/browse/buildcraft/lens_magenta/icon.png new file mode 100644 index 000000000..3a4b266e2 Binary files /dev/null and b/static/browse/buildcraft/lens_magenta/icon.png differ diff --git a/static/browse/buildcraft/lens_orange/icon.png b/static/browse/buildcraft/lens_orange/icon.png new file mode 100644 index 000000000..e1d371836 Binary files /dev/null and b/static/browse/buildcraft/lens_orange/icon.png differ diff --git a/static/browse/buildcraft/lens_pink/icon.png b/static/browse/buildcraft/lens_pink/icon.png new file mode 100644 index 000000000..8954c92ad Binary files /dev/null and b/static/browse/buildcraft/lens_pink/icon.png differ diff --git a/static/browse/buildcraft/lens_purple/icon.png b/static/browse/buildcraft/lens_purple/icon.png new file mode 100644 index 000000000..b15b31b8b Binary files /dev/null and b/static/browse/buildcraft/lens_purple/icon.png differ diff --git a/static/browse/buildcraft/lens_red/icon.png b/static/browse/buildcraft/lens_red/icon.png new file mode 100644 index 000000000..7586d6938 Binary files /dev/null and b/static/browse/buildcraft/lens_red/icon.png differ diff --git a/static/browse/buildcraft/lens_white/icon.png b/static/browse/buildcraft/lens_white/icon.png new file mode 100644 index 000000000..cfadd8833 Binary files /dev/null and b/static/browse/buildcraft/lens_white/icon.png differ diff --git a/static/browse/buildcraft/lens_yellow/icon.png b/static/browse/buildcraft/lens_yellow/icon.png new file mode 100644 index 000000000..6533a3572 Binary files /dev/null and b/static/browse/buildcraft/lens_yellow/icon.png differ diff --git a/static/browse/buildcraft/list/icon.png b/static/browse/buildcraft/list/icon.png deleted file mode 100644 index 969200376..000000000 Binary files a/static/browse/buildcraft/list/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/mining_pipe/icon.png b/static/browse/buildcraft/mining_pipe/icon.png index 643c0dd6e..b0a2f1506 100644 Binary files a/static/browse/buildcraft/mining_pipe/icon.png and b/static/browse/buildcraft/mining_pipe/icon.png differ diff --git a/static/browse/buildcraft/mining_well/icon.png b/static/browse/buildcraft/mining_well/icon.png index b32ca1928..3e8cd746c 100644 Binary files a/static/browse/buildcraft/mining_well/icon.png and b/static/browse/buildcraft/mining_well/icon.png differ diff --git a/static/browse/buildcraft/mining_well/index.html b/static/browse/buildcraft/mining_well/index.html deleted file mode 100644 index fc0ed3c85..000000000 --- a/static/browse/buildcraft/mining_well/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Mining Well | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Mining Well

Recipe

Ingredients

Produces

Mining Well

Used to Make

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/obsidian_transport_pipe/index.html b/static/browse/buildcraft/obsidian_transport_pipe/index.html deleted file mode 100644 index d0f79a894..000000000 --- a/static/browse/buildcraft/obsidian_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Obsidian Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/oil/icon.png b/static/browse/buildcraft/oil/icon.png deleted file mode 100644 index 7362c7a5d..000000000 Binary files a/static/browse/buildcraft/oil/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/oil_spring/icon.png b/static/browse/buildcraft/oil_spring/icon.png index d557f476c..b9f219e12 100644 Binary files a/static/browse/buildcraft/oil_spring/icon.png and b/static/browse/buildcraft/oil_spring/icon.png differ diff --git a/static/browse/buildcraft/path_mark/index.html b/static/browse/buildcraft/path_mark/index.html deleted file mode 100644 index 51ef5ef0a..000000000 --- a/static/browse/buildcraft/path_mark/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Path Mark | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Path Mark

Recipe

Ingredients

Cactus Green
Redstone Torch

Produces

Path Mark
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/pipe_plug/index.html b/static/browse/buildcraft/pipe_plug/index.html deleted file mode 100644 index 35698db8b..000000000 --- a/static/browse/buildcraft/pipe_plug/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Pipe Plug | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Pipe Plug

Recipe

Ingredients

Produces

Pipe Plug
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/pipe_sealant/index.html b/static/browse/buildcraft/pipe_sealant/index.html deleted file mode 100644 index 159b27d7d..000000000 --- a/static/browse/buildcraft/pipe_sealant/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Pipe Sealant | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/programming_table/icon.png b/static/browse/buildcraft/programming_table/icon.png new file mode 100644 index 000000000..57b22adc6 Binary files /dev/null and b/static/browse/buildcraft/programming_table/icon.png differ diff --git a/static/browse/buildcraft/pulsating_chipset/index.html b/static/browse/buildcraft/pulsating_chipset/index.html deleted file mode 100644 index 5a863aa16..000000000 --- a/static/browse/buildcraft/pulsating_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Pulsating Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/pump/icon.png b/static/browse/buildcraft/pump/icon.png index e8e6a3ac4..2d0723182 100644 Binary files a/static/browse/buildcraft/pump/icon.png and b/static/browse/buildcraft/pump/icon.png differ diff --git a/static/browse/buildcraft/pump/index.html b/static/browse/buildcraft/pump/index.html deleted file mode 100644 index 9c67e488e..000000000 --- a/static/browse/buildcraft/pump/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Pump | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Pump

Recipe

Ingredients

Mining Well
Tank
Tank
Mining Well

Produces

Pump
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/quarry/icon.png b/static/browse/buildcraft/quarry/icon.png index fc9338388..e8e313f56 100644 Binary files a/static/browse/buildcraft/quarry/icon.png and b/static/browse/buildcraft/quarry/icon.png differ diff --git a/static/browse/buildcraft/quarry/index.html b/static/browse/buildcraft/quarry/index.html deleted file mode 100644 index f4463a41f..000000000 --- a/static/browse/buildcraft/quarry/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Quarry | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/quartz_and_gate/icon.png b/static/browse/buildcraft/quartz_and_gate/icon.png new file mode 100644 index 000000000..4f37f1701 Binary files /dev/null and b/static/browse/buildcraft/quartz_and_gate/icon.png differ diff --git a/static/browse/buildcraft/quartz_and_gate_autarchic_pulsar/icon.png b/static/browse/buildcraft/quartz_and_gate_autarchic_pulsar/icon.png new file mode 100644 index 000000000..7270973e4 Binary files /dev/null and b/static/browse/buildcraft/quartz_and_gate_autarchic_pulsar/icon.png differ diff --git a/static/browse/buildcraft/quartz_and_gate_clock_timer/icon.png b/static/browse/buildcraft/quartz_and_gate_clock_timer/icon.png new file mode 100644 index 000000000..2b71a563a Binary files /dev/null and b/static/browse/buildcraft/quartz_and_gate_clock_timer/icon.png differ diff --git a/static/browse/buildcraft/quartz_and_gate_redstone_fader/icon.png b/static/browse/buildcraft/quartz_and_gate_redstone_fader/icon.png new file mode 100644 index 000000000..56d0daee7 Binary files /dev/null and b/static/browse/buildcraft/quartz_and_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/quartz_chipset/index.html b/static/browse/buildcraft/quartz_chipset/index.html deleted file mode 100644 index 5720b817d..000000000 --- a/static/browse/buildcraft/quartz_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Quartz Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/quartz_kinesis_pipe/index.html b/static/browse/buildcraft/quartz_kinesis_pipe/index.html deleted file mode 100644 index f2a56ffe8..000000000 --- a/static/browse/buildcraft/quartz_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Quartz Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/quartz_or_gate/icon.png b/static/browse/buildcraft/quartz_or_gate/icon.png new file mode 100644 index 000000000..c2b82c610 Binary files /dev/null and b/static/browse/buildcraft/quartz_or_gate/icon.png differ diff --git a/static/browse/buildcraft/quartz_or_gate_autarchic_pulsar/icon.png b/static/browse/buildcraft/quartz_or_gate_autarchic_pulsar/icon.png new file mode 100644 index 000000000..5bdf93897 Binary files /dev/null and b/static/browse/buildcraft/quartz_or_gate_autarchic_pulsar/icon.png differ diff --git a/static/browse/buildcraft/quartz_or_gate_clock_timer/icon.png b/static/browse/buildcraft/quartz_or_gate_clock_timer/icon.png new file mode 100644 index 000000000..47348c483 Binary files /dev/null and b/static/browse/buildcraft/quartz_or_gate_clock_timer/icon.png differ diff --git a/static/browse/buildcraft/quartz_or_gate_redstone_fader/icon.png b/static/browse/buildcraft/quartz_or_gate_redstone_fader/icon.png new file mode 100644 index 000000000..e0c5cd8cc Binary files /dev/null and b/static/browse/buildcraft/quartz_or_gate_redstone_fader/icon.png differ diff --git a/static/browse/buildcraft/quartz_transport_pipe/index.html b/static/browse/buildcraft/quartz_transport_pipe/index.html deleted file mode 100644 index a57e04274..000000000 --- a/static/browse/buildcraft/quartz_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Quartz Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/red_pipe_wire/icon.png b/static/browse/buildcraft/red_pipe_wire/icon.png index e2ac1c83d..601b8005f 100644 Binary files a/static/browse/buildcraft/red_pipe_wire/icon.png and b/static/browse/buildcraft/red_pipe_wire/icon.png differ diff --git a/static/browse/buildcraft/red_pipe_wire/index.html b/static/browse/buildcraft/red_pipe_wire/index.html deleted file mode 100644 index ac0136b9a..000000000 --- a/static/browse/buildcraft/red_pipe_wire/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Red Pipe Wire | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/redstone_board/icon.png b/static/browse/buildcraft/redstone_board/icon.png index b72531d18..1dd318af6 100644 Binary files a/static/browse/buildcraft/redstone_board/icon.png and b/static/browse/buildcraft/redstone_board/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_bomber/icon.png b/static/browse/buildcraft/redstone_board_bomber/icon.png new file mode 100644 index 000000000..b72531d18 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_bomber/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_builder/icon.png b/static/browse/buildcraft/redstone_board_builder/icon.png new file mode 100644 index 000000000..f9fb82387 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_builder/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_butcher/icon.png b/static/browse/buildcraft/redstone_board_butcher/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_butcher/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_carrier/icon.png b/static/browse/buildcraft/redstone_board_carrier/icon.png new file mode 100644 index 000000000..09bac3cd3 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_carrier/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_crafter/icon.png b/static/browse/buildcraft/redstone_board_crafter/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_crafter/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_delivery/icon.png b/static/browse/buildcraft/redstone_board_delivery/icon.png new file mode 100644 index 000000000..09bac3cd3 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_delivery/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_farmer/icon.png b/static/browse/buildcraft/redstone_board_farmer/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_farmer/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_harvester/icon.png b/static/browse/buildcraft/redstone_board_harvester/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_harvester/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_knight/icon.png b/static/browse/buildcraft/redstone_board_knight/icon.png new file mode 100644 index 000000000..b72531d18 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_knight/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_leaf_cutter/icon.png b/static/browse/buildcraft/redstone_board_leaf_cutter/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_leaf_cutter/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_lumberjack/icon.png b/static/browse/buildcraft/redstone_board_lumberjack/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_lumberjack/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_miner/icon.png b/static/browse/buildcraft/redstone_board_miner/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_miner/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_picker/icon.png b/static/browse/buildcraft/redstone_board_picker/icon.png new file mode 100644 index 000000000..09bac3cd3 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_picker/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_planter/icon.png b/static/browse/buildcraft/redstone_board_planter/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_planter/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_pump/icon.png b/static/browse/buildcraft/redstone_board_pump/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_pump/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_shovelman/icon.png b/static/browse/buildcraft/redstone_board_shovelman/icon.png new file mode 100644 index 000000000..4069a09e7 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_shovelman/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_stripes/icon.png b/static/browse/buildcraft/redstone_board_stripes/icon.png new file mode 100644 index 000000000..f9fb82387 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_stripes/icon.png differ diff --git a/static/browse/buildcraft/redstone_board_tank/icon.png b/static/browse/buildcraft/redstone_board_tank/icon.png new file mode 100644 index 000000000..09bac3cd3 Binary files /dev/null and b/static/browse/buildcraft/redstone_board_tank/icon.png differ diff --git a/static/browse/buildcraft/redstone_chipset/index.html b/static/browse/buildcraft/redstone_chipset/index.html deleted file mode 100644 index cfe6892c8..000000000 --- a/static/browse/buildcraft/redstone_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Redstone Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/redstone_comp_chipset/icon.png b/static/browse/buildcraft/redstone_comp_chipset/icon.png index 5194cb4d7..9ce8f296e 100644 Binary files a/static/browse/buildcraft/redstone_comp_chipset/icon.png and b/static/browse/buildcraft/redstone_comp_chipset/icon.png differ diff --git a/static/browse/buildcraft/redstone_comp_chipset/index.html b/static/browse/buildcraft/redstone_comp_chipset/index.html deleted file mode 100644 index c48cba48f..000000000 --- a/static/browse/buildcraft/redstone_comp_chipset/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Redstone Comp Chipset | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/redstone_engine/icon.png b/static/browse/buildcraft/redstone_engine/icon.png index fbd2863df..4ae2d473f 100644 Binary files a/static/browse/buildcraft/redstone_engine/icon.png and b/static/browse/buildcraft/redstone_engine/icon.png differ diff --git a/static/browse/buildcraft/redstone_engine/index.html b/static/browse/buildcraft/redstone_engine/index.html deleted file mode 100644 index ef5d2d321..000000000 --- a/static/browse/buildcraft/redstone_engine/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Redstone Engine | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Redstone Engine

Recipe

Ingredients

Produces

Redstone Engine
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/refinery/index.html b/static/browse/buildcraft/refinery/index.html deleted file mode 100644 index a294bda4d..000000000 --- a/static/browse/buildcraft/refinery/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Refinery | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/requester/icon.png b/static/browse/buildcraft/requester/icon.png index 754d69641..835d73d0a 100644 Binary files a/static/browse/buildcraft/requester/icon.png and b/static/browse/buildcraft/requester/icon.png differ diff --git a/static/browse/buildcraft/requester/index.html b/static/browse/buildcraft/requester/index.html deleted file mode 100644 index 513b664ed..000000000 --- a/static/browse/buildcraft/requester/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Requester | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/robot_bomber/icon.png b/static/browse/buildcraft/robot_bomber/icon.png new file mode 100644 index 000000000..cd39ed0a0 Binary files /dev/null and b/static/browse/buildcraft/robot_bomber/icon.png differ diff --git a/static/browse/buildcraft/robot_builder/icon.png b/static/browse/buildcraft/robot_builder/icon.png new file mode 100644 index 000000000..2a0513514 Binary files /dev/null and b/static/browse/buildcraft/robot_builder/icon.png differ diff --git a/static/browse/buildcraft/robot_butcher/icon.png b/static/browse/buildcraft/robot_butcher/icon.png new file mode 100644 index 000000000..5a2c1b0c6 Binary files /dev/null and b/static/browse/buildcraft/robot_butcher/icon.png differ diff --git a/static/browse/buildcraft/robot_carrier/icon.png b/static/browse/buildcraft/robot_carrier/icon.png new file mode 100644 index 000000000..a9c843848 Binary files /dev/null and b/static/browse/buildcraft/robot_carrier/icon.png differ diff --git a/static/browse/buildcraft/robot_crafter/icon.png b/static/browse/buildcraft/robot_crafter/icon.png new file mode 100644 index 000000000..808733eb4 Binary files /dev/null and b/static/browse/buildcraft/robot_crafter/icon.png differ diff --git a/static/browse/buildcraft/robot_delivery/icon.png b/static/browse/buildcraft/robot_delivery/icon.png new file mode 100644 index 000000000..99c097df0 Binary files /dev/null and b/static/browse/buildcraft/robot_delivery/icon.png differ diff --git a/static/browse/buildcraft/robot_farmer/icon.png b/static/browse/buildcraft/robot_farmer/icon.png new file mode 100644 index 000000000..27be09257 Binary files /dev/null and b/static/browse/buildcraft/robot_farmer/icon.png differ diff --git a/static/browse/buildcraft/robot_harvester/icon.png b/static/browse/buildcraft/robot_harvester/icon.png new file mode 100644 index 000000000..df2e950a4 Binary files /dev/null and b/static/browse/buildcraft/robot_harvester/icon.png differ diff --git a/static/browse/buildcraft/robot_knight/icon.png b/static/browse/buildcraft/robot_knight/icon.png new file mode 100644 index 000000000..69bd741dd Binary files /dev/null and b/static/browse/buildcraft/robot_knight/icon.png differ diff --git a/static/browse/buildcraft/robot_leaf_cutter/icon.png b/static/browse/buildcraft/robot_leaf_cutter/icon.png new file mode 100644 index 000000000..804920918 Binary files /dev/null and b/static/browse/buildcraft/robot_leaf_cutter/icon.png differ diff --git a/static/browse/buildcraft/robot_lumberjack/icon.png b/static/browse/buildcraft/robot_lumberjack/icon.png new file mode 100644 index 000000000..69e5b7c48 Binary files /dev/null and b/static/browse/buildcraft/robot_lumberjack/icon.png differ diff --git a/static/browse/buildcraft/robot_miner/icon.png b/static/browse/buildcraft/robot_miner/icon.png new file mode 100644 index 000000000..def5a17a0 Binary files /dev/null and b/static/browse/buildcraft/robot_miner/icon.png differ diff --git a/static/browse/buildcraft/robot_picker/icon.png b/static/browse/buildcraft/robot_picker/icon.png new file mode 100644 index 000000000..d20b81085 Binary files /dev/null and b/static/browse/buildcraft/robot_picker/icon.png differ diff --git a/static/browse/buildcraft/robot_planter/icon.png b/static/browse/buildcraft/robot_planter/icon.png new file mode 100644 index 000000000..6b6af4446 Binary files /dev/null and b/static/browse/buildcraft/robot_planter/icon.png differ diff --git a/static/browse/buildcraft/robot_pump/icon.png b/static/browse/buildcraft/robot_pump/icon.png new file mode 100644 index 000000000..a8142c7cd Binary files /dev/null and b/static/browse/buildcraft/robot_pump/icon.png differ diff --git a/static/browse/buildcraft/robot_shovelman/icon.png b/static/browse/buildcraft/robot_shovelman/icon.png new file mode 100644 index 000000000..be57bbada Binary files /dev/null and b/static/browse/buildcraft/robot_shovelman/icon.png differ diff --git a/static/browse/buildcraft/robot_stripes/icon.png b/static/browse/buildcraft/robot_stripes/icon.png new file mode 100644 index 000000000..ca6f8c79b Binary files /dev/null and b/static/browse/buildcraft/robot_stripes/icon.png differ diff --git a/static/browse/buildcraft/robot_tank/icon.png b/static/browse/buildcraft/robot_tank/icon.png new file mode 100644 index 000000000..03d8e5f3e Binary files /dev/null and b/static/browse/buildcraft/robot_tank/icon.png differ diff --git a/static/browse/buildcraft/sandstone_fluid_pipe/index.html b/static/browse/buildcraft/sandstone_fluid_pipe/index.html deleted file mode 100644 index d13cd4ed2..000000000 --- a/static/browse/buildcraft/sandstone_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Sandstone Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/sandstone_transport_pipe/index.html b/static/browse/buildcraft/sandstone_transport_pipe/index.html deleted file mode 100644 index 7fd0a096d..000000000 --- a/static/browse/buildcraft/sandstone_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Sandstone Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/stirling_engine/icon.png b/static/browse/buildcraft/stirling_engine/icon.png index d0c6885f6..a7f4d47a1 100644 Binary files a/static/browse/buildcraft/stirling_engine/icon.png and b/static/browse/buildcraft/stirling_engine/icon.png differ diff --git a/static/browse/buildcraft/stirling_engine/index.html b/static/browse/buildcraft/stirling_engine/index.html deleted file mode 100644 index 201cadd85..000000000 --- a/static/browse/buildcraft/stirling_engine/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Stirling Engine | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Stirling Engine

Recipe

Ingredients

Produces

Stirling Engine
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/stone_fluid_pipe/index.html b/static/browse/buildcraft/stone_fluid_pipe/index.html deleted file mode 100644 index 38edd5031..000000000 --- a/static/browse/buildcraft/stone_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Stone Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/stone_gear/index.html b/static/browse/buildcraft/stone_gear/index.html deleted file mode 100644 index 450e0ba3a..000000000 --- a/static/browse/buildcraft/stone_gear/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Stone Gear | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Stone Gear

Recipe

Ingredients

Produces

Stone Gear
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/stone_kinesis_pipe/index.html b/static/browse/buildcraft/stone_kinesis_pipe/index.html deleted file mode 100644 index eb7d62328..000000000 --- a/static/browse/buildcraft/stone_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Stone Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/stone_transport_pipe/index.html b/static/browse/buildcraft/stone_transport_pipe/index.html deleted file mode 100644 index cff5168a2..000000000 --- a/static/browse/buildcraft/stone_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Stone Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/stripes_transport_pipe/index.html b/static/browse/buildcraft/stripes_transport_pipe/index.html deleted file mode 100644 index ce73c489c..000000000 --- a/static/browse/buildcraft/stripes_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Stripes Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/tank/index.html b/static/browse/buildcraft/tank/index.html deleted file mode 100644 index 33a485013..000000000 --- a/static/browse/buildcraft/tank/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Tank | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Tank

Recipe

Ingredients

Glass

Produces

Tank
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/template/icon.png b/static/browse/buildcraft/template/icon.png deleted file mode 100644 index eae7541d7..000000000 Binary files a/static/browse/buildcraft/template/icon.png and /dev/null differ diff --git a/static/browse/buildcraft/template/index.html b/static/browse/buildcraft/template/index.html deleted file mode 100644 index 4f0498960..000000000 --- a/static/browse/buildcraft/template/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Template | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Template

Recipe

Ingredients

Ink Sac
Paper

Produces

Template
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/void_fluid_pipe/index.html b/static/browse/buildcraft/void_fluid_pipe/index.html deleted file mode 100644 index 1604ed4d7..000000000 --- a/static/browse/buildcraft/void_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Void Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/void_transport_pipe/index.html b/static/browse/buildcraft/void_transport_pipe/index.html deleted file mode 100644 index 875e603b9..000000000 --- a/static/browse/buildcraft/void_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Void Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/water_spring/icon.png b/static/browse/buildcraft/water_spring/icon.png index d557f476c..b9f219e12 100644 Binary files a/static/browse/buildcraft/water_spring/icon.png and b/static/browse/buildcraft/water_spring/icon.png differ diff --git a/static/browse/buildcraft/wood_gear/index.html b/static/browse/buildcraft/wood_gear/index.html deleted file mode 100644 index 21a79fa8f..000000000 --- a/static/browse/buildcraft/wood_gear/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Wood Gear | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Wood Gear

Recipe

Ingredients

Stick

Produces

Wood Gear
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/wooden_fluid_pipe/index.html b/static/browse/buildcraft/wooden_fluid_pipe/index.html deleted file mode 100644 index 8af5a6fb4..000000000 --- a/static/browse/buildcraft/wooden_fluid_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Wooden Fluid Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/wooden_kinesis_pipe/index.html b/static/browse/buildcraft/wooden_kinesis_pipe/index.html deleted file mode 100644 index bc9d6555a..000000000 --- a/static/browse/buildcraft/wooden_kinesis_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Wooden Kinesis Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/wooden_transport_pipe/index.html b/static/browse/buildcraft/wooden_transport_pipe/index.html deleted file mode 100644 index eaa85eb3a..000000000 --- a/static/browse/buildcraft/wooden_transport_pipe/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Wooden Transport Pipe | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/wrench/index.html b/static/browse/buildcraft/wrench/index.html deleted file mode 100644 index e8ded89a5..000000000 --- a/static/browse/buildcraft/wrench/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Wrench | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-

Wrench

Recipe

Ingredients

Produces

Wrench

Used to Make

- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/yellow_pipe_wire/icon.png b/static/browse/buildcraft/yellow_pipe_wire/icon.png index f4ddf3f84..2f33deb94 100644 Binary files a/static/browse/buildcraft/yellow_pipe_wire/icon.png and b/static/browse/buildcraft/yellow_pipe_wire/icon.png differ diff --git a/static/browse/buildcraft/yellow_pipe_wire/index.html b/static/browse/buildcraft/yellow_pipe_wire/index.html deleted file mode 100644 index a9a5e7cad..000000000 --- a/static/browse/buildcraft/yellow_pipe_wire/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Yellow Pipe Wire | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/browse/buildcraft/zone_planner/icon.png b/static/browse/buildcraft/zone_planner/icon.png index 561f16848..39aee2233 100644 Binary files a/static/browse/buildcraft/zone_planner/icon.png and b/static/browse/buildcraft/zone_planner/icon.png differ diff --git a/static/browse/buildcraft/zone_planner/index.html b/static/browse/buildcraft/zone_planner/index.html deleted file mode 100644 index 8fe80d62b..000000000 --- a/static/browse/buildcraft/zone_planner/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - Zone Planner | The Ultimate Minecraft Crafting Guide - - - - - - -

Feedback

-
-
-
-

-

Crafting Guide for Minecraft

-

-
-
- -
-
- -
- - - - - - - - - - - -
diff --git a/static/data/buildcraft/6.2.6/mod-version.cg b/static/data/buildcraft/6.2.6/mod-version.cg deleted file mode 100644 index 488bee980..000000000 --- a/static/data/buildcraft/6.2.6/mod-version.cg +++ /dev/null @@ -1,557 +0,0 @@ -schema: 1 - -group: Builders - - item: Architect Table - recipe: - input: Blueprint, Crafting Table, Dandelion Yellow, Diamond Gear, Ink Sac, Land Mark - pattern: 454 212 303 - tools: Crafting Table - - item: Blueprint - recipe: - input: Lapis Lazuli, Paper - pattern: 111 101 111 - tools: Crafting Table - - item: Blueprint Library - recipe: - input: Blueprint, Bookshelf - pattern: 000 010 000 - tools: Crafting Table - - item: Builder - recipe: - input: Chest, Crafting Table, Dandelion Yellow, Diamond Gear, Ink Sac, Land Mark - pattern: 454 212 303 - tools: Crafting Table - - item: Filler - recipe: - input: Chest, Crafting Table, Dandelion Yellow, Gold Gear, Ink Sac, Land Mark - pattern: 454 212 303 - tools: Crafting Table - - item: Land Mark - recipe: - input: Lapis Lazuli, Redstone Torch - pattern: ... .0. .1. - tools: Crafting Table - - item: Path Mark - recipe: - input: Cactus Green, Redstone Torch - pattern: ... .0. .1. - - item: Template - recipe: - input: Ink Sac, Paper - pattern: 111 101 111 - tools: Crafting Table - - item: Zone Planner - recipe: - input: Diamond Gear, Empty Map, Gold Gear, Iron Ingot, Redstone - pattern: 343 212 303 - tools: Crafting Table - -group: Energy - - item: Combustion Engine - recipe: - input: Glass, Iron Gear, Iron Ingot, Piston - pattern: 222 .0. 131 - tools: Crafting Table - - item: Redstone Engine - recipe: - input: Glass, Oak Wood Planks, Piston, Wood Gear - pattern: 111 .0. 323 - tools: Crafting Table - - item: Stirling Engine - recipe: - input: Cobblestone, Glass, Piston, Stone Gear - pattern: 000 .1. 323 - tools: Crafting Table - -group: Machines - - item: Auto Workbench - recipe: - input: Crafting Table, Wood Gear - pattern: .1. 101 .1. - tools: Crafting Table - - item: Chute - recipe: - input: Chest, Iron Ingot, Stone Gear - pattern: 101 121 .1. - tools: Crafting Table - - item: Filtered Buffer - recipe: - input: Chest, Diamond Transport Pipe, Oak Wood Planks, Piston - pattern: 212 202 232 - tools: Crafting Table - - item: Flood Gate - recipe: - input: Iron Bars, Iron Gear, Iron Ingot, Tank - pattern: 212 030 202 - tools: Crafting Table - - item: Mining Well - recipe: - input: Iron Gear, Iron Ingot, Iron Pickaxe, Redstone - pattern: 131 101 121 - tools: Crafting Table - - item: Pump - recipe: - input: Mining Well, Tank - pattern: ... .1. .0. - - item: Quarry - recipe: - input: Diamond Gear, Diamond Pickaxe, Gold Gear, Iron Gear, Redstone - pattern: 343 232 010 - tools: Crafting Table - - item: Refinery - recipe: - input: Diamond Gear, Redstone Torch, Tank - pattern: ... 121 202 - tools: Crafting Table - - item: Requester - recipe: - input: Chest, Iron Gear, Iron Ingot, Piston, Redstone - pattern: 232 101 242 - tools: Crafting Table - - item: Tank - recipe: - input: Glass - pattern: 000 0.0 000 - tools: Crafting Table - -group: Pipes - - item: Cobblestone Structure Pipe - recipe: - input: Cobblestone Transport Pipe, Gravel - pattern: ... .1. .0. - - item: Pipe Plug - recipe: - input: Cobblestone Structure Pipe - pattern: ... .0. ... - tools: Assembly Table, Laser - - item: Pipe Sealant - recipe: - input: Cactus Green - pattern: ... .0. ... - -group: Pipes - Fluid - - item: Cobblestone Fluid Pipe - recipe: - input: Cobblestone Transport Pipe, Pipe Sealant - pattern: ... .0. .1. - - item: Diamond Fluid Pipe - recipe: - input: Diamond Transport Pipe, Pipe Sealant - pattern: ... .0. .1. - - item: Emerald Fluid Pipe - recipe: - input: Emerald Transport Pipe, Pipe Sealant - pattern: ... .0. .1. - - item: Golden Fluid Pipe - recipe: - input: Golden Transport Pipe, Pipe Sealant - pattern: ... .0. .1. - - item: Iron Fluid Pipe - recipe: - input: Iron Transport Pipe, Pipe Sealant - pattern: ... .0. .1. - - item: Sandstone Fluid Pipe - recipe: - input: Pipe Sealant, Sandstone Transport Pipe - pattern: ... .1. .0. - - item: Stone Fluid Pipe - recipe: - input: Pipe Sealant, Stone Transport Pipe - pattern: ... .1. .0. - - item: Void Fluid Pipe - recipe: - input: Pipe Sealant, Void Transport Pipe - pattern: ... .1. .0. - - item: Wooden Fluid Pipe - recipe: - input: Pipe Sealant, Wooden Transport Pipe - pattern: ... .1. .0. - -group: Pipes - Kinesis - - item: Cobblestone Kinesis Pipe - recipe: - input: Cobblestone Transport Pipe, Redstone - pattern: ... .0. .1. - - item: Diamond Kinesis Pipe - recipe: - input: Diamond Transport Pipe, Redstone - pattern: ... .0. .1. - - item: Emerald Kinesis Pipe - recipe: - input: Emerald Transport Pipe, Redstone - pattern: ... .1. .0. - - item: Golden Kinesis Pipe - recipe: - input: Golden Transport Pipe, Redstone - pattern: ... .0. .1. - - item: Iron Kinesis Pipe - recipe: - input: Iron Transport Pipe, Redstone - pattern: ... .0. .1. - - item: Quartz Kinesis Pipe - recipe: - input: Quartz Transport Pipe, Redstone - pattern: ... .0. .1. - - item: Stone Kinesis Pipe - recipe: - input: Redstone, Stone Transport Pipe - pattern: ... .1. .0. - - item: Wooden Kinesis Pipe - recipe: - input: Redstone, Wooden Transport Pipe - pattern: ... .1. .0. - -group: Pipes - Transport - - item: Cobblestone Transport Pipe - recipe: - input: Cobblestone, Glass - pattern: ... 010 ... - quantity: 8 - tools: Crafting Table - - item: Daizuli Transport Pipe - recipe: - input: Diamond, Glass, Lapis Lazuli Block - pattern: ... 021 ... - quantity: 8 - tools: Crafting Table - - item: Diamond Transport Pipe - recipe: - input: Diamond, Glass - pattern: ... 010 ... - tools: Crafting Table - - item: Emerald Transport Pipe - recipe: - input: Emerald, Glass - pattern: ... 010 ... - quantity: 8 - tools: Crafting Table - - item: Emzuli Transport Pipe - recipe: - input: Emerald, Glass, Lapis Lazuli Block - pattern: ... 021 ... - quantity: 8 - tools: Crafting Table - - item: Golden Transport Pipe - recipe: - input: Glass, Gold Ingot - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - - item: Iron Transport Pipe - recipe: - input: Glass, Iron Ingot - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - - item: Lazuli Transport Pipe - recipe: - input: Glass, Lapis Lazuli Block - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - - item: Obsidian Transport Pipe - recipe: - input: Glass, Obsidian - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - - item: Quartz Transport Pipe - recipe: - input: Block of Quartz, Glass - pattern: ... 010 ... - quantity: 8 - tools: Crafting Table - - item: Sandstone Transport Pipe - recipe: - input: Glass, Sandstone - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - - item: Stone Transport Pipe - recipe: - input: Glass, Stone - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - - item: Stripes Transport Pipe - recipe: - input: Glass, Gold Gear - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - - item: Void Transport Pipe - recipe: - input: Glass, Ink Sac, Redstone - pattern: ... 102 ... - quantity: 8 - tools: Crafting Table - - item: Wooden Transport Pipe - recipe: - input: Glass, Oak Wood Planks - pattern: ... 101 ... - quantity: 8 - tools: Crafting Table - -group: Robots - - item: Charging Table - recipe: - input: Gold Gear, Obsidian, Redstone, Redstone Chipset - pattern: 121 131 101 - tools: Crafting Table - - item: Docking Station - recipe: - input: Golden Chipset, Iron Ingot - pattern: ... .1. 101 - tools: Crafting Table - -group: Silicon - - item: Advanced Crafting Table - recipe: - input: Chest, Crafting Table, Obsidian, Redstone Chipset - pattern: 212 202 232 - tools: Crafting Table - - item: Assembly Table - recipe: - input: Diamond, Diamond Gear, Obsidian, Redstone - pattern: 232 202 212 - tools: Crafting Table - - item: Basic Gate - recipe: - input: Red Pipe Wire, Redstone Chipset - pattern: ... .1. .0. - tools: Assembly Table, Laser - - item: Blue Pipe Wire - recipe: - input: Iron Ingot, Lapis Lazuli, Redstone - pattern: .2. .1. .0. - quantity: 8 - tools: Assembly Table, Laser - - item: Diamond AND Gate - recipe: - input: Blue Pipe Wire, Diamond Chipset, Green Pipe Wire, Red Pipe Wire, Yellow Pipe Wire - pattern: 1.. 34. 02. - tools: Assembly Table, Laser - - item: Diamond Chipset - recipe: - input: Diamond, Redstone - pattern: ... .0. .1. - tools: Assembly Table, Laser - - item: Diamond OR Gate - recipe: - input: Blue Pipe Wire, Diamond Chipset, Green Pipe Wire, Red Pipe Wire, Yellow Pipe Wire - pattern: 1.. 34. 02. - tools: Assembly Table, Laser - - item: Emerald Chipset - recipe: - input: Emerald, Redstone - pattern: ... .0. .1. - tools: Assembly Table, Laser - - item: Facade (stone) - recipe: - input: Cobblestone Structure Pipe, Stone - pattern: ... .1. 000 - tools: Assembly Table, Laser - - item: Gate Copier - recipe: - input: Redstone Chipset, Wrench - pattern: ... .0. .1. - - item: Gold AND Gate - recipe: - input: Blue Pipe Wire, Golden Chipset, Red Pipe Wire - pattern: 1.. 20. ... - tools: Assembly Table, Laser - - item: Gold OR Gate - recipe: - input: Blue Pipe Wire, Golden Chipset, Red Pipe Wire - pattern: 1.. 20. ... - tools: Assembly Table, Laser - - item: Golden Chipset - recipe: - input: Gold Ingot, Redstone - pattern: ... .0. .1. - tools: Assembly Table, Laser - - item: Green Pipe Wire - recipe: - input: Cactus Green, Iron Ingot, Redstone - pattern: .0. .2. .1. - quantity: 8 - tools: Assembly Table, Laser - - item: Integration Table - recipe: - input: Diamond Gear, Obsidian, Redstone, Redstone Chipset - pattern: 121 131 101 - tools: Crafting Table - - item: Iron AND Gate - recipe: - input: Iron Chipset, Red Pipe Wire, Blue Pipe Wire - pattern: 0.. 12. ... - tools: Assembly Table, Laser - - item: Iron Chipset - recipe: - input: Iron Ingot, Redstone - pattern: ... .0. .1. - tools: Assembly Table, Laser - - item: Iron OR Gate - recipe: - input: Iron Chipset, Red Pipe Wire, Blue Pipe Wire - pattern: 0.. 12. ... - tools: Assembly Table, Laser - - item: Laser - recipe: - input: Diamond, Obsidian, Redstone - pattern: 122 002 122 - tools: Crafting Table - - item: Pulsating Chipset - recipe: - input: Ender Pearl, Redstone - pattern: ... .0. .1. - tools: Assembly Table, Laser - - item: Quartz Chipset - recipe: - input: Nether Quartz, Redstone - pattern: ... .0. .1. - tools: Assembly Table, Laser - - item: Red Pipe Wire - recipe: - input: Iron Ingot, Redstone, Rose Red - pattern: .2. .1. .0. - quantity: 8 - tools: Assembly Table, Laser - - item: Redstone Chipset - recipe: - input: Redstone - pattern: ... .0. ... - tools: Assembly Table, Laser - - item: Redstone Comp Chipset - recipe: - input: Redstone, Redstone Comparator - pattern: ... .1. .0. - tools: Assembly Table, Laser - - item: Yellow Pipe Wire - recipe: - input: Dandelion Yellow, Iron Ingot, Redstone - pattern: .0. .2. .1. - quantity: 8 - tools: Assembly Table, Laser - -group: Tools and Materials - - item: Diamond Gear - recipe: - input: Diamond, Gold Gear - pattern: .0. 010 .0. - tools: Crafting Table - - item: Gold Gear - recipe: - input: Gold Ingot, Iron Gear - pattern: .0. 010 .0. - tools: Crafting Table - - item: Iron Gear - recipe: - input: Iron Ingot, Stone Gear - pattern: .0. 010 .0. - tools: Crafting Table - - item: Stone Gear - recipe: - input: Cobblestone, Wood Gear - pattern: .0. 010 .0. - tools: Crafting Table - - item: Wood Gear - recipe: - input: Stick - pattern: .0. 0.0 .0. - tools: Crafting Table - - item: Wrench - recipe: - input: Iron Ingot, Stone Gear - pattern: 0.0 .1. .0. - tools: Crafting Table \ No newline at end of file diff --git a/static/data/buildcraft/6.4.6/mod-version.cg b/static/data/buildcraft/6.4.6/mod-version.cg new file mode 100644 index 000000000..012ae27a7 --- /dev/null +++ b/static/data/buildcraft/6.4.6/mod-version.cg @@ -0,0 +1,1335 @@ +schema: 1 + +group: Building Machines + + item: Advanced Crafting Table + recipe: + input: Chest, Crafting Table, Obsidian, Redstone Chipset + pattern: 212 202 232 + tools: Crafting Table + + item: Architect Table + recipe: + input: Blueprint, Crafting Table, Dandelion Yellow, Diamond Gear, Ink Sac, Land Mark + pattern: 454 212 303 + tools: Crafting Table + + item: Auto Workbench + recipe: + input: Crafting Table, Wood Gear + pattern: .1. 101 .1. + tools: Crafting Table + + item: Blueprint + recipe: + input: Lapis Lazuli, Paper + pattern: 111 101 111 + tools: Crafting Table + + item: Blueprint Library + recipe: + input: Blueprint, Bookshelf + pattern: 000 010 000 + tools: Crafting Table + + item: Builder + recipe: + input: Chest, Crafting Table, Dandelion Yellow, Diamond Gear, Ink Sac, Land Mark + pattern: 454 212 303 + tools: Crafting Table + + item: Construction Mark + recipe: + input: Gold Gear, Redstone Torch + pattern: .0. .1. ... + + item: Filler + recipe: + input: Chest, Crafting Table, Dandelion Yellow, Gold Gear, Ink Sac, Land Mark + pattern: 454 212 303 + tools: Crafting Table + + item: Land Mark + recipe: + input: Lapis Lazuli, Redstone Torch + pattern: .0. .1. ... + + item: Path Mark + recipe: + input: Cactus Green, Redstone Torch + pattern: .0. .1. ... + + item: Requester + recipe: + input: Chest, Iron Gear, Iron Ingot, Piston, Redstone + pattern: 232 101 242 + tools: Crafting Table + +group: Chipsets + + item: Diamond Chipset + recipe: + input: Diamond, Redstone + pattern: ... 01. ... + tools: Assembly Table + + item: Emerald Chipset + recipe: + input: Emerald, Redstone + pattern: ... 01. ... + tools: Assembly Table + + item: Golden Chipset + recipe: + input: Gold Ingot, Redstone + pattern: ... 01. ... + tools: Assembly Table + + item: Iron Chipset + recipe: + input: Iron Ingot, Redstone + pattern: ... 01. ... + tools: Assembly Table + + item: Pulsating Chipset + recipe: + input: Ender Pearl, Redstone + pattern: ... 01. ... + quantity: 2 + tools: Assembly Table + + item: Quartz Chipset + recipe: + input: Nether Quartz, Redstone + pattern: ... 01. ... + tools: Assembly Table + + item: Redstone Chipset + recipe: + input: Redstone + pattern: ... .0. ... + tools: Assembly Table + + item: Redstone Comp Chipset + recipe: + input: Redstone, Redstone Comparator + pattern: ... 01. ... + tools: Assembly Table + + item: Redstone Crystal + recipe: + input: Block of Redstone + pattern: ... .0. ... + tools: Assembly Table + +group: Energy Production + + item: Charging Table + recipe: + input: Gold Gear, Obsidian, Redstone, Redstone Chipset + pattern: 121 131 101 + tools: Crafting Table + + item: Combustion Engine + recipe: + input: Glass, Iron Gear, Iron Ingot, Piston + pattern: 222 .0. 131 + tools: Crafting Table + + item: Redstone Engine + recipe: + input: Glass, Oak Wood Planks, Piston, Wood Gear + pattern: 111 .0. 323 + tools: Crafting Table + + item: Stirling Engine + recipe: + input: Cobblestone, Glass, Piston, Stone Gear + pattern: 000 .1. 323 + tools: Crafting Table + +group: Filters + + item: Filter (Black) + recipe: + input: Glass, Ink Sac, Iron Bars + pattern: ... 210 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Blue) + recipe: + input: Glass, Iron Bars, Lapis Lazuli + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Brown) + recipe: + input: Cocoa Beans, Glass, Iron Bars + pattern: ... 201 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Cyan) + recipe: + input: Cyan Dye, Glass, Iron Bars + pattern: ... 201 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Gray) + recipe: + input: Glass, Gray Dye, Iron Bars + pattern: ... 210 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Green) + recipe: + input: Cactus Green, Glass, Iron Bars + pattern: ... 201 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Light Blue) + recipe: + input: Glass, Iron Bars, Light Blue Dye + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Light Gray) + recipe: + input: Glass, Iron Bars, Light Gray Dye + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Lime) + recipe: + input: Glass, Iron Bars, Lime Dye + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Magenta) + recipe: + input: Glass, Iron Bars, Magenta Dye + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Orange) + recipe: + input: Glass, Iron Bars, Orange Dye + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Pink) + recipe: + input: Glass, Iron Bars, Pink Dye + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Purple) + recipe: + input: Glass, Iron Bars, Purple Dye + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Red) + recipe: + input: Glass, Iron Bars, Rose Red + pattern: ... 120 ... + quantity: 2 + tools: Assembly Table + + item: Filter (White) + recipe: + input: Bone Meal, Glass, Iron Bars + pattern: ... 201 ... + quantity: 2 + tools: Assembly Table + + item: Filter (Yellow) + recipe: + input: Dandelion Yellow, Glass, Iron Bars + pattern: ... 201 ... + quantity: 2 + tools: Assembly Table + +group: Fluid Machines + + item: Flood Gate + recipe: + input: Iron Bars, Iron Gear, Iron Ingot, Tank + pattern: 212 030 202 + tools: Crafting Table + + item: Pump + recipe: + input: Mining Well, Tank + pattern: .1. .0. ... + + item: Refinery + recipe: + input: Diamond Gear, Redstone Torch, Tank + pattern: ... 121 202 + tools: Crafting Table + + item: Tank + recipe: + input: Glass + pattern: 000 0.0 000 + tools: Crafting Table + +group: Fluid Pipes + + item: Cobblestone Fluid Pipe + recipe: + input: Cobblestone Transport Pipe, Pipe Sealant + pattern: ... 01. ... + + item: Diamond Fluid Pipe + recipe: + input: Diamond Transport Pipe, Pipe Sealant + pattern: ... 01. ... + tools: Crafting Table + + item: Emerald Fluid Pipe + recipe: + input: Emerald Transport Pipe, Pipe Sealant + pattern: ... 01. ... + tools: Crafting Table + + item: Golden Fluid Pipe + recipe: + input: Gold Ingot, Pipe Sealant + pattern: ... 01. ... + tools: Crafting Table + + item: Iron Fluid Pipe + recipe: + input: Iron Transport Pipe, Pipe Sealant + pattern: ... 01. ... + + item: Quartz Fluid Pipe + recipe: + input: Pipe Sealant, Quartz Transport Pipe + pattern: ... 10. ... + + item: Sandstone Fluid Pipe + recipe: + input: Pipe Sealant, Sandstone Transport Pipe + pattern: ... 10. ... + + item: Stone Fluid Pipe + recipe: + input: Pipe Sealant, Stone Transport Pipe + pattern: ... 10. ... + tools: Crafting Table + + item: Void Fluid Pipe + recipe: + input: Pipe Sealant, Void Transport Pipe + pattern: ... 10. ... + + item: Wooden Fluid Pipe + recipe: + input: Pipe Sealant, Wooden Transport Pipe + pattern: ... 10. ... + +group: Fluids + + item: 1000mB Fuel + recipe: + input: 1000mB Oil + pattern: ... .0. ... + tools: Refinery + + item: 1000mB Oil + gatherable: yes + + item: Fuel Bucket + recipe: + input: 1000mB Fuel, Bucket + pattern: ... .0. .1. + + item: Oil Bucket + recipe: + input: 1000mB Oil, Bucket + pattern: ... .0. .1. + tools: Crafting Table + +group: Gates + + item: Basic Gate + recipe: + input: Red Pipe Wire, Redstone Chipset + pattern: ... 10. ... + tools: Assembly Table + + item: Basic Gate (Autarchic Pulsar) + recipe: + input: Basic Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Basic Gate (Clock Timer) + recipe: + input: Basic Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Basic Gate (Redstone Fader) + recipe: + input: Basic Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Diamond AND Gate + recipe: + input: Blue Pipe Wire, Diamond Chipset, Green Pipe Wire, Red Pipe Wire, Yellow Pipe Wire + pattern: 130 24. ... + tools: Assembly Table + + item: Diamond AND Gate (Autarchic Pulsar) + recipe: + input: Diamond AND Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Diamond AND Gate (Clock Timer) + recipe: + input: Diamond AND Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Diamond AND Gate (Redstone Fader) + recipe: + input: Diamond AND Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Diamond OR Gate + recipe: + input: Blue Pipe Wire, Diamond Chipset, Green Pipe Wire, Red Pipe Wire, Yellow Pipe Wire + pattern: 130 24. ... + tools: Assembly Table + + item: Diamond OR Gate (Autarchic Pulsar) + recipe: + input: Diamond OR Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Diamond OR Gate (Clock Timer) + recipe: + input: Diamond OR Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Crafting Table + + item: Diamond OR Gate (Redstone Fader) + recipe: + input: Diamond OR Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Emerald AND Gate + recipe: + input: Blue Pipe Wire, Emerald Chipset, Green Pipe Wire, Red Pipe Wire, Yellow Pipe Wire + pattern: 130 24. ... + tools: Assembly Table + + item: Emerald AND Gate (Autarchic Pulsar) + recipe: + input: Emerald AND Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Emerald AND Gate (Clock Timer) + recipe: + input: Emerald AND Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Emerald AND Gate (Redstone Fader) + recipe: + input: Emerald AND Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Emerald OR Gate + recipe: + input: Blue Pipe Wire, Emerald Chipset, Green Pipe Wire, Red Pipe Wire, Yellow Pipe Wire + pattern: 130 24. ... + tools: Assembly Table + + item: Emerald OR Gate (Autarchic Pulsar) + recipe: + input: Emerald OR Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Emerald OR Gate (Clock Timer) + recipe: + input: Emerald OR Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Emerald OR Gate (Redstone Fader) + recipe: + input: Emerald OR Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Gold AND Gate + recipe: + input: Blue Pipe Wire, Golden Chipset, Green Pipe Wire, Red Pipe Wire + pattern: 130 2.. ... + tools: Assembly Table + + item: Gold AND Gate (Autarchic Pulsar) + recipe: + input: Gold AND Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Gold AND Gate (Clock Timer) + recipe: + input: Gold AND Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Gold AND Gate (Redstone Fader) + recipe: + input: Gold AND Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Gold OR Gate + recipe: + input: Blue Pipe Wire, Golden Chipset, Green Pipe Wire, Red Pipe Wire + pattern: 130 2.. ... + tools: Assembly Table + + item: Gold OR Gate (Autarchic Pulsar) + recipe: + input: Gold OR Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Gold OR Gate (Clock Timer) + recipe: + input: Gold OR Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Gold OR Gate (Redstone Fader) + recipe: + input: Gold OR Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Iron AND Gate + recipe: + input: Blue Pipe Wire, Iron Chipset, Red Pipe Wire + pattern: ... 120 ... + tools: Assembly Table + + item: Iron AND Gate (Autarchic Pulsar) + recipe: + input: Iron AND Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Iron AND Gate (Clock Timer) + recipe: + input: Iron AND Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Iron AND Gate (Redstone Fader) + recipe: + input: Iron AND Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Iron OR Gate + recipe: + input: Blue Pipe Wire, Iron Chipset, Red Pipe Wire + pattern: ... 120 ... + tools: Assembly Table + + item: Iron OR Gate (Autarchic Pulsar) + recipe: + input: Iron OR Gate, Pulsating Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Iron OR Gate (Clock Timer) + recipe: + input: Iron OR Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Iron OR Gate (Redstone Fader) + recipe: + input: Iron OR Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Quartz AND Gate + recipe: + input: Blue Pipe Wire, Green Pipe Wire, Quartz Chipset, Red Pipe Wire + pattern: 230 1.. ... + tools: Assembly Table + + item: Quartz AND Gate (Autarchic Pulsar) + recipe: + input: Pulsating Chipset, Quartz AND Gate + pattern: ... 1.0 ... + tools: Integration Table + + item: Quartz AND Gate (Clock Timer) + recipe: + input: Quartz AND Gate, Quartz Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Quartz AND Gate (Redstone Fader) + recipe: + input: Quartz AND Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + + item: Quartz OR Gate + recipe: + input: Blue Pipe Wire, Green Pipe Wire, Quartz Chipset, Red Pipe Wire + pattern: 230 1.. ... + tools: Assembly Table + + item: Quartz OR Gate (Autarchic Pulsar) + recipe: + input: Pulsating Chipset, Quartz OR Gate + pattern: ... 1.0 ... + tools: Integration Table + + item: Quartz OR Gate (Clock Timer) + recipe: + input: Quartz Chipset, Quartz OR Gate + pattern: ... 1.0 ... + tools: Integration Table + + item: Quartz OR Gate (Redstone Fader) + recipe: + input: Quartz OR Gate, Redstone Comp Chipset + pattern: ... 0.1 ... + tools: Integration Table + +group: Gears + + item: Diamond Gear + recipe: + input: Diamond, Gold Gear + pattern: .0. 010 .0. + tools: Crafting Table + + item: Gold Gear + recipe: + input: Gold Ingot, Stone Gear + pattern: .0. 010 .0. + tools: Crafting Table + + item: Iron Gear + recipe: + input: Iron Ingot, Stone Gear + pattern: .0. 010 .0. + tools: Crafting Table + + item: Stone Gear + recipe: + input: Cobblestone, Wood Gear + pattern: .0. 010 .0. + tools: Crafting Table + + item: Wood Gear + recipe: + input: Stick + pattern: .0. 0.0 .0. + tools: Crafting Table + +group: Kinesis Pipes + + item: Cobblestone Kinesis Pipe + recipe: + input: Cobblestone Transport Pipe, Redstone + pattern: ... 01. ... + + item: Diamond Kinesis Pipe + recipe: + input: Diamond Transport Pipe, Redstone + pattern: ... 01. ... + tools: Crafting Table + + item: Emerald Kinesis Pipe + recipe: + input: Emerald Transport Pipe, Redstone + pattern: ... 01. ... + tools: Crafting Table + + item: Golden Kinesis Pipe + recipe: + input: Golden Transport Pipe, Redstone + pattern: ... 01. ... + + item: Iron Kinesis Pipe + recipe: + input: Iron Transport Pipe, Redstone + pattern: ... 01. ... + + item: Quartz Kinesis Pipe + recipe: + input: Quartz Transport Pipe, Redstone + pattern: ... 01. ... + + item: Sandstone Kinesis Pipe + recipe: + input: Redstone, Sandstone Transport Pipe + pattern: ... 10. ... + + item: Stone Kinesis Pipe + recipe: + input: Redstone, Stone Transport Pipe + pattern: ... 10. ... + + item: Wooden Kinesis Pipe + recipe: + input: Redstone, Wooden Transport Pipe + pattern: ... 10. ... + tools: Crafting Table + +group: Lenses + + item: Lens (Black) + recipe: + input: Glass, Ink Sac, Iron Ingot + pattern: ... 201 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Blue) + recipe: + input: Glass, Iron Ingot, Lapis Lazuli + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Brown) + recipe: + input: Cocoa Beans, Glass, Iron Ingot + pattern: ... 210 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Cyan) + recipe: + input: Cyan Dye, Glass, Iron Ingot + pattern: ... 210 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Gray) + recipe: + input: Glass, Gray Dye, Iron Ingot + pattern: ... 201 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Green) + recipe: + input: Cactus Green, Glass, Iron Ingot + pattern: ... 210 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Light Blue) + recipe: + input: Glass, Iron Ingot, Light Blue Dye + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Light Gray) + recipe: + input: Glass, Iron Ingot, Light Gray Dye + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Lime) + recipe: + input: Glass, Iron Ingot, Lime Dye + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Magenta) + recipe: + input: Glass, Iron Ingot, Magenta Dye + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Orange) + recipe: + input: Glass, Iron Ingot, Orange Dye + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Pink) + recipe: + input: Glass, Iron Ingot, Pink Dye + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Purple) + recipe: + input: Glass, Iron Ingot, Purple Dye + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Red) + recipe: + input: Glass, Iron Ingot, Rose Red + pattern: ... 102 ... + quantity: 2 + tools: Assembly Table + + item: Lens (White) + recipe: + input: Bone Meal, Glass, Iron Ingot + pattern: ... 210 ... + quantity: 2 + tools: Assembly Table + + item: Lens (Yellow) + recipe: + input: Dandelion Yellow, Glass, Iron Ingot + pattern: ... 210 ... + quantity: 2 + tools: Assembly Table + +group: Mining Machines + + item: Mining Well + recipe: + input: Iron Gear, Iron Ingot, Iron Pickaxe, Redstone + pattern: 131 101 121 + tools: Crafting Table + + item: Quarry + recipe: + input: Diamond Gear, Diamond Pickaxe, Gold Gear, Iron Gear, Redstone + pattern: 343 232 010 + tools: Crafting Table + +group: Pipe Decorations + + item: Blue Pipe Wire + recipe: + input: Iron Ingot, Lapis Lazuli, Redstone + pattern: ... 120 ... + quantity: 8 + tools: Assembly Table + + item: Cobblestone Structure Pipe + recipe: + input: Cobblestone Transport Pipe, Gravel + pattern: ... 01. ... + + item: Facade: Stone + recipe: + input: Cobblestone Structure Pipe, Stone + pattern: ... .1. 000 + quantity: 6 + tools: Assembly Table + recipe: + input: Facade: Stone (Hollow) + pattern: ... .0. ... + tools: Assembly Table + + item: Facade: Stone (Hollow) + recipe: + input: Cobblestone Structure Pipe, Stone + pattern: ... .1. 000 + quantity: 6 + tools: Assembly Table + recipe: + input: Facade: Stone + pattern: ... .0. ... + tools: Assembly Table + + item: Green Pipe Wire + recipe: + input: Cactus Green, Iron Ingot, Redstone + pattern: ... 021 ... + quantity: 8 + tools: Assembly Table + + item: Pipe Plug + recipe: + input: Cobblestone Structure Pipe + pattern: ... .0. ... + quantity: 8 + tools: Assembly Table + + item: Pipe Sealant + recipe: + input: Cactus Green + pattern: ... .0. ... + recipe: + input: Slimeball + pattern: ... .0. ... + + item: Red Pipe Wire + recipe: + input: Iron Ingot, Redstone, Rose Red + pattern: ... 201 ... + quantity: 8 + tools: Assembly Table + + item: Yellow Pipe Wire + recipe: + input: Dandelion Yellow, Iron Ingot, Redstone + pattern: ... 021 ... + quantity: 8 + tools: Assembly Table + +group: Robot Boards + + item: Redstone Board + recipe: + input: Paper, Redstone + pattern: 000 010 000 + tools: Crafting Table + + item: Redstone Board (Bomber) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Builder) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Butcher) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Carrier) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Crafter) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Delivery) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Farmer) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Harvester) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Knight) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Leaf Cutter) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Lumberjack) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Miner) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Picker) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Planter) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Pump) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Shovelman) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Stripes) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + + item: Redstone Board (Tank) + recipe: + input: Redstone Board + pattern: ... .0. ... + tools: Programming Table + +group: Robotics Machines + + item: Docking Station + recipe: + input: Golden Chipset, Iron Ingot + pattern: ... .1. 101 + tools: Crafting Table + + item: Map Location + recipe: + input: Dandelion Yellow, Paper + pattern: 111 101 111 + tools: Crafting Table + + item: Programming Table + recipe: + input: Diamond Gear, Emerald, Obsidian, Redstone + pattern: 232 212 202 + tools: Crafting Table + + item: Zone Planner + recipe: + input: Diamond Gear, Empty Map, Gold Gear, Iron Ingot, Redstone + pattern: 343 212 303 + tools: Crafting Table + +group: Robots + + item: Robot + recipe: + input: Diamond Chipset, Iron Ingot, Redstone Crystal + pattern: 111 121 0.0 + tools: Crafting Table + + item: Robot (Bomber) + recipe: + input: Redstone Board (Bomber), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Builder) + recipe: + input: Redstone Board (Builder), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Butcher) + recipe: + input: Redstone Board (Butcher), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Carrier) + recipe: + input: Redstone Board (Carrier), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Crafter) + recipe: + input: Redstone Board (Crafter), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Delivery) + recipe: + input: Redstone Board (Delivery), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Farmer) + recipe: + input: Redstone Board (Farmer), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Harvester) + recipe: + input: Redstone Board (Harvester), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Knight) + recipe: + input: Redstone Board (Knight), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Leaf Cutter) + recipe: + input: Redstone Board (Leaf Cutter), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Lumberjack) + recipe: + input: Redstone Board (Lumberjack), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Miner) + recipe: + input: Redstone Board (Miner), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Picker) + recipe: + input: Redstone Board (Picker), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Planter) + recipe: + input: Redstone Board (Planter), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Pump) + recipe: + input: Redstone Board (Pump), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Shovelman) + recipe: + input: Redstone Board (Shovelman), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Stripes) + recipe: + input: Redstone Board (Stripes), Robot + pattern: ... 1.0 ... + tools: Integration Table + + item: Robot (Tank) + recipe: + input: Redstone Board (Tank), Robot + pattern: ... 1.0 ... + tools: Integration Table + +group: Silicon Machines + + item: Assembly Table + recipe: + input: Diamond, Diamond Gear, Obsidian, Redstone + pattern: 232 202 212 + tools: Crafting Table + + item: Integration Table + recipe: + input: Diamond Gear, Obsidian, Redstone, Redstone Chipset + pattern: 121 131 101 + tools: Crafting Table + + item: Laser + recipe: + input: Diamond, Obsidian, Redstone + pattern: 122 002 122 + tools: Crafting Table + +group: Tools + + item: Gate Copier + recipe: + input: Redstone Chipset, Wrench + pattern: ... 10. ... + + item: Wrench + recipe: + input: Iron Ingot, Stone Gear + pattern: 0.0 .1. .0. + tools: Crafting Table + +group: Transport Machines + + item: Chute + recipe: + input: Chest, Iron Ingot, Stone Gear + pattern: 101 121 .1. + tools: Crafting Table + recipe: + input: Hopper, Stone Gear + pattern: 01. ... ... + + item: Filtered Buffer + recipe: + input: Chest, Diamond Transport Pipe, Oak Wood Planks, Piston + pattern: 212 202 232 + tools: Crafting Table + +group: Transport Pipes + + item: Clay Transport Pipe + recipe: + input: Clay (block), Glass + pattern: ... 010 ... + quantity: 8 + tools: Crafting Table + + item: Cobblestone Transport Pipe + recipe: + input: Cobblestone, Glass + pattern: ... 010 ... + quantity: 8 + tools: Crafting Table + + item: Daizuli Transport Pipe + recipe: + input: Diamond, Glass, Lapis Lazuli Block + pattern: ... 210 ... + tools: Crafting Table + + item: Diamond Transport Pipe + recipe: + input: Diamond, Glass + pattern: ... 010 ... + quantity: 8 + tools: Crafting Table + + item: Emerald Transport Pipe + recipe: + input: Emerald, Glass + pattern: ... 010 ... + quantity: 8 + tools: Crafting Table + + item: Emzuli Transport Pipe + recipe: + input: Emerald, Glass, Lapis Lazuli Block + pattern: ... 210 ... + quantity: 8 + tools: Crafting Table + + item: Golden Transport Pipe + recipe: + input: Glass, Gold Ingot + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table + + item: Iron Transport Pipe + recipe: + input: Glass, Iron Ingot + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table + + item: Lazuli Transport Pipe + recipe: + input: Glass, Lapis Lazuli Block + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table + + item: Obsidian Transport Pipe + recipe: + input: Glass, Obsidian + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table + + item: Quartz Transport Pipe + recipe: + input: Block of Quartz, Glass + pattern: ... 010 ... + quantity: 8 + tools: Crafting Table + + item: Sandstone Transport Pipe + recipe: + input: Glass, Sandstone + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table + + item: Stone Transport Pipe + recipe: + input: Glass, Stone + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table + + item: Stripes Transport Pipe + recipe: + input: Glass, Gold Gear + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table + + item: Void Transport Pipe + recipe: + input: Glass, Ink Sac, Redstone + pattern: ... 102 ... + quantity: 8 + tools: Crafting Table + + item: Wooden Transport Pipe + recipe: + input: Glass, Oak Wood Planks + pattern: ... 101 ... + quantity: 8 + tools: Crafting Table \ No newline at end of file diff --git a/static/data/buildcraft/mod.cg b/static/data/buildcraft/mod.cg index bbfda57f4..cb8fa17aa 100644 --- a/static/data/buildcraft/mod.cg +++ b/static/data/buildcraft/mod.cg @@ -7,6 +7,6 @@ homePageUrl: http://www.mod-buildcraft.com documentationUrl: http://www.mod-buildcraft.com/wiki/doku.php downloadUrl: http://www.mod-buildcraft.com/download/ -version: 6.2.6 +version: 6.4.6 tutorial: Gates, Wires, and Chips