21 ::ll::TypedStorage<8, 32, ::std::string> mRecipeId;
22 ::ll::TypedStorage<4, 4, int> mWidth;
23 ::ll::TypedStorage<4, 4, int> mHeight;
24 ::ll::TypedStorage<8, 24, ::std::vector<::cerealizer<::RecipeIngredient>::SerializedData>> mIngredients;
25 ::ll::TypedStorage<8, 24, ::std::vector<::cerealizer<::NetworkItemInstanceDescriptor>::SerializedData>> mResults;
26 ::ll::TypedStorage<8, 16, ::mce::UUID> mUuid;
27 ::ll::TypedStorage<8, 32, ::std::string> mTag;
28 ::ll::TypedStorage<4, 4, int> mPriority;
29 ::ll::TypedStorage<1, 1, bool> mAssumeSymmetry;
30 ::ll::TypedStorage<8, 48, ::std::optional<::cerealizer<::RecipeUnlockingRequirement>::SerializedData>>
31 mUnlockingRequirement;
32 ::ll::TypedStorage<4, 4, ::RecipeNetId> mNetId;