diff --git a/scripts/convert-nei-dump b/scripts/convert-nei-dump index bb25f4d44..a43a08755 100755 --- a/scripts/convert-nei-dump +++ b/scripts/convert-nei-dump @@ -1,7 +1,7 @@ #!/bin/bash -USAGE=<<-END -USAGE: convert-nei-dump +read -d '' USAGE < Converts output from NEI dump files into a format which can be used by Crafting Guide. In particlar, this script looks for the "Item Panel" dump @@ -12,37 +12,37 @@ USAGE: convert-nei-dump recipes for each item: only their names. Once this script has converted the data, you will need to manually enter the missing content. - : the "dumps" directory where NEI dropped its content - : the mod version directory where the finished files should - be placed - + : the "dumps" directory where NEI dropped its content + : the slug of the mod being converted + : the version of the mod being converted END -function die { - echo $1 - exit 1 -} SOURCE_DIR="$1"; shift -TARGET_DIR="$1"; shift -DATA_FILE="$TARGET_DIR/mod-version.cg" +MOD_SLUG="$1"; shift +MOD_VERSION="$1"; shift -if [[ "$SOURCE_DIR" == "" || "$TARGET_DIR" == "" ]]; then - echo $USAGE - die +mkdir -p "./static/data/$MOD_SLUG/$MOD_VERSION" +DATA_FILE="./static/data/$MOD_SLUG/$MOD_VERSION/mod-version.cg" +touch "$DATA_FILE" + +if [[ "$SOURCE_DIR" == "" || "$MOD_SLUG" == "" || "$MOD_VERSION" == "" ]]; then + echo "$USAGE" + exit 1 fi -mkdir -p $TARGET_DIR/images +mkdir -p "./static/browse/$MOD_SLUG/images" ls $SOURCE_DIR/itempanel_icons | while read FILE; do ITEM_NAME="$(echo $FILE | sed 's/.png//')" - TARGET_FILE="$(echo $ITEM_NAME \ + ITEM_SLUG="$(echo $ITEM_NAME \ | sed 's/[^a-zA-Z0-9]/_/g' \ | sed 's/__*/_/g' \ | sed 's/^_//' \ | sed 's/_$//' \ | tr '[A-Z]' '[a-z]' \ - ).png" - cp "$SOURCE_DIR/itempanel_icons/$FILE" "$TARGET_DIR/images/$TARGET_FILE" + )" + mkdir -p "./static/browse/$MOD_SLUG/$ITEM_SLUG" + cp "$SOURCE_DIR/itempanel_icons/$FILE" "./static/browse/$MOD_SLUG/$ITEM_SLUG/icon.png" if ! grep -q "item: $ITEM_NAME$" $DATA_FILE; then echo "item: $ITEM_NAME" >> $DATA_FILE echo "" >> $DATA_FILE diff --git a/src/coffee/constants.coffee b/src/coffee/constants.coffee index 13d69bd03..5ee7fa62b 100644 --- a/src/coffee/constants.coffee +++ b/src/coffee/constants.coffee @@ -9,6 +9,7 @@ All rights reserved. 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' } enderio: { defaultVersion: '2.2.7.325' } forestry: { defaultVersion: '3.4.0.7' } diff --git a/static/browse/big_reactors/beeftronic_diagnostics_tool/icon.png b/static/browse/big_reactors/beeftronic_diagnostics_tool/icon.png new file mode 100644 index 000000000..ad677dfe4 Binary files /dev/null and b/static/browse/big_reactors/beeftronic_diagnostics_tool/icon.png differ diff --git a/static/browse/big_reactors/blutonium_block/icon.png b/static/browse/big_reactors/blutonium_block/icon.png new file mode 100644 index 000000000..865082a01 Binary files /dev/null and b/static/browse/big_reactors/blutonium_block/icon.png differ diff --git a/static/browse/big_reactors/blutonium_block/index.html b/static/browse/big_reactors/blutonium_block/index.html new file mode 100644 index 000000000..8e6a90363 --- /dev/null +++ b/static/browse/big_reactors/blutonium_block/index.html @@ -0,0 +1,93 @@ + + Blutonium Block | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/blutonium_dust/icon.png b/static/browse/big_reactors/blutonium_dust/icon.png new file mode 100644 index 000000000..057d2d00e Binary files /dev/null and b/static/browse/big_reactors/blutonium_dust/icon.png differ diff --git a/static/browse/big_reactors/blutonium_dust/index.html b/static/browse/big_reactors/blutonium_dust/index.html new file mode 100644 index 000000000..22e84d617 --- /dev/null +++ b/static/browse/big_reactors/blutonium_dust/index.html @@ -0,0 +1,93 @@ + + Blutonium Dust | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/blutonium_ingot/icon.png b/static/browse/big_reactors/blutonium_ingot/icon.png new file mode 100644 index 000000000..6a2a45c90 Binary files /dev/null and b/static/browse/big_reactors/blutonium_ingot/icon.png differ diff --git a/static/browse/big_reactors/blutonium_ingot/index.html b/static/browse/big_reactors/blutonium_ingot/index.html new file mode 100644 index 000000000..90352857d --- /dev/null +++ b/static/browse/big_reactors/blutonium_ingot/index.html @@ -0,0 +1,93 @@ + + Blutonium Ingot | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/cyanite_block/icon.png b/static/browse/big_reactors/cyanite_block/icon.png new file mode 100644 index 000000000..005cd152f Binary files /dev/null and b/static/browse/big_reactors/cyanite_block/icon.png differ diff --git a/static/browse/big_reactors/cyanite_block/index.html b/static/browse/big_reactors/cyanite_block/index.html new file mode 100644 index 000000000..0d15f0a60 --- /dev/null +++ b/static/browse/big_reactors/cyanite_block/index.html @@ -0,0 +1,93 @@ + + Cyanite Block | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/cyanite_dust/icon.png b/static/browse/big_reactors/cyanite_dust/icon.png new file mode 100644 index 000000000..6a1d77707 Binary files /dev/null and b/static/browse/big_reactors/cyanite_dust/icon.png differ diff --git a/static/browse/big_reactors/cyanite_dust/index.html b/static/browse/big_reactors/cyanite_dust/index.html new file mode 100644 index 000000000..dfc970c77 --- /dev/null +++ b/static/browse/big_reactors/cyanite_dust/index.html @@ -0,0 +1,93 @@ + + Cyanite Dust | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/cyanite_ingot/icon.png b/static/browse/big_reactors/cyanite_ingot/icon.png new file mode 100644 index 000000000..4ef9eb176 Binary files /dev/null and b/static/browse/big_reactors/cyanite_ingot/icon.png differ diff --git a/static/browse/big_reactors/cyanite_ingot/index.html b/static/browse/big_reactors/cyanite_ingot/index.html new file mode 100644 index 000000000..fc5a92274 --- /dev/null +++ b/static/browse/big_reactors/cyanite_ingot/index.html @@ -0,0 +1,93 @@ + + Cyanite Ingot | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/cyanite_reprocesssor/icon.png b/static/browse/big_reactors/cyanite_reprocesssor/icon.png new file mode 100644 index 000000000..18c9af47e Binary files /dev/null and b/static/browse/big_reactors/cyanite_reprocesssor/icon.png differ diff --git a/static/browse/big_reactors/cyanite_reprocesssor/index.html b/static/browse/big_reactors/cyanite_reprocesssor/index.html new file mode 100644 index 000000000..906bf2810 --- /dev/null +++ b/static/browse/big_reactors/cyanite_reprocesssor/index.html @@ -0,0 +1,93 @@ + + Cyanite Reprocesssor | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+

