package component import "git.konjactw.dev/patyhank/minego/codec/data/slot" //codec:gen type TropicalFishPattern struct { Pattern int32 `mc:"VarInt"` } func (*TropicalFishPattern) Type() slot.ComponentID { return 79 } func (*TropicalFishPattern) ID() string { return "minecraft:tropical_fish/pattern" }