Adds Logistics Pipes item pipes

This commit is contained in:
ThePsionic
2016-03-25 18:38:54 +01:00
parent d846c880b0
commit 74eb0d5501
2 changed files with 237 additions and 176 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
schema: 1
name: Logistics Pipes
author: RS485, davboecki, AartBluestoke, ArtForz, GUIpsp and theZorro266
author: RS485, davboecki, AartBluestoke, ArtForz, GUIpsp, theZorro266
description: A mod to super-power your BuildCraft pipe system
homePageUrl: https://github.com/RS485/LogisticsPipes
documentationUrl: http://rs485.network/wiki/Main_Page
@@ -1,5 +1,241 @@
schema: 1
group: Item Pipes
item: Basic Logistics Pipe
recipe:
input: Glass, Redstone Torch, Cobblestone Transport Pipe, Diamond Transport Pipe, Gold Gear
pattern: 010 232 .4.
quantity: 8
tools: Crafting Table
recipe:
input: Glass, Redstone Torch, Cobblestone Transport Pipe, Diamond Transport Pipe, Golden Chipset
pattern: 010 232 .4.
quantity: 8
tools: Crafting Table
item: Crafting Logistics Pipe
recipe:
input: Redstone, Basic Logistics Pipe, Stone Gear
pattern: 0.. 1.. 2..
quantity: 1
tools: Crafting Table
item: Crafting Logistics Pipe Mk2
recipe:
input: Gold Gear, Crafting Logistics Pipe, Redstone
pattern: 0.. 1.. 2..
quantity: 1
tools: Crafting Table
recipe:
input: Golden Chipset, Crafting Logistics Pipe
pattern: 0.. 1.. ...
quantity: 1
tools: Crafting Table
item: Crafting Logistics Pipe Mk3
recipe:
input: Nano Hopper, Diamond Chipset, Crafting Logistics Pipe Mk2
pattern: .0. .1. .2.
quantity: 1
tools: Soldering Station
item: Satellite Logistics Pipe
recipe:
input: Redstone, Basic Logistics Pipe
pattern: 010 ... ...
quantity: 1
tools: Crafting Table
item: Provider Logistics Pipe
recipe:
input: Gold Gear, Redstone, Basic Logistics Pipe
pattern: .0. 121 ...
quantity: 1
tools: Crafting Table
recipe:
input: Golden Chipset, Redstone Torch, Basic Logistics Pipe
pattern: 0.. 2.. 1..
quantity: 1
tools: Crafting Table
item: Provider Logistics Pipe Mk2
recipe:
input: Diamond Gear, Provider Logistics Pipe
pattern: 0.. 1.. ...
quantity: 1
tools: Crafting Table
recipe:
input: Diamond Chipset, Provider Logistics Pipe
pattern: 0.. 1.. ...
quantity: 1
tools: Crafting Table
item: Supplier Logistics Pipe
recipe:
input: Lapis Lazuli, Basic Logistics Pipe
pattern: 010 ... ...
quantity: 1
tools: Crafting Table
item: Logistics Fluid Container Supplier
recipe:
input: Lapis Lazuli, Basic Logistics Pipe, Bucket
pattern: 010 .2. ...
quantity: 1
tools: Crafting Table
item: Request Logistics Pipe
recipe:
input: Gold Gear, Basic Logistics Pipe, Iron Gear
pattern: 0.. 1.. 2..
quantity: 1
tools: Crafting Table
recipe:
input: Golden Chipset, Basic Logistics Pipe, Iron Gear
pattern: 0.. 1.. 2..
quantity: 1
tools: Crafting Table
item: Request Logistics Pipe Mk2
recipe:
input: Diamond Gear, Request Logistics Pipe, Redstone
pattern: 0.. 1.. 2..
quantity: 1
tools: Crafting Table
recipe:
input: Diamond Chipset, Request Logistics Pipe
pattern: 0.. 1.. ...
quantity: 1
tools: Crafting Table
item: Remote Orderer Logistics Pipe
recipe:
input: Ender Pearl, Basic Logistics Pipe, Redstone
pattern: 0.. 1.. 2..
quantity: 1
tools: Crafting Table
item: Logistics Chassis Mk1
recipe:
input: Redstone, Iron Ingot, Basic Logistics Pipe
pattern: 000 121 ...
quantity: 1
tools: Crafting Table
recipe:
input: Redstone Chipset, Iron Ingot, Basic Logistics Pipe
pattern: .0. 121 ...
quantity: 1
tools: Crafting Table
item: Logistics Chassis Mk2
recipe:
input: Iron Ingot, Basic Logistics Pipe
pattern: 000 010 ...
quantity: 1
tools: Crafting Table
recipe:
input: Iron Chipset, Iron Ingot, Basic Logistics Pipe
pattern: .0. 121 ...
quantity: 1
tools: Crafting Table
item: Logistics Chassis Mk3
recipe:
input: Iron Ingot, Basic Logistics Pipe
pattern: 000 010 000
quantity: 1
tools: Crafting Table
recipe:
input: Iron Chipset, Iron Ingot, Basic Logistics Pipe
pattern: .0. 121 .0.
quantity: 1
tools: Crafting Table
item: Logistics Chassis Mk4
recipe:
input: Iron Ingot, Gold Ingot, Basic Logistics Pipe
pattern: 000 020 111
quantity: 1
tools: Crafting Table
recipe:
input: Iron Chipset, Iron Ingot, Golden Chipset, Basic Logistics Pipe
pattern: .0. 131 .2.
quantity: 1
tools: Crafting Table
item: Logistics Chassis Mk5
recipe:
input: Diamond Chipset, Logistics Chassis Mk4
pattern: 0.. 1.. ...
quantity: 1
tools: Crafting Table
item: Logistics System Entrance Pipe
recipe:
input: Cactus Green, Provider Logistics Pipe
pattern: 0.. 1.. ...
quantity: 1
tools: Crafting Table
item: Logistics System Destination Pipe
recipe:
input: Rose Red, Provider Logistics Pipe
pattern: 0.. 1.. ...
quantity: 1
tools: Crafting Table
item: Logistics Firewall Pipe
recipe:
input: Nether Brick Block, Diamond Chipset, Basic Logistics Pipe
pattern: 010 .2. 0.0
quantity: 1
tools: Soldering Station
item: Logistics Inventory System Connector
recipe:
input: Ender Pearl, Redstone, Basic Logistics Pipe
pattern: .0. 121 ...
quantity: 1
tools: Crafting Table
item: BeeSink Logistics Pipe
recipe:
input: Propolis, Redstone
pattern: 010 1.1 010
quantity: 1
tools: Carpenter
item: Bee Analyzer Logistics Pipe
recipe:
input: Propolis, Iron Gear, Redstone
pattern: 010 2.2 020
quantity: 1
tools: Carpenter
recipe:
input: Propolis, Iron Chipset, Redstone
pattern: 010 2.2 020
quantity: 1
tools: Carpenter
group: Blocks
item: Soldering Station
recipe:
input: Iron Ingot, Crafting Table, Redstone
pattern: 010 0.0 020
quantity: 1
tools: Crafting Table
group: Items
item: Nano Hopper
recipe:
input: Hopper
pattern: 000 000 000
quantity: 1
tools: Soldering Station
# item: Active Supplier Module
# recipe:
# input:
@@ -42,20 +278,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Basic Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Bee Analyzer Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Bee Analyzer module
# recipe:
# input:
@@ -63,13 +285,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: BeeSink Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: BeeSink module
# recipe:
# input:
@@ -119,27 +334,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Crafting Logistics Pipe Mk2
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Crafting Logistics Pipe Mk3
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Crafting Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Crafting module MK2
# recipe:
# input:
@@ -420,41 +614,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Logistics Chassis Mk1
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Chassis Mk2
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Chassis Mk3
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Chassis Mk4
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Chassis Mk5
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Crafting Table
# recipe:
# input:
@@ -469,13 +628,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Logistics Firewall Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Fluid Basic Pipe
# recipe:
# input:
@@ -483,13 +635,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Logistics Fluid Container Supplier
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Fluid Container
# recipe:
# input:
@@ -574,13 +719,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Logistics Inventory System Connector
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics Item Card
# recipe:
# input:
@@ -630,20 +768,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Logistics System Destination Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Logistics System Entrance Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: LogisticsPipes Pipe Block.name
# recipe:
# input:
@@ -679,13 +803,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Nano Hopper
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Opaque Upgrade
# recipe:
# input:
@@ -728,20 +845,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Provider Logistics Pipe Mk2
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Provider Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Provider module MK2
# recipe:
# input:
@@ -763,13 +866,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Remote Orderer Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Remote Orderer
# recipe:
# input:
@@ -889,20 +985,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Request Logistics Pipe Mk2
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Request Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Routing Logic Processor
# recipe:
# input:
@@ -910,13 +992,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Satellite Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Sneaky Combination Upgrade
# recipe:
# input:
@@ -966,13 +1041,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Soldering Station
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: Structural Pipe Frame
# recipe:
# input:
@@ -980,13 +1048,6 @@ schema: 1
# quantity: 1
# tools: Crafting Table
# item: Supplier Logistics Pipe
# recipe:
# input:
# pattern: ... ... ...
# quantity: 1
# tools: Crafting Table
# item: TE Power Supplier Upgrade
# recipe:
# input: