Fix default config
It was missing the `randomModels` section and thus crashed upon first run
This commit is contained in:
parent
58ced46d85
commit
82db8dce30
@ -18,6 +18,28 @@ const sameType = false;
|
|||||||
// const singleModel = [0x71, 0x08];
|
// const singleModel = [0x71, 0x08];
|
||||||
const singleModel = [0x71, 0x08];
|
const singleModel = [0x71, 0x08];
|
||||||
|
|
||||||
|
// List of models to choose randomly from when mode is 1
|
||||||
|
const randomModels = [
|
||||||
|
[0x71, 0x08],
|
||||||
|
[0x72, 0x08],
|
||||||
|
[0x81, 0x08],
|
||||||
|
[0x75, 0x08],
|
||||||
|
[0x7d, 0x08],
|
||||||
|
[0x77, 0x08],
|
||||||
|
[0x7b, 0x08],
|
||||||
|
[0x7a, 0x08],
|
||||||
|
[0x78, 0x08],
|
||||||
|
[0x79, 0x08],
|
||||||
|
[0x73, 0x08],
|
||||||
|
[0x7f, 0x08],
|
||||||
|
[0x7e, 0x08],
|
||||||
|
[0x7c, 0x08],
|
||||||
|
[0x82, 0x08],
|
||||||
|
[0x76, 0x08],
|
||||||
|
[0x80, 0x08],
|
||||||
|
[0x83, 0x08],
|
||||||
|
];
|
||||||
|
|
||||||
// List of base models to exclude from modifications
|
// List of base models to exclude from modifications
|
||||||
// Other models can still be replaced *with* that model
|
// Other models can still be replaced *with* that model
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user