Finish porting all recipes to json, cleanup a lot of old code
This commit is contained in:
parent
2a5708b328
commit
9db1978410
17 changed files with 76 additions and 1132 deletions
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:fusion_reactor",
|
||||
"power": 16384,
|
||||
"time": 2048,
|
||||
"start-power": 1,
|
||||
"min-size": 1,
|
||||
"ingredients": [
|
||||
{
|
||||
"fluid": "techreborn:tritium",
|
||||
"holder": "techreborn:cell"
|
||||
},
|
||||
{
|
||||
"fluid": "techreborn:deuterium",
|
||||
"holder": "techreborn:cell"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"nbt":{
|
||||
"fluid": "techreborn:heliumplasma"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "techreborn:fusion_reactor",
|
||||
"power": -2048,
|
||||
"time": 1024,
|
||||
"start-power": 90000000,
|
||||
"min-size": 1,
|
||||
"ingredients": [
|
||||
{
|
||||
"fluid": "techreborn:wolframium",
|
||||
"holder": "techreborn:cell"
|
||||
},
|
||||
{
|
||||
"fluid": "techreborn:lithium",
|
||||
"holder": "techreborn:cell"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:iridium_ore"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "techreborn:fusion_reactor",
|
||||
"power": -2048,
|
||||
"time": 1024,
|
||||
"start-power": 80000000,
|
||||
"min-size": 1,
|
||||
"ingredients": [
|
||||
{
|
||||
"fluid": "techreborn:wolframium",
|
||||
"holder": "techreborn:cell"
|
||||
},
|
||||
{
|
||||
"fluid": "techreborn:beryllium",
|
||||
"holder": "techreborn:cell"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:platinum_dust"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue