add crafted bool for crafted support

This commit is contained in:
endernon 2024-12-23 22:56:04 +00:00
parent a204a37843
commit 3220d21e73

View file

@ -16,6 +16,7 @@ pub struct Identificationer {
pub struct Jsonconfig {
pub debug: Option<bool>,
pub name: String,
pub crafted: bool,
pub shiny: Option<Shinyjson>,
pub ids: Vec<Identificationer>,
pub powder_limit: u8,