Make cut processors take cut silicon and redstone as well.
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
"data": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cut_silicon",
|
||||
"ingredient": {
|
||||
"item": "refinedstorage:processor",
|
||||
"data": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "construction_core",
|
||||
"ingredient": {
|
||||
|
@@ -6,6 +6,12 @@
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"item": "#cut_silicon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
@@ -6,6 +6,12 @@
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
{
|
||||
"item": "#cut_silicon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
@@ -6,6 +6,12 @@
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"item": "#cut_silicon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
Reference in New Issue
Block a user