forked from ChomeNS/chomens-bot-java
fix lol
This commit is contained in:
parent
940c1760dc
commit
a4213669e3
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ public class CorePlugin extends PositionPlugin.Listener {
|
|||
}
|
||||
|
||||
public void packetReceived (ClientboundLevelChunkWithLightPacket packet) {
|
||||
final Vector3i position = Vector3i.from(packet.getX() * 16, 0, packet.getZ() * 16); // mabe
|
||||
final Vector3i position = Vector3i.from(packet.getX() * 16, coreStart.getY(), packet.getZ() * 16); // mabe
|
||||
|
||||
if (isCore(position)) refill();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue