add crafted bool for crafted support
This commit is contained in:
parent
a204a37843
commit
3220d21e73
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ pub struct Identificationer {
|
||||||
pub struct Jsonconfig {
|
pub struct Jsonconfig {
|
||||||
pub debug: Option<bool>,
|
pub debug: Option<bool>,
|
||||||
pub name: String,
|
pub name: String,
|
||||||
|
pub crafted: bool,
|
||||||
pub shiny: Option<Shinyjson>,
|
pub shiny: Option<Shinyjson>,
|
||||||
pub ids: Vec<Identificationer>,
|
pub ids: Vec<Identificationer>,
|
||||||
pub powder_limit: u8,
|
pub powder_limit: u8,
|
||||||
|
|
Loading…
Add table
Reference in a new issue