Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 14:30:16 +01:00
Merge branch 'master' into dev
Dieser Commit ist enthalten in:
Commit
aa0423c6e2
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -23,11 +23,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Console Error
|
label: Console Error
|
||||||
description: |
|
description: |
|
||||||
If you encounter warnings/errors in your console, **paste them with https://paste.gg/ and put the paste link here**.
|
If you encounter warnings/errors in your console, **paste them with https://mclo.gs/ and put the paste link here**.
|
||||||
If the error is small/less than 10 lines, you may put it directly into this field.
|
If the error is small/less than 10 lines, you may put it directly into this field.
|
||||||
value: |
|
value: |
|
||||||
```
|
```
|
||||||
Put the paste.gg link or text here.
|
Put the mclo.gs link or text here.
|
||||||
```
|
```
|
||||||
placeholder: Please do not remove the grave accents; simply replace the line of text in the middle.
|
placeholder: Please do not remove the grave accents; simply replace the line of text in the middle.
|
||||||
validations:
|
validations:
|
||||||
|
@ -85,6 +85,9 @@ public final class EntityPacketRewriter1_20_3 extends EntityRewriter<Clientbound
|
|||||||
handler(wrapper -> sendChunksSentGameEvent(wrapper));
|
handler(wrapper -> sendChunksSentGameEvent(wrapper));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// https://github.com/ViaVersion/ViaVersion/issues/3630, should still investigate why sending it with respawn/login doesn't work on Velocity
|
||||||
|
protocol.registerClientbound(ClientboundPackets1_20_2.WORLD_BORDER_INIT, this::sendChunksSentGameEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sendChunksSentGameEvent(final PacketWrapper wrapper) throws Exception {
|
private void sendChunksSentGameEvent(final PacketWrapper wrapper) throws Exception {
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
"_MylesC",
|
"_MylesC",
|
||||||
"creeper123123321",
|
"creeper123123321",
|
||||||
"Gerrygames",
|
"Gerrygames",
|
||||||
"KennyTV",
|
"kennytv",
|
||||||
"Matsv"
|
"Matsv"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.0"
|
"fabricloader": ">=0.14.0",
|
||||||
},
|
|
||||||
"recommends": {
|
|
||||||
"viafabric": ">=0.4.10"
|
"viafabric": ">=0.4.10"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren