Skip to content

Instantly share code, notes, and snippets.

@windymelt
Created December 31, 2019 10:47
Show Gist options
  • Save windymelt/7d8311d0202d208da7872f97e711e60f to your computer and use it in GitHub Desktop.
Save windymelt/7d8311d0202d208da7872f97e711e60f to your computer and use it in GitHub Desktop.
{
"comment": "ips stands for items per second. spi stands for seconds per item (reciprocal for ips).",
"belt": {
"ultra_high_speed": { "ips": 45 },
"high_speed": { "ips": 30},
"normal": { "ips": 15 }
},
"item": {
"intermediate_product": {
"copper_cable": { "psi": 0.5, "recipe": [{ "name": "copper_plate", "amount": 1}], "yield": 2 },
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment