Allows Mekanism's SPS to use custom recipes through JSON. Still a work in progress — I plan to fix bugs and add missing features.
Note: I spent 3 hours looking for a mod with this feature, couldn't find one, so I made it myself :)
Example:
{
"type": "spscustomizer:sps",
"input": {
"chemical": "mekanism:hydrogen",
"amount": 1000
},
"output": {
"id": "mekanism:oxygen",
"amount": 1
},
"energy": 1000000
}
