Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
More bandaid
Dieser Commit ist enthalten in:
Ursprung
e71c34255b
Commit
91874ffc3b
@ -174,6 +174,8 @@ public abstract class LegacyBlockItemRewriter<T extends BackwardsProtocol> exten
|
|||||||
tags.put(pos, tag);
|
tags.put(pos, tag);
|
||||||
|
|
||||||
// Handle given Block Entities
|
// Handle given Block Entities
|
||||||
|
if (pos.getY() < 0) continue; // 1.17
|
||||||
|
|
||||||
ChunkSection section = chunk.getSections()[pos.getY() >> 4];
|
ChunkSection section = chunk.getSections()[pos.getY() >> 4];
|
||||||
if (section == null) continue;
|
if (section == null) continue;
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren