Crucible Smithing didn't work if the BaseItem is a Mythic Item with durability (max_damage)
When I try to make a recipe with a BaseItem as a durability item like a sword or pickaxe (From Mythic), the recipe doesn't work 
The console debug drops this error https://mclo.gs/8sqlN4G
example_item2: Id: diamond_sword MaxDurability: 100 Durability: 100 Display: An Example Item
even if you set the maxdurability or durability, still doesn't work and drops the same error as before, but if you tried with a vanilla item like a netherite_sword, it works, assuming that this error it only happen with mythic items.