ntx4core/src/main/resources/data/ntx4core/recipes/antimatter_creation.json

17 lines
306 B
JSON

{
"type": "mekanism:nucleosynthesizing",
"itemInput": {
"ingredient": {
"item": "ae2:matter_ball"
}
},
"gasInput": {
"amount": 50,
"gas": "mekanism:antimatter"
},
"output": {
"item": "ftbic:antimatter"
},
"duration": 20
}