Add data from crafting-guide

This commit is contained in:
Andrew Miner
2015-04-27 14:37:18 -07:00
parent 52ac468498
commit 67d0199e2d
4981 changed files with 27122 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -0,0 +1,6 @@
schema: 1
description: <<-END
The Solar Panel I is the first generation of solar panels and provides the lowest capabilities, but at the least
expense. It generates 2 RF/t, storing up to 50 kRF. It can output this power at 16 RF/t.
END
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -0,0 +1,5 @@
schema: 1
description: <<-END
The Solar Panel II is the second tier of solar panels: a step up from the [Solar Panel I], and a stepping stone towards [Solar Panel III]. It generates 16 RF/t, storing up to 250 kRF. It can output this power at 128 RF/t.
END
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,5 @@
schema: 1
description: <<-END
The Solar Panel III is the third tier of solar panels: a step up from the [Solar Panel II], and a stepping stone towards [Solar Panel IV]. It generates 64 RF/t, storing up to 850 kRF. It can output this power at 512 RF/t.
END
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,5 @@
schema: 1
description: <<-END
The Solar Panel IV is the fourth tier of solar panels: a step up from the [Solar Panel III], and a stepping stone towards [Solar Panel V]. It generates 256 RF/t, storing up to 4 MRF. It can output this power at 2048 RF/t.
END
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,5 @@
schema: 1
description: <<-END
The Solar Panel V is the fifth tier of solar panels: a step up from the [Solar Panel III], and a stepping stone towards the top-level [Solar Panel VI]. It generates 1024 RF/t, storing up to 16 MRF. It can output this power at 8192 RF/t.
END
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,5 @@
schema: 1
description: <<-END
The Solar Panel VI is the sixth and final tier of solar panels. While prodigously expensive, it is equally prodigous in its abilities. It generates 4096 RF/t, storing up to 60 MRF. It can output this power at 32,768 RF/t.
END
+9
View File
@@ -0,0 +1,9 @@
schema: 1
name: Solar Flux
author: Nauktis
description: Adds RF-compatible solar panels in five different tiers.
homePageUrl: http://minecraft.curseforge.com/mc-mods/223548-solar-flux
downloadUrl: http://minecraft.curseforge.com/mc-mods/223548-solar-flux
version: 0.5b
@@ -0,0 +1,117 @@
schema: 1
group: Parts
item: Core I
recipe:
input: thermal_expansion__copper_ingot, Mirror, Redstone
pattern: .1. 020 .1.
quantity: 1
tools: Crafting Table
item: Core II
recipe:
input: Iron Ingot, Core I, Block of Redstone
pattern: 010 121 010
quantity: 1
tools: Crafting Table
item: Core III
recipe:
input: Mirror, Core II, Block of Redstone, thermal_expansion__tin_ingot
pattern: 010 121 313
quantity: 1
tools: Crafting Table
item: Core IV
recipe:
input: Mirror, Core III, Block of Gold, thermal_expansion__silver_ingot
pattern: 010 121 313
quantity: 1
tools: Crafting Table
item: Core V
recipe:
input: Mirror, Core IV, Block of Diamond, Gold Ingot
pattern: 010 121 313
quantity: 1
tools: Crafting Table
item: Mirror
recipe:
input: Glass, Iron Ingot
pattern: 000 .1. ...
quantity: 2
tools: Crafting Table
item: Photovoltaic Cell I
recipe:
input: Glass, Lapis Lazuli, Mirror
pattern: 000 111 222
quantity: 1
tools: Crafting Table
item: Photovoltaic Cell II
recipe:
input: Clay, Lapis Lazuli, Mirror, Photovoltaic Cell I
pattern: 010 101 232
quantity: 1
tools: Crafting Table
item: Photovoltaic Cell III
recipe:
input: Glass, Glowstone Dust, Obsidian, Photovoltaic Cell II
pattern: 000 111 232
quantity: 1
tools: Crafting Table
item: Photovoltaic Cell IV
recipe:
input: Blaze Rod, Glowstone Dust, Block of Diamond, Block of Quartz, Photovoltaic Cell III
pattern: 000 121 343
quantity: 1
tools: Crafting Table
group: Solar Panels
item: Solar Panel I
recipe:
input: Mirror, Oak Wood Planks, Redstone
pattern: 000 121 111
quantity: 1
tools: Crafting Table
item: Solar Panel II
recipe:
input: Solar Panel I, Core I
pattern: 000 010 000
quantity: 1
tools: Crafting Table
item: Solar Panel III
recipe:
input: Photovoltaic Cell I, Solar Panel II, Core II, thermal_expansion__copper_block
pattern: 000 121 131
quantity: 1
tools: Crafting Table
item: Solar Panel IV
recipe:
input: Photovoltaic Cell II, Solar Panel III, Core III, Block of Iron
pattern: 000 121 131
quantity: 1
tools: Crafting Table
item: Solar Panel V
recipe:
input: Photovoltaic Cell III, Solar Panel IV, Core IV, Block of Gold
pattern: 000 121 131
quantity: 1
tools: Crafting Table
item: Solar Panel VI
recipe:
input: Photovoltaic Cell IV, Solar Panel V, Core V, Block of Diamond
pattern: 000 121 131
quantity: 1
tools: Crafting Table