Cyanite Reprocesssor

Videos

Used to Make

Used as Tool to Make

Other Machines

+ +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/fluid_cyanite/icon.png b/static/browse/big_reactors/fluid_cyanite/icon.png new file mode 100644 index 000000000..8c7c174f5 Binary files /dev/null and b/static/browse/big_reactors/fluid_cyanite/icon.png differ diff --git a/static/browse/big_reactors/fluid_cyanite/index.html b/static/browse/big_reactors/fluid_cyanite/index.html new file mode 100644 index 000000000..a7a4d35b4 --- /dev/null +++ b/static/browse/big_reactors/fluid_cyanite/index.html @@ -0,0 +1,93 @@ + + Fluid Cyanite | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+

Fluid Cyanite

Recipes

Videos

+ +
+ + + + + + + + + + + + diff --git a/static/browse/big_reactors/fluid_cyanite_bucket/icon.png b/static/browse/big_reactors/fluid_cyanite_bucket/icon.png new file mode 100644 index 000000000..826e34bea Binary files /dev/null and b/static/browse/big_reactors/fluid_cyanite_bucket/icon.png differ diff --git a/static/browse/big_reactors/fluid_cyanite_bucket/index.html b/static/browse/big_reactors/fluid_cyanite_bucket/index.html new file mode 100644 index 000000000..3e090be06 --- /dev/null +++ b/static/browse/big_reactors/fluid_cyanite_bucket/index.html @@ -0,0 +1,93 @@ + + Fluid Cyanite Bucket | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+

Fluid Cyanite Bucket

Recipe

Ingredients

Fluid Cyanite
Bucket

Produces

Videos

Used to Make

+ +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/fluid_yellorium/icon.png b/static/browse/big_reactors/fluid_yellorium/icon.png new file mode 100644 index 000000000..c75d70aea Binary files /dev/null and b/static/browse/big_reactors/fluid_yellorium/icon.png differ diff --git a/static/browse/big_reactors/fluid_yellorium/index.html b/static/browse/big_reactors/fluid_yellorium/index.html new file mode 100644 index 000000000..080396301 --- /dev/null +++ b/static/browse/big_reactors/fluid_yellorium/index.html @@ -0,0 +1,93 @@ + + Fluid Yellorium | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+

Fluid Yellorium

Recipes

Videos

+ +
+ + + + + + + + + + + + diff --git a/static/browse/big_reactors/fluid_yellorium_bucket/icon.png b/static/browse/big_reactors/fluid_yellorium_bucket/icon.png new file mode 100644 index 000000000..5e0231da3 Binary files /dev/null and b/static/browse/big_reactors/fluid_yellorium_bucket/icon.png differ diff --git a/static/browse/big_reactors/fluid_yellorium_bucket/index.html b/static/browse/big_reactors/fluid_yellorium_bucket/index.html new file mode 100644 index 000000000..38e29e681 --- /dev/null +++ b/static/browse/big_reactors/fluid_yellorium_bucket/index.html @@ -0,0 +1,93 @@ + + Fluid Yellorium Bucket | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+

Fluid Yellorium Bucket

Recipe

Ingredients

Fluid Yellorium
Bucket

Produces

Videos

Used to Make

+ +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/graphite_bar/icon.png b/static/browse/big_reactors/graphite_bar/icon.png new file mode 100644 index 000000000..9c31892ae Binary files /dev/null and b/static/browse/big_reactors/graphite_bar/icon.png differ diff --git a/static/browse/big_reactors/graphite_bar/index.html b/static/browse/big_reactors/graphite_bar/index.html new file mode 100644 index 000000000..2e432470b --- /dev/null +++ b/static/browse/big_reactors/graphite_bar/index.html @@ -0,0 +1,93 @@ + + Graphite Bar | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/graphite_block/icon.png b/static/browse/big_reactors/graphite_block/icon.png new file mode 100644 index 000000000..6a8cd9fa0 Binary files /dev/null and b/static/browse/big_reactors/graphite_block/icon.png differ diff --git a/static/browse/big_reactors/graphite_block/index.html b/static/browse/big_reactors/graphite_block/index.html new file mode 100644 index 000000000..3df69d9b7 --- /dev/null +++ b/static/browse/big_reactors/graphite_block/index.html @@ -0,0 +1,93 @@ + + Graphite Block | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/graphite_dust/icon.png b/static/browse/big_reactors/graphite_dust/icon.png new file mode 100644 index 000000000..c9a8f83ed Binary files /dev/null and b/static/browse/big_reactors/graphite_dust/icon.png differ diff --git a/static/browse/big_reactors/graphite_dust/index.html b/static/browse/big_reactors/graphite_dust/index.html new file mode 100644 index 000000000..991bb0187 --- /dev/null +++ b/static/browse/big_reactors/graphite_dust/index.html @@ -0,0 +1,93 @@ + + Graphite Dust | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/icon.png b/static/browse/big_reactors/icon.png new file mode 100644 index 000000000..647fc38e1 Binary files /dev/null and b/static/browse/big_reactors/icon.png differ diff --git a/static/browse/big_reactors/index.html b/static/browse/big_reactors/index.html new file mode 100644 index 000000000..f1dd578b7 --- /dev/null +++ b/static/browse/big_reactors/index.html @@ -0,0 +1,93 @@ + + Big Reactors | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + + diff --git a/static/browse/big_reactors/ludicrite_block/icon.png b/static/browse/big_reactors/ludicrite_block/icon.png new file mode 100644 index 000000000..776d5cda2 Binary files /dev/null and b/static/browse/big_reactors/ludicrite_block/icon.png differ diff --git a/static/browse/big_reactors/ludicrite_block/index.html b/static/browse/big_reactors/ludicrite_block/index.html new file mode 100644 index 000000000..7c561f09e --- /dev/null +++ b/static/browse/big_reactors/ludicrite_block/index.html @@ -0,0 +1,93 @@ + + Ludicrite Block | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/ludicrite_dust/icon.png b/static/browse/big_reactors/ludicrite_dust/icon.png new file mode 100644 index 000000000..a8f0fa0d9 Binary files /dev/null and b/static/browse/big_reactors/ludicrite_dust/icon.png differ diff --git a/static/browse/big_reactors/ludicrite_dust/index.html b/static/browse/big_reactors/ludicrite_dust/index.html new file mode 100644 index 000000000..906737c57 --- /dev/null +++ b/static/browse/big_reactors/ludicrite_dust/index.html @@ -0,0 +1,93 @@ + + Ludicrite Dust | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/ludicrite_ingot/icon.png b/static/browse/big_reactors/ludicrite_ingot/icon.png new file mode 100644 index 000000000..dcd622219 Binary files /dev/null and b/static/browse/big_reactors/ludicrite_ingot/icon.png differ diff --git a/static/browse/big_reactors/ludicrite_ingot/index.html b/static/browse/big_reactors/ludicrite_ingot/index.html new file mode 100644 index 000000000..0211b7ff5 --- /dev/null +++ b/static/browse/big_reactors/ludicrite_ingot/index.html @@ -0,0 +1,93 @@ + + Ludicrite Ingot | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_access_port/icon.png b/static/browse/big_reactors/reactor_access_port/icon.png new file mode 100644 index 000000000..0866a424c Binary files /dev/null and b/static/browse/big_reactors/reactor_access_port/icon.png differ diff --git a/static/browse/big_reactors/reactor_access_port/index.html b/static/browse/big_reactors/reactor_access_port/index.html new file mode 100644 index 000000000..a19c81b55 --- /dev/null +++ b/static/browse/big_reactors/reactor_access_port/index.html @@ -0,0 +1,93 @@ + + Reactor Access Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_casing/icon.png b/static/browse/big_reactors/reactor_casing/icon.png new file mode 100644 index 000000000..92170f666 Binary files /dev/null and b/static/browse/big_reactors/reactor_casing/icon.png differ diff --git a/static/browse/big_reactors/reactor_casing/index.html b/static/browse/big_reactors/reactor_casing/index.html new file mode 100644 index 000000000..57c910dcd --- /dev/null +++ b/static/browse/big_reactors/reactor_casing/index.html @@ -0,0 +1,93 @@ + + Reactor Casing | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_computer_port/icon.png b/static/browse/big_reactors/reactor_computer_port/icon.png new file mode 100644 index 000000000..3f01e64df Binary files /dev/null and b/static/browse/big_reactors/reactor_computer_port/icon.png differ diff --git a/static/browse/big_reactors/reactor_computer_port/index.html b/static/browse/big_reactors/reactor_computer_port/index.html new file mode 100644 index 000000000..3908a4985 --- /dev/null +++ b/static/browse/big_reactors/reactor_computer_port/index.html @@ -0,0 +1,93 @@ + + Reactor Computer Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_control_rod/icon.png b/static/browse/big_reactors/reactor_control_rod/icon.png new file mode 100644 index 000000000..74ba12158 Binary files /dev/null and b/static/browse/big_reactors/reactor_control_rod/icon.png differ diff --git a/static/browse/big_reactors/reactor_control_rod/index.html b/static/browse/big_reactors/reactor_control_rod/index.html new file mode 100644 index 000000000..5c84e5c5c --- /dev/null +++ b/static/browse/big_reactors/reactor_control_rod/index.html @@ -0,0 +1,93 @@ + + Reactor Control Rod | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_controller/icon.png b/static/browse/big_reactors/reactor_controller/icon.png new file mode 100644 index 000000000..5f7f440b8 Binary files /dev/null and b/static/browse/big_reactors/reactor_controller/icon.png differ diff --git a/static/browse/big_reactors/reactor_controller/index.html b/static/browse/big_reactors/reactor_controller/index.html new file mode 100644 index 000000000..400928467 --- /dev/null +++ b/static/browse/big_reactors/reactor_controller/index.html @@ -0,0 +1,93 @@ + + Reactor Controller | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_coolant_port/icon.png b/static/browse/big_reactors/reactor_coolant_port/icon.png new file mode 100644 index 000000000..48d359ecb Binary files /dev/null and b/static/browse/big_reactors/reactor_coolant_port/icon.png differ diff --git a/static/browse/big_reactors/reactor_coolant_port/index.html b/static/browse/big_reactors/reactor_coolant_port/index.html new file mode 100644 index 000000000..b71c10ef3 --- /dev/null +++ b/static/browse/big_reactors/reactor_coolant_port/index.html @@ -0,0 +1,93 @@ + + Reactor Coolant Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_creative_coolant_port/icon.png b/static/browse/big_reactors/reactor_creative_coolant_port/icon.png new file mode 100644 index 000000000..ed835be80 Binary files /dev/null and b/static/browse/big_reactors/reactor_creative_coolant_port/icon.png differ diff --git a/static/browse/big_reactors/reactor_glass/icon.png b/static/browse/big_reactors/reactor_glass/icon.png new file mode 100644 index 000000000..fddc2744f Binary files /dev/null and b/static/browse/big_reactors/reactor_glass/icon.png differ diff --git a/static/browse/big_reactors/reactor_glass/index.html b/static/browse/big_reactors/reactor_glass/index.html new file mode 100644 index 000000000..ab51ded27 --- /dev/null +++ b/static/browse/big_reactors/reactor_glass/index.html @@ -0,0 +1,93 @@ + + Reactor Glass | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_power_tap/icon.png b/static/browse/big_reactors/reactor_power_tap/icon.png new file mode 100644 index 000000000..6dc0eeeda Binary files /dev/null and b/static/browse/big_reactors/reactor_power_tap/icon.png differ diff --git a/static/browse/big_reactors/reactor_power_tap/index.html b/static/browse/big_reactors/reactor_power_tap/index.html new file mode 100644 index 000000000..d3605d304 --- /dev/null +++ b/static/browse/big_reactors/reactor_power_tap/index.html @@ -0,0 +1,93 @@ + + Reactor Power Tap | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_rednet_port/icon.png b/static/browse/big_reactors/reactor_rednet_port/icon.png new file mode 100644 index 000000000..beb142083 Binary files /dev/null and b/static/browse/big_reactors/reactor_rednet_port/icon.png differ diff --git a/static/browse/big_reactors/reactor_rednet_port/index.html b/static/browse/big_reactors/reactor_rednet_port/index.html new file mode 100644 index 000000000..b86697b4d --- /dev/null +++ b/static/browse/big_reactors/reactor_rednet_port/index.html @@ -0,0 +1,93 @@ + + Reactor RedNet Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/reactor_redstone_port/icon.png b/static/browse/big_reactors/reactor_redstone_port/icon.png new file mode 100644 index 000000000..d8fc74aca Binary files /dev/null and b/static/browse/big_reactors/reactor_redstone_port/icon.png differ diff --git a/static/browse/big_reactors/reactor_redstone_port/index.html b/static/browse/big_reactors/reactor_redstone_port/index.html new file mode 100644 index 000000000..08ef2a1fa --- /dev/null +++ b/static/browse/big_reactors/reactor_redstone_port/index.html @@ -0,0 +1,93 @@ + + Reactor Redstone Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_computer_port/icon.png b/static/browse/big_reactors/turbine_computer_port/icon.png new file mode 100644 index 000000000..339c989f0 Binary files /dev/null and b/static/browse/big_reactors/turbine_computer_port/icon.png differ diff --git a/static/browse/big_reactors/turbine_computer_port/index.html b/static/browse/big_reactors/turbine_computer_port/index.html new file mode 100644 index 000000000..239e3c2e3 --- /dev/null +++ b/static/browse/big_reactors/turbine_computer_port/index.html @@ -0,0 +1,93 @@ + + Turbine Computer Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_controller/icon.png b/static/browse/big_reactors/turbine_controller/icon.png new file mode 100644 index 000000000..48c67a34d Binary files /dev/null and b/static/browse/big_reactors/turbine_controller/icon.png differ diff --git a/static/browse/big_reactors/turbine_controller/index.html b/static/browse/big_reactors/turbine_controller/index.html new file mode 100644 index 000000000..eee2820a6 --- /dev/null +++ b/static/browse/big_reactors/turbine_controller/index.html @@ -0,0 +1,93 @@ + + Turbine Controller | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_creative_steam_generator/icon.png b/static/browse/big_reactors/turbine_creative_steam_generator/icon.png new file mode 100644 index 000000000..e40f4fa67 Binary files /dev/null and b/static/browse/big_reactors/turbine_creative_steam_generator/icon.png differ diff --git a/static/browse/big_reactors/turbine_fluid_port/icon.png b/static/browse/big_reactors/turbine_fluid_port/icon.png new file mode 100644 index 000000000..676a09ccd Binary files /dev/null and b/static/browse/big_reactors/turbine_fluid_port/icon.png differ diff --git a/static/browse/big_reactors/turbine_fluid_port/index.html b/static/browse/big_reactors/turbine_fluid_port/index.html new file mode 100644 index 000000000..764d3e92d --- /dev/null +++ b/static/browse/big_reactors/turbine_fluid_port/index.html @@ -0,0 +1,93 @@ + + Turbine Fluid Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_glass/icon.png b/static/browse/big_reactors/turbine_glass/icon.png new file mode 100644 index 000000000..fc7748b1c Binary files /dev/null and b/static/browse/big_reactors/turbine_glass/icon.png differ diff --git a/static/browse/big_reactors/turbine_glass/index.html b/static/browse/big_reactors/turbine_glass/index.html new file mode 100644 index 000000000..8d9154797 --- /dev/null +++ b/static/browse/big_reactors/turbine_glass/index.html @@ -0,0 +1,93 @@ + + Turbine Glass | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_housing/icon.png b/static/browse/big_reactors/turbine_housing/icon.png new file mode 100644 index 000000000..12df0b2fb Binary files /dev/null and b/static/browse/big_reactors/turbine_housing/icon.png differ diff --git a/static/browse/big_reactors/turbine_housing/index.html b/static/browse/big_reactors/turbine_housing/index.html new file mode 100644 index 000000000..e522d2374 --- /dev/null +++ b/static/browse/big_reactors/turbine_housing/index.html @@ -0,0 +1,93 @@ + + Turbine Housing | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_power_port/icon.png b/static/browse/big_reactors/turbine_power_port/icon.png new file mode 100644 index 000000000..0502975fa Binary files /dev/null and b/static/browse/big_reactors/turbine_power_port/icon.png differ diff --git a/static/browse/big_reactors/turbine_power_port/index.html b/static/browse/big_reactors/turbine_power_port/index.html new file mode 100644 index 000000000..864e1c9d3 --- /dev/null +++ b/static/browse/big_reactors/turbine_power_port/index.html @@ -0,0 +1,93 @@ + + Turbine Power Port | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_rotor_bearing/icon.png b/static/browse/big_reactors/turbine_rotor_bearing/icon.png new file mode 100644 index 000000000..14df4c477 Binary files /dev/null and b/static/browse/big_reactors/turbine_rotor_bearing/icon.png differ diff --git a/static/browse/big_reactors/turbine_rotor_bearing/index.html b/static/browse/big_reactors/turbine_rotor_bearing/index.html new file mode 100644 index 000000000..823abbbe5 --- /dev/null +++ b/static/browse/big_reactors/turbine_rotor_bearing/index.html @@ -0,0 +1,93 @@ + + Turbine Rotor Bearing | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_rotor_blade/icon.png b/static/browse/big_reactors/turbine_rotor_blade/icon.png new file mode 100644 index 000000000..46ac78f2b Binary files /dev/null and b/static/browse/big_reactors/turbine_rotor_blade/icon.png differ diff --git a/static/browse/big_reactors/turbine_rotor_blade/index.html b/static/browse/big_reactors/turbine_rotor_blade/index.html new file mode 100644 index 000000000..0eef1fd32 --- /dev/null +++ b/static/browse/big_reactors/turbine_rotor_blade/index.html @@ -0,0 +1,93 @@ + + Turbine Rotor Blade | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/turbine_rotor_shaft/icon.png b/static/browse/big_reactors/turbine_rotor_shaft/icon.png new file mode 100644 index 000000000..13f482f31 Binary files /dev/null and b/static/browse/big_reactors/turbine_rotor_shaft/icon.png differ diff --git a/static/browse/big_reactors/turbine_rotor_shaft/index.html b/static/browse/big_reactors/turbine_rotor_shaft/index.html new file mode 100644 index 000000000..9bdc07e97 --- /dev/null +++ b/static/browse/big_reactors/turbine_rotor_shaft/index.html @@ -0,0 +1,93 @@ + + Turbine Rotor Shaft | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/yellorite_ore/icon.png b/static/browse/big_reactors/yellorite_ore/icon.png new file mode 100644 index 000000000..3320fa710 Binary files /dev/null and b/static/browse/big_reactors/yellorite_ore/icon.png differ diff --git a/static/browse/big_reactors/yellorite_ore/index.html b/static/browse/big_reactors/yellorite_ore/index.html new file mode 100644 index 000000000..d0f35ea72 --- /dev/null +++ b/static/browse/big_reactors/yellorite_ore/index.html @@ -0,0 +1,93 @@ + + Yellorite Ore | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + + diff --git a/static/browse/big_reactors/yellorium_block/icon.png b/static/browse/big_reactors/yellorium_block/icon.png new file mode 100644 index 000000000..7f0dad28e Binary files /dev/null and b/static/browse/big_reactors/yellorium_block/icon.png differ diff --git a/static/browse/big_reactors/yellorium_block/index.html b/static/browse/big_reactors/yellorium_block/index.html new file mode 100644 index 000000000..455fe7c5e --- /dev/null +++ b/static/browse/big_reactors/yellorium_block/index.html @@ -0,0 +1,93 @@ + + Yellorium Block | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/yellorium_dust/icon.png b/static/browse/big_reactors/yellorium_dust/icon.png new file mode 100644 index 000000000..1baf2681a Binary files /dev/null and b/static/browse/big_reactors/yellorium_dust/icon.png differ diff --git a/static/browse/big_reactors/yellorium_dust/index.html b/static/browse/big_reactors/yellorium_dust/index.html new file mode 100644 index 000000000..9faff1cc2 --- /dev/null +++ b/static/browse/big_reactors/yellorium_dust/index.html @@ -0,0 +1,93 @@ + + Yellorium Dust | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+

