Added model for smithing recipe

This commit is contained in:
Dylan K. Taylor
2023-02-01 01:19:50 +00:00
parent fff8f0f815
commit 6151576baa
2 changed files with 45 additions and 0 deletions

View File

@@ -333,6 +333,8 @@ final class CraftingManagerFromDataHelper{
));
}
//TODO: smithing
return $result;
}
}