mirror of
https://gitlab.bixilon.de/bixilon/minosoft-meta.git
synced 2025-09-14 07:04:55 -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_SKIN_MAIN_HAND": 14,
|
||||||
"PLAYER_LEFT_SHOULDER_DATA": 15,
|
"PLAYER_LEFT_SHOULDER_DATA": 15,
|
||||||
"PLAYER_RIGHT_SHOULDER_DATA": 16
|
"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": {
|
"minecraft:item": {
|
||||||
|
@ -393,7 +393,13 @@
|
|||||||
"PLAYER_SKIN_PARTS_FLAGS": 10,
|
"PLAYER_SKIN_PARTS_FLAGS": 10,
|
||||||
"PLAYER_ABSORPTION_HEARTS": 17
|
"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": {
|
"egg": {
|
||||||
"width": 0.25,
|
"width": 0.25,
|
||||||
|
@ -265,7 +265,13 @@
|
|||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"width": 0.6,
|
"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": {
|
"egg": {
|
||||||
"width": 0.25,
|
"width": 0.25,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user