mirror of
https://gitlab.bixilon.de/bixilon/minosoft-meta.git
synced 2025-08-03 10:06:30 -04:00
add basic player entity properties
That should fix way to fast movement in minosoft on glowstone servers
This commit is contained in:
parent
62da0aacb5
commit
4b75c609d9
@ -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": {
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user