recipes/biomass: fix typo in crafting_time key

This commit is contained in:
Danny Robson 2020-03-01 12:04:51 +11:00
parent dec82d2e9d
commit 71aed3d135

View File

@ -20,7 +20,7 @@
"output": {
"biomass": 25
},
"crafting_Time": 4
"crafting_time": 4
},
{
"input": {
@ -29,7 +29,7 @@
"output": {
"biomass": 10
},
"crafting_Time": 4
"crafting_time": 4
},
{
"input": {
@ -38,7 +38,7 @@
"output": {
"biomass": 100
},
"crafting_Time": 4
"crafting_time": 4
}
]
}