Fix alloy centrifuge recipes. Thanks to goldenapple3,
This commit is contained in:
parent
72b41bcec1
commit
e6224a62f5
3 changed files with 18 additions and 15 deletions
|
@ -1,20 +1,21 @@
|
|||
{
|
||||
"type": "techreborn:centrifuge",
|
||||
"power": 10,
|
||||
"time": 1500,
|
||||
"time": 6000,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:brass_dusts"
|
||||
"tag": "c:brass_dusts",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:copper_nugget",
|
||||
"count": 6
|
||||
"count": 27
|
||||
},
|
||||
{
|
||||
"item": "techreborn:zinc_nugget",
|
||||
"count": 3
|
||||
"count": 9
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +1,21 @@
|
|||
{
|
||||
"type": "techreborn:centrifuge",
|
||||
"power": 10,
|
||||
"time": 1500,
|
||||
"time": 6000,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:bronze_dust"
|
||||
"item": "techreborn:bronze_dust",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:copper_nugget",
|
||||
"count": 6
|
||||
"count": 27
|
||||
},
|
||||
{
|
||||
"item": "techreborn:tin_nugget",
|
||||
"count": 3
|
||||
"count": 9
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +1,21 @@
|
|||
{
|
||||
"type": "techreborn:centrifuge",
|
||||
"power": 10,
|
||||
"time": 3600,
|
||||
"time": 7200,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:electrum_dusts"
|
||||
"tag": "c:electrum_dusts",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 5
|
||||
"count": 9
|
||||
},
|
||||
{
|
||||
"item": "techreborn:silver_nugget",
|
||||
"count": 4
|
||||
"count": 9
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue