Skip to content

Commit

Permalink
Fix sculk sensor game test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 16, 2024
1 parent 715c728 commit ace474d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public boolean listen(ServerWorld world, GameEvent gameEvent, GameEvent.Context
}
};
ctx.getWorld().getChunk(regularPlayer.getBlockPos()).getListenerRegistry(ChunkSectionPos.getSectionCoord(regularPlayer.getY())).register(listener);
Vec3d movement = new Vec3d(2, 0, 0);
Vec3d movement = new Vec3d(2, -0.5, 0);
regularPlayer.move(MovementType.SELF, movement);
vagrantPlayer.move(MovementType.SELF, movement);
possessor.move(MovementType.SELF, movement);
Expand Down

0 comments on commit ace474d

Please sign in to comment.