You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Recipe type in Lumina.Excel.GeneratedSheets (6.0.2 from nuget) has a property UnkData5 which is an array of RecipeUnkData5Obj - these are ItemIngredients and should be called such.
The SaintCoinach def file appears to be correctly naming these - is there anything I can do to help get the proper name into this library? It appears those classes are generated so it doesn't look like a PR to fix the code directly is the best option.
The text was updated successfully, but these errors were encountered:
this ultimately comes down to the fact that the upstream schema is incredibly difficult to work with and I haven't bothered to fix it as a result
there's some WIP stuff here for a new schema format that's easier to edit and provides structural features that are missing in SC which make it incredibly difficult to generate anything that's usable, but I haven't made much progress on that front yet as I've been a bit busy
The
Recipe
type inLumina.Excel.GeneratedSheets
(6.0.2 from nuget) has a propertyUnkData5
which is an array ofRecipeUnkData5Obj
- these areItemIngredient
s and should be called such.The SaintCoinach def file appears to be correctly naming these - is there anything I can do to help get the proper name into this library? It appears those classes are generated so it doesn't look like a PR to fix the code directly is the best option.
The text was updated successfully, but these errors were encountered: