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