Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thomasdegry/2113525506c692adcb42a06f30f597fc to your computer and use it in GitHub Desktop.
Save thomasdegry/2113525506c692adcb42a06f30f597fc to your computer and use it in GitHub Desktop.
{
"crafting tables": {
"x": [
1,
10,
100,
1000,
5000,
10000,
70000
],
"y": [
0.0044,
0.0108,
0.0668,
0.0392,
0.3988,
0.2852,
4.7812
],
"shaded_error": [
0.00259503,
0.00434542,
0.02656712,
0.01940148,
0.07641163,
0.05037957,
0.2883473
]
},
"wooden tools": {
"x": [
1,
10,
100,
1000,
5000,
10000,
70000
],
"y": [
0,
0.0004,
0,
0.0016,
0.014,
0.0144,
0.3748
],
"shaded_error": [
0,
0.000784,
0,
0.0019204,
0.00559136,
0.00606688,
0.03445788
]
},
"stone tools": {
"x": [
1,
10,
100,
1000,
5000,
10000,
70000
],
"y": [
0,
0,
0,
0,
0,
0,
0.008
],
"shaded_error": [
0,
0,
0,
0,
0,
0,
0.00429094
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment