pub type CopperOreBundle<const AMOUNT: u32> = Bundle<{ ResourceType::CopperOre }, AMOUNT>;
pub struct CopperOreBundle<const AMOUNT: u32> { /* private fields */ }