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