Yellorium Dust

Recipes

Ingredients

Yellorium Block

Produces

Yellorium Dust

Ingredients

Yellorium Block

Produces

Yellorium Dust

Ingredients

Yellorite Ore

Produces

Yellorium Dust

Ingredients

Yellorite Ore

Produces

Yellorium Dust

Ingredients

Yellorium Ingot

Produces

Yellorium Dust

Ingredients

Yellorium Ingot

Produces

Yellorium Dust

Videos

Used to Make

+ +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/yellorium_fuel_rod/icon.png b/static/browse/big_reactors/yellorium_fuel_rod/icon.png new file mode 100644 index 000000000..bf8566e13 Binary files /dev/null and b/static/browse/big_reactors/yellorium_fuel_rod/icon.png differ diff --git a/static/browse/big_reactors/yellorium_fuel_rod/index.html b/static/browse/big_reactors/yellorium_fuel_rod/index.html new file mode 100644 index 000000000..29ff40c65 --- /dev/null +++ b/static/browse/big_reactors/yellorium_fuel_rod/index.html @@ -0,0 +1,93 @@ + + Yellorium Fuel Rod | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/browse/big_reactors/yellorium_ingot/icon.png b/static/browse/big_reactors/yellorium_ingot/icon.png new file mode 100644 index 000000000..72e4f2ad7 Binary files /dev/null and b/static/browse/big_reactors/yellorium_ingot/icon.png differ diff --git a/static/browse/big_reactors/yellorium_ingot/index.html b/static/browse/big_reactors/yellorium_ingot/index.html new file mode 100644 index 000000000..e2b225eff --- /dev/null +++ b/static/browse/big_reactors/yellorium_ingot/index.html @@ -0,0 +1,93 @@ + + Yellorium Ingot | The Ultimate Minecraft Crafting Guide + + + + + + + +
+
+
+

