mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/bronze",
|
||||
"count": 4
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:copper_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:tin_dust"
|
||||
}
|
||||
],
|
||||
"energy": 4000
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/constantan",
|
||||
"count": 2
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:copper_dust"
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:nickel_dust"
|
||||
}
|
||||
],
|
||||
"energy": 2000
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/electrum",
|
||||
"count": 2
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:gold_dust"
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:silver_dust"
|
||||
}
|
||||
],
|
||||
"energy": 2000
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/invar",
|
||||
"count": 3
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:iron_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:nickel_dust"
|
||||
}
|
||||
],
|
||||
"energy": 3000
|
||||
}
|
Reference in New Issue
Block a user