Fix alloy centrifuge recipes. Thanks to goldenapple3,

This commit is contained in:
goldenapple3 2022-07-02 12:10:54 +03:00 committed by GitHub
parent 72b41bcec1
commit e6224a62f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 15 deletions

View file

@ -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
}
]
}

View file

@ -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
}
]
}

View file

@ -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
}
]
}