Add silicon to the fluid replicator's recipes. Thanks to WaffleDevsAlt
This commit is contained in:
parent
ebaddaca59
commit
d339f61d4d
1 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "techreborn:fluid_replicator",
|
||||||
|
"power": 40,
|
||||||
|
"time": 150,
|
||||||
|
"tank": {
|
||||||
|
"fluid": "techreborn:silicon",
|
||||||
|
"amount": 1000
|
||||||
|
},
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "techreborn:uu_matter",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": []
|
||||||
|
}
|
Loading…
Reference in a new issue