mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-02-12 01:11:32 +01:00
More bandaid
This commit is contained in:
parent
e71c34255b
commit
91874ffc3b
@ -174,6 +174,8 @@ public abstract class LegacyBlockItemRewriter<T extends BackwardsProtocol> exten
|
||||
tags.put(pos, tag);
|
||||
|
||||
// Handle given Block Entities
|
||||
if (pos.getY() < 0) continue; // 1.17
|
||||
|
||||
ChunkSection section = chunk.getSections()[pos.getY() >> 4];
|
||||
if (section == null) continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user