Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-04 23:30:24 +01:00
Merge pull request #427 from Harry5573/master
Correct hologram Y offset
Dieser Commit ist enthalten in:
Commit
a76dd1ba49
@ -87,7 +87,7 @@ public class ViaConfig implements ViaVersionConfig {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public double getHologramYOffset() {
|
public double getHologramYOffset() {
|
||||||
return plugin.getConfig().getDouble("hologram-y", -1D);
|
return plugin.getConfig().getDouble("hologram-y", -0.96D);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -54,7 +54,7 @@ shield-blocking: true
|
|||||||
# If they're in the wrong place enable this
|
# If they're in the wrong place enable this
|
||||||
hologram-patch: false
|
hologram-patch: false
|
||||||
# This is the offset, should work as default when enabled.
|
# This is the offset, should work as default when enabled.
|
||||||
hologram-y: -1
|
hologram-y: -0.96
|
||||||
# Enable player tick simulation, this fixes eating, drinking, nether portals.
|
# Enable player tick simulation, this fixes eating, drinking, nether portals.
|
||||||
simulate-pt: true
|
simulate-pt: true
|
||||||
# Should we use nms player to simulate packets, (may fix anti-cheat issues)
|
# Should we use nms player to simulate packets, (may fix anti-cheat issues)
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren