add basic player entity properties

That should fix way to fast movement in minosoft on glowstone servers
This commit is contained in:
Moritz Zwerger 2023-10-07 21:02:41 +02:00
parent 62da0aacb5
commit 4b75c609d9
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 20 additions and 2 deletions

View File

@ -17,6 +17,12 @@
"PLAYER_SKIN_MAIN_HAND": 14,
"PLAYER_LEFT_SHOULDER_DATA": 15,
"PLAYER_RIGHT_SHOULDER_DATA": 16
},
"attributes": {
"generic.max_health": 20.0,
"generic.movement_speed": 0.699999988079071,
"generic.flying_speed": 0.4000000059604645,
"generic.attack_speed": 4.0
}
},
"minecraft:item": {

View File

@ -393,7 +393,13 @@
"PLAYER_SKIN_PARTS_FLAGS": 10,
"PLAYER_ABSORPTION_HEARTS": 17
},
"height": 1.8
"height": 1.8,
"attributes": {
"generic.max_health": 20.0,
"generic.movement_speed": 0.699999988079071,
"generic.flying_speed": 0.4000000059604645,
"generic.attack_speed": 4.0
}
},
"egg": {
"width": 0.25,

View File

@ -265,7 +265,13 @@
},
"player": {
"width": 0.6,
"height": 1.8
"height": 1.8,
"attributes": {
"generic.max_health": 20.0,
"generic.movement_speed": 0.699999988079071,
"generic.flying_speed": 0.4000000059604645,
"generic.attack_speed": 4.0
}
},
"egg": {
"width": 0.25,