Hi Devs,
I hate looking up RecipeIDs, so taking some inspiration from CraftActionsByName, I compiled this .cs. Simply put, if I did this right you should be able to use<CraftItemByName ItemName=""> rather than having to look up RecipeIDs. I'm self taught so this may be terrible and have a ton of errors...
Would anyone find this useful? Currently it's missing CRP, but if folks find it useful I'll track down a list and put it together.
Cheers,
View attachment CraftItemByName.cs
I hate looking up RecipeIDs, so taking some inspiration from CraftActionsByName, I compiled this .cs. Simply put, if I did this right you should be able to use<CraftItemByName ItemName=""> rather than having to look up RecipeIDs. I'm self taught so this may be terrible and have a ton of errors...
Would anyone find this useful? Currently it's missing CRP, but if folks find it useful I'll track down a list and put it together.
Cheers,
View attachment CraftItemByName.cs