package component import ( "git.konjactw.dev/patyhank/minego/pkg/protocol/slot" ) //codec:gen type RepairCost struct { Cost int32 `mc:"VarInt"` } func (*RepairCost) Type() slot.ComponentID { return 16 } func (*RepairCost) ID() string { return "minecraft:repair_cost" }