forked from cacklingfiend/bzaluminum2
Fix booleans being strings
This commit is contained in:
parent
f4d738a3a6
commit
7b8bcf4217
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ data:extend({
|
|||
{
|
||||
name = 'el_purify_aluminum_recipe',
|
||||
type = 'recipe',
|
||||
enabled = 'false',
|
||||
enabled = false,
|
||||
category = 'el_purifier_category',
|
||||
main_product = 'el_dirty_water',
|
||||
ingredients = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue