Botcraft 1.21.4
Loading...
Searching...
No Matches
RecipeDisplayEntry.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
3
7
8#include <optional>
9
10namespace ProtocolCraft
11{
13 {
18 SERIALIZED_FIELD(CraftingRequirements, std::optional<std::vector<Ingredient>>);
19
21 };
22}
23#endif
SERIALIZED_FIELD(Category, VarInt)
SERIALIZED_FIELD(Display, RecipeDisplay)
SERIALIZED_FIELD(CraftingRequirements, std::optional< std::vector< Ingredient > >)