Changed Relay recipe to use redstone torch instead of Basic Processor
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
- Added config option to set the base energy usage of the Controller (default is 0)
|
- Added config option to set the base energy usage of the Controller (default is 0)
|
||||||
- Added Grid Filter item
|
- Added Grid Filter item to filter items in any Grid
|
||||||
|
- Changed Relay recipe to use redstone torch instead of Basic Processor
|
||||||
|
|
||||||
### 0.8.12
|
### 0.8.12
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|||||||
@@ -157,9 +157,9 @@ public class CommonProxy {
|
|||||||
|
|
||||||
// Relay
|
// Relay
|
||||||
GameRegistry.addShapelessRecipe(new ItemStack(RefinedStorageBlocks.RELAY),
|
GameRegistry.addShapelessRecipe(new ItemStack(RefinedStorageBlocks.RELAY),
|
||||||
new ItemStack(RefinedStorageItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC),
|
|
||||||
new ItemStack(RefinedStorageBlocks.MACHINE_CASING),
|
new ItemStack(RefinedStorageBlocks.MACHINE_CASING),
|
||||||
new ItemStack(RefinedStorageBlocks.CABLE)
|
new ItemStack(RefinedStorageBlocks.CABLE),
|
||||||
|
new ItemStack(Blocks.REDSTONE_TORCH)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Controller
|
// Controller
|
||||||
|
|||||||
Reference in New Issue
Block a user