correct names in playerdata abilities
This commit is contained in:
@ -55,12 +55,12 @@ type PlayerData struct {
|
|||||||
|
|
||||||
Abilities struct {
|
Abilities struct {
|
||||||
FlySpeed float32 `nbt:"flySpeed"`
|
FlySpeed float32 `nbt:"flySpeed"`
|
||||||
WalkSpeed float32 `nbt:"warkSpeed"`
|
WalkSpeed float32 `nbt:"walkSpeed"`
|
||||||
Flying byte `nbt:"flying"`
|
Flying byte `nbt:"flying"`
|
||||||
InstantBuild byte `nbt:"instabuild"`
|
InstantBuild byte `nbt:"instabuild"`
|
||||||
Invulnerable byte `nbt:"invulnerable"`
|
Invulnerable byte `nbt:"invulnerable"`
|
||||||
MayBuild byte `nbt:"mayBuild"`
|
MayBuild byte `nbt:"mayBuild"`
|
||||||
MayFly byte `nbt:"mayFly"`
|
MayFly byte `nbt:"mayfly"`
|
||||||
} `nbt:"abilities"`
|
} `nbt:"abilities"`
|
||||||
|
|
||||||
RecipeBook struct {
|
RecipeBook struct {
|
||||||
|
Reference in New Issue
Block a user