forked from cacklingfiend/bzgold2
make use of the make_deconversion_recipe funtion in K2
This commit is contained in:
parent
4de0ae6962
commit
b91b89e109
1 changed files with 5 additions and 1 deletions
|
|
@ -168,7 +168,11 @@ function util.k2matter(params)
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
matter.make_recipes(params.k2matter)
|
if params.k2matter.only_deconversion then
|
||||||
|
matter.make_deconversion_recipe(params.k2matter)
|
||||||
|
else
|
||||||
|
matter.make_recipes(params.k2matter)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue