typo
This commit is contained in:
@ -15,7 +15,7 @@ type AttributeModifier struct {
|
|||||||
ModifierID string `mc:"Identifier"`
|
ModifierID string `mc:"Identifier"`
|
||||||
Value float64
|
Value float64
|
||||||
Operation int32 `mc:"VarInt"` // 0=Add, 1=Multiply base, 2=Multiply total
|
Operation int32 `mc:"VarInt"` // 0=Add, 1=Multiply base, 2=Multiply total
|
||||||
Slot int32 `mc:"VarInt"` // 0=Any, 1=Main hand, 2=Off hand, etc.
|
Slot int32 `mc:"VarInt"` // 0=Any, 1=Main hand, 2=Offhand, etc.
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*AttributeModifiers) Type() slot.ComponentID {
|
func (*AttributeModifiers) Type() slot.ComponentID {
|
||||||
|
Reference in New Issue
Block a user