upper limit
This commit is contained in:
parent
7d4dcfa2b9
commit
22f5f06e5c
2 changed files with 3 additions and 11 deletions
|
@ -1,3 +1,3 @@
|
||||||
fn_params_layout = "Compressed"
|
fn_params_layout = "Compressed"
|
||||||
attr_fn_like_width = 160
|
attr_fn_like_width = 210
|
||||||
max_width = 200
|
max_width = 220
|
|
@ -16,15 +16,7 @@ pub struct Jsonconfig {
|
||||||
pub item_type: ItemTypeDeser,
|
pub item_type: ItemTypeDeser,
|
||||||
|
|
||||||
// Crafted type for Crafted item types
|
// Crafted type for Crafted item types
|
||||||
#[serde(
|
#[serde(alias = "craftedtype", alias = "CRAFTED_TYPE", alias = "CRAFTEDTYPE", alias = "Crafted_Type", alias = "Crafted_type", alias = "CraftedType", alias = "Craftedtype")]
|
||||||
alias = "craftedtype",
|
|
||||||
alias = "CRAFTED_TYPE",
|
|
||||||
alias = "CRAFTEDTYPE",
|
|
||||||
alias = "Crafted_Type",
|
|
||||||
alias = "Crafted_type",
|
|
||||||
alias = "CraftedType",
|
|
||||||
alias = "Craftedtype"
|
|
||||||
)]
|
|
||||||
pub crafted_type: Option<String>,
|
pub crafted_type: Option<String>,
|
||||||
|
|
||||||
// name of item
|
// name of item
|
||||||
|
|
Loading…
Add table
Reference in a new issue