data: correct 'battery' and 'black_powder' names

This commit is contained in:
Danny Robson 2019-07-14 10:04:05 +10:00
parent 9620129c47
commit 9151be6e97
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"plastic": 9 "plastic": 9
}, },
"output": { "output": {
"batter": 3 "battery": 3
}, },
"crafting_time": 32 "crafting_time": 32
} }

View File

@ -10,7 +10,7 @@
"sulfur": 2 "sulfur": 2
}, },
"output": { "output": {
"black_power": 1 "black_powder": 1
}, },
"crafting_time": 8 "crafting_time": 8
}, },
@ -20,7 +20,7 @@
"sulfur": 2 "sulfur": 2
}, },
"output": { "output": {
"black_power": 4 "black_powder": 4
}, },
"crafting_time": 16, "crafting_time": 16,
"requires": "alternative_black_powder" "requires": "alternative_black_powder"