update protocol codecs: refine type definitions, fix inconsistent naming, and enhance component handling
This commit is contained in:
@ -18,7 +18,7 @@ type Recipe struct {
|
||||
CategoryID int32 `mc:"VarInt"`
|
||||
HasIngredients bool
|
||||
//opt:optional:HasIngredients
|
||||
Ingredients RecipeIngredients
|
||||
Ingredients []pk.IDSet
|
||||
Flags int8
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user