+

Crafting Guide for Minecraft

+

+
+
+ +
+ + +
+ + + + + + + + + + + +
diff --git a/static/data/big_reactors/0.4.2A2/mod-version.cg b/static/data/big_reactors/0.4.2A2/mod-version.cg new file mode 100644 index 000000000..ead61e339 --- /dev/null +++ b/static/data/big_reactors/0.4.2A2/mod-version.cg @@ -0,0 +1,360 @@ +schema: 1 + +group: Liquids + + item: Fluid Cyanite + + item: Fluid Cyanite Bucket + recipe: + input: Bucket, Fluid Cyanite + pattern: ... .1. .0. + + item: Fluid Yellorium + + item: Fluid Yellorium Bucket + recipe: + input: Bucket, Fluid Yellorium + pattern: ... .1. .0. + +group: Machines + + item: Cyanite Reprocesssor + recipe: + input: Iron Ingot, Piston, Reactor Casing, Redstone, Yellorium Fuel Rod + pattern: 202 141 232 + tools: Crafting Table + +group: Minerals + + item: Blutonium Block + recipe: + input: Blutonium Ingot + pattern: 000 000 000 + tools: Crafting Table + + item: Blutonium Dust + recipe: + input: Blutonium Ingot + pattern: ... .0. ... + tools: Macerator + recipe: + input: Blutonium Block + pattern: ... .0. ... + quantity: 9 + tools: Macerator + recipe: + input: Blutonium Ingot + pattern: ... .0. ... + tools: Pulverizer + recipe: + input: Blutonium Block + pattern: ... .0. ... + quantity: 9 + tools: Pulverizer + + item: Blutonium Ingot + recipe: + input: Cyanite Ingot, Water + pattern: .0. .0. .1. + tools: Cyanite Reprocesssor + recipe: + input: Blutonium Dust, furnace fuel + pattern: .0. ... .1. + tools: Furnace + recipe: + input: Blutonium Block + pattern: ... .0. ... + quantity: 9 + + item: Cyanite Block + recipe: + input: Cyanite Ingot + pattern: 000 000 000 + tools: Crafting Table + + item: Cyanite Dust + recipe: + input: Cyanite Ingot + pattern: ... .0. ... + tools: Macerator + recipe: + input: Cyanite Block + pattern: ... .0. ... + quantity: 9 + tools: Macerator + recipe: + input: Cyanite Ingot + pattern: ... .0. ... + tools: Pulverizer + recipe: + input: Cyanite Block + pattern: ... .0. ... + quantity: 9 + tools: Pulverizer + + item: Cyanite Ingot + recipe: + input: Sand, Yellorium Ingot + pattern: ... 10. ... + recipe: + input: Cyanite Block + pattern: ... .0. ... + quantity: 9 + + item: Graphite Bar + recipe: + input: Coal, furnace fuel + pattern: .0. ... .1. + tools: Furnace + recipe: + input: Charcoal, furnace fuel + pattern: .0. ... .1. + tools: Furnace + recipe: + input: Graphite Dust, furnace fuel + pattern: .0. ... .1. + tools: Furnace + recipe: + input: Graphite Block + pattern: ... .0. ... + quantity: 9 + + item: Graphite Block + recipe: + input: Graphite Bar + pattern: 000 000 000 + tools: Crafting Table + + item: Graphite Dust + recipe: + input: Graphite Bar + pattern: ... .0. ... + tools: Macerator + recipe: + input: Graphite Block + pattern: ... .0. ... + tools: Macerator + recipe: + input: Graphite Bar + pattern: ... .0. ... + tools: Pulverizer + recipe: + input: Graphite Block + pattern: ... .0. ... + tools: Pulverizer + + item: Ludicrite Block + recipe: + input: Block of Emerald, Blutonium Ingot, Ender Pearl, Nether Star + pattern: 121 030 121 + tools: Crafting Table + recipe: + input: Ludicrite Ingot + pattern: 000 000 000 + tools: Crafting Table + + item: Ludicrite Dust + recipe: + input: Ludicrite Ingot + pattern: ... .0. ... + tools: Macerator + recipe: + input: Ludicrite Block + pattern: ... .0. ... + tools: Macerator + recipe: + input: Ludicrite Ingot + pattern: ... .0. ... + tools: Pulverizer + recipe: + input: Ludicrite Block + pattern: ... .0. ... + tools: Pulverizer + + item: Ludicrite Ingot + recipe: + input: Ludicrite Dust, furnace fuel + pattern: .0. ... .1. + tools: Furnace + recipe: + input: Ludicrite Block + pattern: ... .0. ... + quantity: 9 + + item: Yellorite Ore + + item: Yellorium Block + recipe: + input: Yellorium Ingot + pattern: 000 000 000 + tools: Crafting Table + + item: Yellorium Dust + recipe: + input: Yellorium Ingot + pattern: ... .0. ... + tools: Macerator + recipe: + input: Yellorium Block + pattern: ... .0. ... + quantity: 9 + tools: Macerator + recipe: + input: Yellorite Ore + pattern: ... .0. ... + quantity: 2 + tools: Macerator + recipe: + input: Yellorium Ingot + pattern: ... .0. ... + tools: Pulverizer + recipe: + input: Yellorium Block + pattern: ... .0. ... + quantity: 9 + tools: Pulverizer + recipe: + input: Yellorite Ore + pattern: ... .0. ... + quantity: 2 + tools: Pulverizer + + item: Yellorium Ingot + recipe: + input: Yellorite Ore, furnace fuel + pattern: .0. ... .1. + tools: Furnace + recipe: + input: Yellorium Dust, furnace fuel + pattern: .0. ... .1. + tools: Furnace + recipe: + input: Yellorium Block + pattern: ... .0. ... + quantity: 9 + +group: Reactor Parts + + item: Reactor Access Port + recipe: + input: Chest, Piston, Reactor Casing + pattern: 2.2 .0. 212 + tools: Crafting Table + + item: Reactor Casing + recipe: + input: Graphite Bar, Iron Ingot, Yellorium Ingot + pattern: 101 020 101 + quantity: 4 + tools: Crafting Table + + item: Reactor Computer Port + recipe: + input: Gold Ingot, Reactor Casing, Reactor Redstone Port, Redstone + pattern: 131 020 131 + tools: Crafting Table + + item: Reactor Control Rod + recipe: + input: Graphite Bar, Reactor Casing, Redstone, Yellorium Ingot + pattern: 101 020 131 + tools: Crafting Table + + item: Reactor Controller + recipe: + input: Diamond, Reactor Casing, Redstone, Yellorium Ingot + pattern: 1.1 303 121 + tools: Crafting Table + + item: Reactor Coolant Port + recipe: + input: Bucket, Iron Ingot, Piston, Reactor Casing + pattern: 3.3 101 323 + tools: Crafting Table + + item: Reactor Glass + recipe: + input: Glass, Reactor Casing + pattern: ... 010 ... + tools: Crafting Table + + item: Reactor Power Tap + recipe: + input: Reactor Casing, Redstone + pattern: 010 1.1 010 + tools: Crafting Table + + item: Reactor RedNet Port + recipe: + input: Gold Ingot, Reactor Casing, RedNet Cable + pattern: 121 202 121 + tools: Crafting Table + + item: Reactor Redstone Port + recipe: + input: Gold Ingot, Reactor Casing, Redstone + pattern: 121 202 121 + tools: Crafting Table + + item: Yellorium Fuel Rod + recipe: + input: Graphite Bar, Iron Ingot, Yellorium Ingot + pattern: 101 121 101 + tools: Crafting Table + +group: Turbine Parts + + item: Turbine Computer Port + recipe: + input: Gold Ingot, Redstone, Redstone Repeater, Turbine Housing + pattern: 313 020 313 + tools: Crafting Table + + item: Turbine Controller + recipe: + input: Blutonium Ingot, Diamond, Turbine Housing + pattern: 2.2 010 2.2 + tools: Crafting Table + + item: Turbine Fluid Port + recipe: + input: Bucket, Iron Ingot, Piston, Turbine Housing + pattern: 3.3 101 323 + tools: Crafting Table + + item: Turbine Glass + recipe: + input: Glass, Turbine Housing + pattern: ... 010 ... + tools: Crafting Table + + item: Turbine Housing + recipe: + input: Blutonium Ingot, Graphite Bar, Iron Ingot, Nether Quartz + pattern: 212 303 212 + quantity: 4 + tools: Crafting Table + + item: Turbine Power Port + recipe: + input: Redstone, Turbine Housing + pattern: 101 0.0 101 + tools: Crafting Table + + item: Turbine Rotor Bearing + recipe: + input: Diamond, Turbine Housing, Turbine Rotor Shaft + pattern: 121 000 121 + tools: Crafting Table + + item: Turbine Rotor Blade + recipe: + input: Cyanite Ingot, Iron Ingot + pattern: ... 011 ... + tools: Crafting Table + + item: Turbine Rotor Shaft + recipe: + input: Cyanite Ingot, Iron Ingot + pattern: ... 101 ... + tools: Crafting Table \ No newline at end of file diff --git a/static/data/big_reactors/mod.cg b/static/data/big_reactors/mod.cg new file mode 100644 index 000000000..207f5b2c7 --- /dev/null +++ b/static/data/big_reactors/mod.cg @@ -0,0 +1,10 @@ +schema: 1 + +name: Big Reactors +author: ErogenousBeef +description: Massive multi-block generators based on Redstone Flux. +homePageUrl: http://www.big-reactors.com/ +documentationUrl: http://www.big-reactors.com/\#/download +downloadUrl: http://wiki.technicpack.net/Big_Reactors + +version: 0.4.2A2 diff --git a/static/sitemap.txt b/static/sitemap.txt index 7a55418ad..3141359f7 100644 --- a/static/sitemap.txt +++ b/static/sitemap.txt @@ -3,6 +3,7 @@ http://crafting-guide.com/configure/ http://crafting-guide.com/browse/ http://crafting-guide.com/craft/ http://crafting-guide.com/browse/applied_energistics_2/ +http://crafting-guide.com/browse/big_reactors/ http://crafting-guide.com/browse/buildcraft/ http://crafting-guide.com/browse/enderio/ http://crafting-guide.com/browse/forestry/ @@ -168,6 +169,47 @@ http://crafting-guide.com/browse/applied_energistics_2/wireless_booster/ http://crafting-guide.com/browse/applied_energistics_2/wireless_receiver/ http://crafting-guide.com/browse/applied_energistics_2/wireless_terminal/ http://crafting-guide.com/browse/applied_energistics_2/wooden_crank/ +http://crafting-guide.com/browse/big_reactors/blutonium_block/ +http://crafting-guide.com/browse/big_reactors/blutonium_dust/ +http://crafting-guide.com/browse/big_reactors/blutonium_ingot/ +http://crafting-guide.com/browse/big_reactors/cyanite_block/ +http://crafting-guide.com/browse/big_reactors/cyanite_dust/ +http://crafting-guide.com/browse/big_reactors/cyanite_ingot/ +http://crafting-guide.com/browse/big_reactors/cyanite_reprocesssor/ +http://crafting-guide.com/browse/big_reactors/fluid_cyanite/ +http://crafting-guide.com/browse/big_reactors/fluid_cyanite_bucket/ +http://crafting-guide.com/browse/big_reactors/fluid_yellorium/ +http://crafting-guide.com/browse/big_reactors/fluid_yellorium_bucket/ +http://crafting-guide.com/browse/big_reactors/graphite_bar/ +http://crafting-guide.com/browse/big_reactors/graphite_block/ +http://crafting-guide.com/browse/big_reactors/graphite_dust/ +http://crafting-guide.com/browse/big_reactors/ludicrite_block/ +http://crafting-guide.com/browse/big_reactors/ludicrite_dust/ +http://crafting-guide.com/browse/big_reactors/ludicrite_ingot/ +http://crafting-guide.com/browse/big_reactors/reactor_access_port/ +http://crafting-guide.com/browse/big_reactors/reactor_casing/ +http://crafting-guide.com/browse/big_reactors/reactor_computer_port/ +http://crafting-guide.com/browse/big_reactors/reactor_control_rod/ +http://crafting-guide.com/browse/big_reactors/reactor_controller/ +http://crafting-guide.com/browse/big_reactors/reactor_coolant_port/ +http://crafting-guide.com/browse/big_reactors/reactor_glass/ +http://crafting-guide.com/browse/big_reactors/reactor_power_tap/ +http://crafting-guide.com/browse/big_reactors/reactor_rednet_port/ +http://crafting-guide.com/browse/big_reactors/reactor_redstone_port/ +http://crafting-guide.com/browse/big_reactors/turbine_computer_port/ +http://crafting-guide.com/browse/big_reactors/turbine_controller/ +http://crafting-guide.com/browse/big_reactors/turbine_fluid_port/ +http://crafting-guide.com/browse/big_reactors/turbine_glass/ +http://crafting-guide.com/browse/big_reactors/turbine_housing/ +http://crafting-guide.com/browse/big_reactors/turbine_power_port/ +http://crafting-guide.com/browse/big_reactors/turbine_rotor_bearing/ +http://crafting-guide.com/browse/big_reactors/turbine_rotor_blade/ +http://crafting-guide.com/browse/big_reactors/turbine_rotor_shaft/ +http://crafting-guide.com/browse/big_reactors/yellorite_ore/ +http://crafting-guide.com/browse/big_reactors/yellorium_block/ +http://crafting-guide.com/browse/big_reactors/yellorium_dust/ +http://crafting-guide.com/browse/big_reactors/yellorium_fuel_rod/ +http://crafting-guide.com/browse/big_reactors/yellorium_ingot/ http://crafting-guide.com/browse/buildcraft/advanced_crafting_table/ http://crafting-guide.com/browse/buildcraft/architect_table/ http://crafting-guide.com/browse/buildcraft/assembly_table/