Add silicon to the fluid replicator's recipes. Thanks to WaffleDevsAlt

This commit is contained in:
WaffleDevsAlt 2022-05-31 22:20:10 -04:00 committed by GitHub
parent ebaddaca59
commit d339f61d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": []
}